[35507] trunk/dports/python/py25-ruledispatch/Portfile
akira at macports.org
akira at macports.org
Sat Mar 29 05:51:48 PDT 2008
Revision: 35507
http://trac.macosforge.org/projects/macports/changeset/35507
Author: akira at macports.org
Date: 2008-03-29 05:51:47 -0700 (Sat, 29 Mar 2008)
Log Message:
-----------
Added missing dependency.
Added me and openmaintainer to maintainers.
Added doc.
link cleanup
Modified Paths:
--------------
trunk/dports/python/py25-ruledispatch/Portfile
Modified: trunk/dports/python/py25-ruledispatch/Portfile
===================================================================
--- trunk/dports/python/py25-ruledispatch/Portfile 2008-03-29 12:49:54 UTC (rev 35506)
+++ trunk/dports/python/py25-ruledispatch/Portfile 2008-03-29 12:51:47 UTC (rev 35507)
@@ -2,12 +2,14 @@
PortSystem 1.0
PortGroup python25 1.0
+
name py25-ruledispatch
version 0.5a0.dev-r2306
+revision 1
categories-append devel
-maintainers stechert at macports.org
-description ruledispatch
-
+maintainers stechert akira openmaintainer
+description Rule-based Dispatching and Generic Functions
+long_description Rule-based Dispatching and Generic Functions
platforms darwin
homepage http://www.turbogears.org/
@@ -17,5 +19,9 @@
checksums md5 fc716f2e2d6247fb8e3b50f0e6476bcd \
sha1 009fe952a3d469d31a656083ef951a61efa52dd6 \
rmd160 e109c1df8f164993c3236af60397d61029040259
+depends_lib port:py25-pyprotocols
-
+post-destroot {
+ xinstall -m 644 -W ${worksrcpath} \
+ TODO.txt ${destroot}${prefix}/share/doc/${name}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080329/a2fa990b/attachment.html
More information about the macports-changes
mailing list