Initial import of py-clientform-0.2.7

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.

From Will Maier
ok eric@
This commit is contained in:
merdely 2007-12-23 18:00:16 +00:00
parent 02dc8034f5
commit 85d1e650fa
4 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,33 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/12/23 18:00:16 merdely Exp $
COMMENT= handle HTML forms on the client side
V= 0.2.7
DISTNAME= ClientForm-$V
PKGNAME= py-clientform-$V
CATEGORIES= www
HOMEPAGE= http://wwwsearch.sourceforge.net/ClientForm/
MASTER_SITES= ${HOMEPAGE}src/
MAINTAINER= Will Maier <willmaier@ml1.net>
# BSD-like or ZPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/python
MODPY_SETUPTOOLS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-clientform
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-clientform
.for i in COPYING.txt COPYRIGHT.txt *.html
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/py-clientform
.endfor
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/py-clientform
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (ClientForm-0.2.7.tar.gz) = u0bhmasZxpfuTHHAhlTJGg==
RMD160 (ClientForm-0.2.7.tar.gz) = qPvKtrBZrAqquMy60eRKDYwiXSw=
SHA1 (ClientForm-0.2.7.tar.gz) = GzMo7AkH0qe+kwSSusTBSz8dSoA=
SHA256 (ClientForm-0.2.7.tar.gz) = 8hfGonXe9IWoF80fIQoZyBlFrF8gBsxPAOze5eFh/Rk=
SIZE (ClientForm-0.2.7.tar.gz) = 103911

View File

@ -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.

View File

@ -0,0 +1,21 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/12/23 18:00:16 merdely Exp $
lib/python${MODPY_VERSION}/site-packages/ClientForm-0.2.7-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/ClientForm-0.2.7-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/ClientForm-0.2.7-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/ClientForm-0.2.7-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/ClientForm-0.2.7-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/ClientForm-0.2.7-py${MODPY_VERSION}.egg-info/zip-safe
lib/python${MODPY_VERSION}/site-packages/ClientForm.py
lib/python${MODPY_VERSION}/site-packages/ClientForm.pyc
share/doc/py-clientform/
share/doc/py-clientform/COPYING.txt
share/doc/py-clientform/COPYRIGHT.txt
share/doc/py-clientform/GeneralFAQ.html
share/doc/py-clientform/README.html
share/examples/py-clientform/
share/examples/py-clientform/data.dat
share/examples/py-clientform/data.txt
share/examples/py-clientform/echo.cgi
share/examples/py-clientform/example.html
share/examples/py-clientform/example.py
share/examples/py-clientform/simple.py