[67797] trunk/dports/aqua

singingwolfboy at macports.org singingwolfboy at macports.org
Tue May 18 09:01:30 PDT 2010


Revision: 67797
          http://trac.macports.org/changeset/67797
Author:   singingwolfboy at macports.org
Date:     2010-05-18 09:01:28 -0700 (Tue, 18 May 2010)
Log Message:
-----------
New port: namebench

Added Paths:
-----------
    trunk/dports/aqua/namebench/
    trunk/dports/aqua/namebench/Portfile
    trunk/dports/aqua/namebench/files/
    trunk/dports/aqua/namebench/files/project.diff

Added: trunk/dports/aqua/namebench/Portfile
===================================================================
--- trunk/dports/aqua/namebench/Portfile	                        (rev 0)
+++ trunk/dports/aqua/namebench/Portfile	2010-05-18 16:01:28 UTC (rev 67797)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           xcode 1.0
+
+name                namebench
+version             1.2
+categories          aqua sysutils
+maintainers         singingwolfboy openmaintainer
+license             Apache 2.0
+description         DNS speed benchmark tool (GUI)
+long_description    \
+    namebench hunts down the fastest DNS servers available for your computer. \
+    namebench runs a fair and thorough benchmark using your web browser history, \
+    tcpdump output, or standardized datasets in order to provide an \
+    individualized recommendation. \
+    \
+    This port installs the Cocoa GUI interface. To install just the command \
+    line interface, which the Cocoa GUI interface depends on, install the \
+    "py26-libnamebench" port.
+    
+homepage            http://code.google.com/p/namebench/
+platforms           darwin
+master_sites        googlecode:${name}
+distname            ${name}-${version}-source
+extract.suffix      .tgz
+checksums           md5     2e04a66154cc21d3fe448305c3f60558 \
+                    sha1    63ce9eb93841cc0aa82fe54c0badecb63c8070b4 \
+                    rmd160  b46037d8881b24bc7401ffba95f36ed5dd9cebfb
+worksrcdir          ${name}-${version}/cocoa
+patchfiles          project.diff
+
+depends_lib         port:py26-libnamebench


Property changes on: trunk/dports/aqua/namebench/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/aqua/namebench/files/project.diff
===================================================================
--- trunk/dports/aqua/namebench/files/project.diff	                        (rev 0)
+++ trunk/dports/aqua/namebench/files/project.diff	2010-05-18 16:01:28 UTC (rev 67797)
@@ -0,0 +1,20 @@
+--- namebench.xcodeproj/project.pbxproj.orig	2010-05-18 11:03:01.000000000 -0400
++++ namebench.xcodeproj/project.pbxproj	2010-05-18 11:01:31.000000000 -0400
+@@ -286,14 +286,14 @@
+ 		C01FCF5008A954540054247B /* Release */ = {
+ 			isa = XCBuildConfiguration;
+ 			buildSettings = {
+-				ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
+-				ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
++				ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
++				ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "ppc i386 ppc64 x86_64";
+ 				GCC_VERSION = 4.2;
+ 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ 				GCC_WARN_UNUSED_VARIABLE = YES;
+ 				PREBINDING = NO;
+ 				SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
+-				VALID_ARCHS = "i386 ppc";
++				VALID_ARCHS = "i386 ppc x86_64 ppc64";
+ 			};
+ 			name = Release;
+ 		};
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100518/9a99fdca/attachment.html>


More information about the macports-changes mailing list