From 85d1e650fad6bf4d6de9dd3cacfc3dc0bd04c469 Mon Sep 17 00:00:00 2001 From: merdely Date: Sun, 23 Dec 2007 18:00:16 +0000 Subject: [PATCH] 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@ --- www/py-clientform/Makefile | 33 +++++++++++++++++++++++++++++++++ www/py-clientform/distinfo | 5 +++++ www/py-clientform/pkg/DESCR | 5 +++++ www/py-clientform/pkg/PLIST | 21 +++++++++++++++++++++ 4 files changed, 64 insertions(+) create mode 100644 www/py-clientform/Makefile create mode 100644 www/py-clientform/distinfo create mode 100644 www/py-clientform/pkg/DESCR create mode 100644 www/py-clientform/pkg/PLIST diff --git a/www/py-clientform/Makefile b/www/py-clientform/Makefile new file mode 100644 index 00000000000..3fc5c83cb61 --- /dev/null +++ b/www/py-clientform/Makefile @@ -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 + +# 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 diff --git a/www/py-clientform/distinfo b/www/py-clientform/distinfo new file mode 100644 index 00000000000..814e811023c --- /dev/null +++ b/www/py-clientform/distinfo @@ -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 diff --git a/www/py-clientform/pkg/DESCR b/www/py-clientform/pkg/DESCR new file mode 100644 index 00000000000..f0025a86fb9 --- /dev/null +++ b/www/py-clientform/pkg/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/pkg/PLIST b/www/py-clientform/pkg/PLIST new file mode 100644 index 00000000000..f04a3ae7856 --- /dev/null +++ b/www/py-clientform/pkg/PLIST @@ -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