[36358] trunk/dports/python/py-clientform/Portfile

akira at macports.org akira at macports.org
Mon Apr 28 01:26:26 PDT 2008


Revision: 36358
          http://trac.macosforge.org/projects/macports/changeset/36358
Author:   akira at macports.org
Date:     2008-04-28 01:26:24 -0700 (Mon, 28 Apr 2008)

Log Message:
-----------
Upgraded py-clientform to 0.2.7 and took maintainership

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

Modified: trunk/dports/python/py-clientform/Portfile
===================================================================
--- trunk/dports/python/py-clientform/Portfile	2008-04-28 07:49:17 UTC (rev 36357)
+++ trunk/dports/python/py-clientform/Portfile	2008-04-28 08:26:24 UTC (rev 36358)
@@ -4,10 +4,10 @@
 PortGroup python24 1.0
 
 name			py-clientform
-version			0.1.17
+version			0.2.7
 categories		python www
 platforms		darwin
-maintainers		nomaintainer
+maintainers		openmaintainer akira
 description		python module for handling HTML forms
 long_description	ClientForm is a Python module for handling HTML forms \
 				on the client side, useful for parsing HTML forms, \
@@ -17,14 +17,17 @@
 homepage		http://wwwsearch.sourceforge.net/ClientForm/
 master_sites	${homepage}/src/
 distname		ClientForm-${version}
-checksums		md5 0aa01b3ebcdf800d7ec07c86c7e60b38
+checksums		md5 bb46e199ab19c697ee4c71c08654c91a
 
 test.run		yes
 test.cmd		${python.bin}
 test.target		test.py
 
-post-destroot	{
-	xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog GeneralFAQ.html \
-		INSTALL README.html README.txt \
-		${destroot}${prefix}/share/doc/${name}
+post-destroot {
+	foreach f [glob -directory ${worksrcpath}/ *.txt *.html] {
+		copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
+	}
+	foreach f [glob -directory ${worksrcpath}/examples *] {
+		copy $f ${destroot}${prefix}/share/doc/${name}/examples/[file tail $f]
+	}
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080428/81dd1952/attachment.html


More information about the macports-changes mailing list