[128752] trunk/dports/python/py-libnamebench/Portfile

larryv at macports.org larryv at macports.org
Thu Nov 27 00:53:54 PST 2014


Revision: 128752
          https://trac.macports.org/changeset/128752
Author:   larryv at macports.org
Date:     2014-11-27 00:53:54 -0800 (Thu, 27 Nov 2014)
Log Message:
-----------
py-libnamebench: Add modeline, rearrange, and reformat

Modified Paths:
--------------
    trunk/dports/python/py-libnamebench/Portfile

Modified: trunk/dports/python/py-libnamebench/Portfile
===================================================================
--- trunk/dports/python/py-libnamebench/Portfile	2014-11-27 08:53:48 UTC (rev 128751)
+++ trunk/dports/python/py-libnamebench/Portfile	2014-11-27 08:53:54 UTC (rev 128752)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -4,24 +5,24 @@
 PortGroup           python 1.0
 
 name                py-libnamebench
-python.versions     26 27
 set real_name       namebench
 version             1.3.1
+platforms           darwin
+license             Apache-2
 maintainers         nomaintainer
-license             Apache-2
+
 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.
-    
+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
+
 supported_archs     noarch
+
 master_sites        googlecode:${real_name}
 distname            ${real_name}-${version}-source
 extract.suffix      .tgz
@@ -29,13 +30,16 @@
 dist_subdir         ${real_name}
 checksums           rmd160  93d1186caf2a214ecf1966ee798f01d329ecfd64 \
                     sha256  30ccf9e870c1174c6bf02fca488f62bba280203a0b1e8e4d26f3756e1a5b9425
+
 worksrcdir          ${real_name}-${version}
-build.env-append    NO_THIRD_PARTY=true
-destroot.env-append NO_THIRD_PARTY=true
 
+python.versions     26 27
+
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-dnspython \
                         port:py${python.version}-httplib2 \
                         port:py${python.version}-jinja2 \
                         port:py${python.version}-graphy
+    build.env-append    NO_THIRD_PARTY=true
+    destroot.env-append NO_THIRD_PARTY=true
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141127/b3236254/attachment.html>


More information about the macports-changes mailing list