[35496] trunk/dports/python

akira at macports.org akira at macports.org
Sat Mar 29 03:45:56 PDT 2008


Revision: 35496
          http://trac.macosforge.org/projects/macports/changeset/35496
Author:   akira at macports.org
Date:     2008-03-29 03:45:55 -0700 (Sat, 29 Mar 2008)

Log Message:
-----------
Added new port: py-pyprotocols

Added Paths:
-----------
    trunk/dports/python/py-pyprotocols/
    trunk/dports/python/py-pyprotocols/Portfile

Added: trunk/dports/python/py-pyprotocols/Portfile
===================================================================
--- trunk/dports/python/py-pyprotocols/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pyprotocols/Portfile	2008-03-29 10:45:55 UTC (rev 35496)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem			1.0
+PortGroup			python24 1.0
+name				py-pyprotocols
+version				1.0a0dev-r2302
+categories-append		devel
+maintainers			stechert akira openmaintainer
+description			Do you hate having to write lots of if-then logic to test what type something is?
+
+platforms			darwin
+
+homepage			http://www.turbogears.org/
+master_sites			http://files.turbogears.org/eggs/
+distname			PyProtocols-${version}
+use_zip				yes
+
+checksums			md5 04ab0051ceb961919607b025a92671f7 \
+				sha1 cb6925bb3186de87ff51ba194379d705d4ce9ec9 \
+				rmd160 580e78b65e819a3d74824fe6d9c32212749ae31e
+
+depends_lib			port:py-decoratortools
+
+post-destroot {
+	file delete -force ${destroot}${prefix}/share/doc/${name}
+	file copy ${worksrcpath}/docs/ref \
+		${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} \
+		CHANGES.txt README.txt TODO.txt UPGRADING.txt \
+		${destroot}${prefix}/share/doc/${name}
+}


Property changes on: trunk/dports/python/py-pyprotocols/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080329/7276b6c2/attachment.html


More information about the macports-changes mailing list