pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-ClientForm Initial import of py-ClientForm-0.2.10:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2ce9bd558bf
branches:  trunk
changeset: 553226:e2ce9bd558bf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 17 20:53:50 2009 +0000

description:
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:

 www/py-ClientForm/DESCR    |   5 +++++
 www/py-ClientForm/Makefile |  17 +++++++++++++++++
 www/py-ClientForm/PLIST    |  10 ++++++++++
 www/py-ClientForm/distinfo |   5 +++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r fd9c57c90721 -r e2ce9bd558bf www/py-ClientForm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-ClientForm/DESCR   Sat Jan 17 20:53:50 2009 +0000
@@ -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 -r fd9c57c90721 -r e2ce9bd558bf www/py-ClientForm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-ClientForm/Makefile        Sat Jan 17 20:53:50 2009 +0000
@@ -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@localhost
+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 -r fd9c57c90721 -r e2ce9bd558bf www/py-ClientForm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-ClientForm/PLIST   Sat Jan 17 20:53:50 2009 +0000
@@ -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 -r fd9c57c90721 -r e2ce9bd558bf www/py-ClientForm/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-ClientForm/distinfo        Sat Jan 17 20:53:50 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index