[102768] trunk/dports/python/py-asn1/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Feb 7 19:32:21 PST 2013


Revision: 102768
          https://trac.macports.org/changeset/102768
Author:   ryandesign at macports.org
Date:     2013-02-07 19:32:21 -0800 (Thu, 07 Feb 2013)
Log Message:
-----------
py-asn1: adjust whitespace; add modeline

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

Modified: trunk/dports/python/py-asn1/Portfile
===================================================================
--- trunk/dports/python/py-asn1/Portfile	2013-02-08 03:30:55 UTC (rev 102767)
+++ trunk/dports/python/py-asn1/Portfile	2013-02-08 03:32:21 UTC (rev 102768)
@@ -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
@@ -9,11 +10,15 @@
 categories-append   devel crypto
 license             BSD
 maintainers         nomaintainer
+
 description         Implementation of ASN.1 types and codecs in Python
-long_description \
-   This project is dedicated to implementation of ASN.1 types (concrete \
-   syntax) and codecs (transfer syntaxes) for Python programming environment.
 
+long_description    This project is dedicated to implementation of ASN.1 \
+                    types (concrete syntax) and codecs (transfer syntaxes) \
+                    for Python programming environment.
+
+python.versions     24 25 26 27 31 32
+
 platforms           darwin
 supported_archs     noarch
 
@@ -25,17 +30,15 @@
                     sha256  dac7e6631a2c77a2f552514cf5e6d10e43036a880b7a1fe58978eaff12013e80
 
 if {${name} != ${subport}} {
-   post-destroot {
-      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
-      xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README THANKS TODO \
-         ${destroot}${prefix}/share/doc/${subport}
-      xinstall -m 644 -W ${worksrcpath}/doc pyasn1-tutorial.html \
-         ${destroot}${prefix}/share/doc/${subport}
-   }
+    post-destroot {
+        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
+        xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README THANKS TODO \
+            ${destroot}${prefix}/share/doc/${subport}
+        xinstall -m 644 -W ${worksrcpath}/doc pyasn1-tutorial.html \
+            ${destroot}${prefix}/share/doc/${subport}
+    }
 }
 
-python.versions          24 25 26 27 31 32
-
 livecheck.type      regex
 livecheck.url       http://sourceforge.net/project/showfiles.php?group_id=93839&package_id=148920
 livecheck.regex     pyasn1-(\[-.0-9a-zA-Z_\]+)\\.tar\\.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130207/83387953/attachment.html>


More information about the macports-changes mailing list