[128722] trunk/dports/python/py-dns/Portfile

larryv at macports.org larryv at macports.org
Thu Nov 27 00:51:26 PST 2014


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

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

Modified: trunk/dports/python/py-dns/Portfile
===================================================================
--- trunk/dports/python/py-dns/Portfile	2014-11-27 08:51:22 UTC (rev 128721)
+++ trunk/dports/python/py-dns/Portfile	2014-11-27 08:51:26 UTC (rev 128722)
@@ -1,34 +1,38 @@
+# -*- 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
-PortGroup python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
 
-name			py-dns
-version			2.3.4
-categories-append	net
-license			PSF
-maintainers		nomaintainer
-platforms		darwin freebsd
-supported_archs	noarch
-description		module for performing DNS queries from python
-long_description	py-dns provides a module for performing DNS queries \
-				from python applications.
+name                py-dns
+version             2.3.4
+categories-append   net
+platforms           darwin freebsd
+license             PSF
+maintainers         nomaintainer
 
-homepage		http://pydns.sourceforge.net/
-master_sites	sourceforge:pydns
-checksums		md5    f2cd357a101ad7dd2b3f353a8dad51b8 \
-				sha1   5934e0f5c4d2fbb76011e5b6dcec9eee96b08652 \
-				rmd160 77704bd8239d4fb67b83b586e70ccf7d43da612b
-distname		pydns-${version}
+description         module for performing DNS queries from python
+long_description    py-dns provides a module for performing DNS \
+                    queries from python applications.
+homepage            http://pydns.sourceforge.net/
 
-python.versions	24 25 26 27
+supported_archs     noarch
 
+master_sites        sourceforge:pydns
+distname            pydns-${version}
+checksums           md5     f2cd357a101ad7dd2b3f353a8dad51b8 \
+                    sha1    5934e0f5c4d2fbb76011e5b6dcec9eee96b08652 \
+                    rmd160  77704bd8239d4fb67b83b586e70ccf7d43da612b
+
+python.versions     24 25 26 27
+
 if {${name} ne ${subport}} {
-    post-destroot   {
-        xinstall -m 644 -W ${worksrcpath} CREDITS.txt README-guido.txt \
-            README.txt ${destroot}${prefix}/share/doc/${subport}
-        xinstall -m 644 -W ${worksrcpath}/tests test.py test2.py test4.py \
-            test5.py testPackers.py testsrv.py \
-            ${destroot}${prefix}/share/doc/${subport}/examples
+    post-destroot {
+        xinstall -m 644 -W ${worksrcpath} \
+                CREDITS.txt README-guido.txt README.txt \
+                ${destroot}${prefix}/share/doc/${subport}
+        xinstall -m 644 -W ${worksrcpath}/tests \
+                test.py test2.py test4.py test5.py testPackers.py testsrv.py \
+                ${destroot}${prefix}/share/doc/${subport}/examples
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141127/7b307b97/attachment.html>


More information about the macports-changes mailing list