diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-17 20:53:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-17 20:53:50 +0000 |
commit | 612b01245351c646974ccb7004977e050ba707c9 (patch) | |
tree | 965e6d9a8389278b945d00f865b35a48895baa40 /www/py-ClientForm | |
parent | ec1595de560ccd8ab84e8f8c47430d8c0f264190 (diff) | |
download | pkgsrc-612b01245351c646974ccb7004977e050ba707c9.tar.gz |
Initial import of py-ClientForm-0.2.10:
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. It developed from a port of
Gisle Aas' Perl module HTML::Form, from the libwww-perl library,
but the interface is not the same.
Diffstat (limited to 'www/py-ClientForm')
-rw-r--r-- | www/py-ClientForm/DESCR | 5 | ||||
-rw-r--r-- | www/py-ClientForm/Makefile | 17 | ||||
-rw-r--r-- | www/py-ClientForm/PLIST | 10 | ||||
-rw-r--r-- | www/py-ClientForm/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/www/py-ClientForm/DESCR b/www/py-ClientForm/DESCR new file mode 100644 index 00000000000..02b67dcee0f --- /dev/null +++ b/www/py-ClientForm/DESCR @@ -0,0 +1,5 @@ +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. It developed from a port of +Gisle Aas' Perl module HTML::Form, from the libwww-perl library, +but the interface is not the same. diff --git a/www/py-ClientForm/Makefile b/www/py-ClientForm/Makefile new file mode 100644 index 00000000000..e479cc24748 --- /dev/null +++ b/www/py-ClientForm/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/01/17 20:53:50 wiz Exp $ +# + +DISTNAME= ClientForm-0.2.10 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= www textproc +MASTER_SITES= http://wwwsearch.sourceforge.net/ClientForm/src/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://wwwsearch.sourceforge.net/ClientForm/ +COMMENT= Python module for handling HTML forms on the client side + +USE_LANGUAGES= # none +PYDISTUTILSPKG= yes + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-ClientForm/PLIST b/www/py-ClientForm/PLIST new file mode 100644 index 00000000000..8fb2c0c24a6 --- /dev/null +++ b/www/py-ClientForm/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/17 20:53:50 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${EGG_INFODIR}/zip-safe +${PYSITELIB}/ClientForm.py +${PYSITELIB}/ClientForm.pyc +${PYSITELIB}/ClientForm.pyo +@dirrm ${PYSITELIB}/${EGG_INFODIR} diff --git a/www/py-ClientForm/distinfo b/www/py-ClientForm/distinfo new file mode 100644 index 00000000000..1b67e60cfe2 --- /dev/null +++ b/www/py-ClientForm/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/01/17 20:53:50 wiz Exp $ + +SHA1 (ClientForm-0.2.10.tar.gz) = e0228e8a6b65dad8457266831fbce84daf3588bd +RMD160 (ClientForm-0.2.10.tar.gz) = 85b2c0174b0bc1377f71cb13586f28c79554a6e3 +Size (ClientForm-0.2.10.tar.gz) = 104094 bytes |