[36360] trunk/dports/python

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


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

Log Message:
-----------
Added ClientForm for Python 2.5

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

Added: trunk/dports/python/py25-clientform/Portfile
===================================================================
--- trunk/dports/python/py25-clientform/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-clientform/Portfile	2008-04-28 08:31:54 UTC (rev 36360)
@@ -0,0 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name                py25-clientform
+version             0.2.7
+categories          python www
+platforms           darwin
+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, \
+                    filling them in and returning the completed forms to \
+                    the server.
+
+homepage            http://wwwsearch.sourceforge.net/ClientForm/
+master_sites        ${homepage}/src/
+distname            ClientForm-${version}
+checksums           md5 bb46e199ab19c697ee4c71c08654c91a
+
+test.run            yes
+test.cmd            ${python.bin}
+test.target         test.py
+
+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]
+    }
+}


Property changes on: trunk/dports/python/py25-clientform/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/20080428/a3cbe35d/attachment.html


More information about the macports-changes mailing list