[39260] trunk/dports/python
macsforever2000 at macports.org
macsforever2000 at macports.org
Thu Aug 14 07:29:24 PDT 2008
Revision: 39260
http://trac.macosforge.org/projects/macports/changeset/39260
Author: macsforever2000 at macports.org
Date: 2008-08-14 07:29:18 -0700 (Thu, 14 Aug 2008)
Log Message:
-----------
Added new port by blb.
Added Paths:
-----------
trunk/dports/python/py25-asn1/
trunk/dports/python/py25-asn1/Portfile
Added: trunk/dports/python/py25-asn1/Portfile
===================================================================
--- trunk/dports/python/py25-asn1/Portfile (rev 0)
+++ trunk/dports/python/py25-asn1/Portfile 2008-08-14 14:29:18 UTC (rev 39260)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+name py25-asn1
+version 0.0.8a
+categories-append devel crypto
+maintainers blb
+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.
+
+platforms darwin
+
+homepage http://pyasn1.sourceforge.net/
+master_sites sourceforge:pyasn1
+distname pyasn1-${version}
+
+checksums md5 1befe83fd3d8dd8bb0d0fbe58a5788a5 \
+ sha1 5c7f86dabca0bf9af5bbf13b8773165c09ca90f6 \
+ rmd160 7c01f7e2f5ae84109201aecbd572a95c586feffd
+
+post-destroot {
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README THANKS TODO \
+ ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath}/doc notes.html \
+ ${destroot}${prefix}/share/doc/${name}
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080814/e5c8708f/attachment.html
More information about the macports-changes
mailing list