[29563] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 29 13:29:24 PDT 2007


Revision: 29563
          http://trac.macosforge.org/projects/macports/changeset/29563
Author:   nox at macports.org
Date:     2007-09-29 13:29:24 -0700 (Sat, 29 Sep 2007)

Log Message:
-----------
py25-ply: New port (copied from py-ply).

Added Paths:
-----------
    trunk/dports/python/py25-ply/
    trunk/dports/python/py25-ply/Portfile

Removed Paths:
-------------
    trunk/dports/python/py25-ply/Portfile

Copied: trunk/dports/python/py25-ply (from rev 29559, trunk/dports/python/py-ply)

Deleted: trunk/dports/python/py25-ply/Portfile
===================================================================
--- trunk/dports/python/py-ply/Portfile	2007-09-29 14:21:11 UTC (rev 29559)
+++ trunk/dports/python/py25-ply/Portfile	2007-09-29 20:29:24 UTC (rev 29563)
@@ -1,22 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python24 1.0
-
-name			py-ply
-version			2.2
-categories		python lang devel
-platforms		darwin
-maintainers		nomaintainer at macports.org
-description		lex and yacc implementation for Python
-long_description	${description}
-
-homepage		http://www.dabeaz.com/ply/
-master_sites		${homepage}
-distname		ply-${version}
-checksums		sha1 5ab8b06a52bfdd81243169e03a462bd84c6259f7
-
-post-destroot	{
-	xinstall -m 644 -W ${worksrcpath}/doc ply.html \
-		${destroot}${prefix}/share/doc/${name}
-}

Copied: trunk/dports/python/py25-ply/Portfile (from rev 29562, trunk/dports/python/py-ply/Portfile)
===================================================================
--- trunk/dports/python/py25-ply/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-ply/Portfile	2007-09-29 20:29:24 UTC (rev 29563)
@@ -0,0 +1,38 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       python25 1.0
+
+name            py25-ply
+set my_name     ply
+version         2.3
+categories-append   lang devel
+platforms       darwin
+maintainers     nox
+description     lex and yacc implementation for Python
+
+long_description \
+    ${description}
+
+homepage        http://www.dabeaz.com/ply/
+master_sites    ${homepage}
+distname        ply-${version}
+
+checksums       md5 e406e5eef98661d395d901f8cc3d1219 \
+                sha1 2e322cb71a2c9c3fc17cc601de7da26156b00792 \
+                rmd160 4157470feabc38cc01c764bfd72d6e1dc70cf12f
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${my_name}-${version}
+    xinstall -d ${destroot}${docdir}/html
+
+    xinstall -m 0644 -W ${worksrcpath} ANNOUNCE CHANGES COPYING README \
+        TODO ${destroot}${docdir}
+
+    xinstall -m 0644 ${worksrcpath}/doc/ply.html \
+        ${destroot}${docdir}/html
+}
+
+livecheck.check regex
+livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070929/23adf89d/attachment.html


More information about the macports-changes mailing list