[67796] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Tue May 18 09:00:04 PDT 2010


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

Added Paths:
-----------
    trunk/dports/python/py26-libnamebench/
    trunk/dports/python/py26-libnamebench/Portfile

Added: trunk/dports/python/py26-libnamebench/Portfile
===================================================================
--- trunk/dports/python/py26-libnamebench/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-libnamebench/Portfile	2010-05-18 16:00:01 UTC (rev 67796)
@@ -0,0 +1,39 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-libnamebench
+set real_name       namebench
+version             1.2
+maintainers         singingwolfboy openmaintainer
+license             Apache 2.0
+description         DNS speed benchmark tool (CLI)
+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 only installs the command line interface -- for the Cocoa GUI \
+    interface, install the "namebench" port.
+    
+homepage            http://code.google.com/p/namebench/
+platforms           darwin
+master_sites        googlecode:${real_name}
+distname            ${real_name}-${version}-source
+extract.suffix      .tgz
+checksums           md5     2e04a66154cc21d3fe448305c3f60558 \
+                    sha1    63ce9eb93841cc0aa82fe54c0badecb63c8070b4 \
+                    rmd160  b46037d8881b24bc7401ffba95f36ed5dd9cebfb
+# store file in namebench port distfiles dir: both ports use the same file
+dist_subdir         ${real_name}
+                    
+worksrcdir          ${real_name}-${version}
+build.env-append    NO_THIRD_PARTY=true
+destroot.env-append NO_THIRD_PARTY=true
+
+depends_lib-append  port:py26-dnspython \
+                    port:py26-httplib2 \
+                    port:py26-jinja2 \
+                    port:py26-graphy


Property changes on: trunk/dports/python/py26-libnamebench/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100518/2d4f229e/attachment.html>


More information about the macports-changes mailing list