diff options
author | he <he@pkgsrc.org> | 2004-12-05 18:25:43 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2004-12-05 18:25:43 +0000 |
commit | 0882cd9de12d2f787897bfe6939bffc35206fe08 (patch) | |
tree | fdb481106be70b7dccd92992d4453c26e5a6b4ea | |
parent | 8febf0e7710e4922db2cb1b9e4e78190715c01b3 (diff) | |
download | pkgsrc-0882cd9de12d2f787897bfe6939bffc35206fe08.tar.gz |
Update p5-HTML-FillInForm from version 1.03 to 1.04.
Add HOMEPAGE pointing into search.cpan.org.
Change log (yes, it really says 1.10, but this *is* 1.04. Probably typo.):
1.10 - March 8th, 2004
Now queries passed objects for form fields as it encounters them instead of
asking for all fields up front. This allows the type of object passed
to not have to return all the fields in a empty ->param() call.
(Dave Rolsky)
Generate XHTML-compliant tags (Dave Rolsky)
Documented behavior when passing undef values.
Fixed bug when HTML form has two or more radio buttons and second or
higher radio button is selected. (Dan Kubb)
Made ignore_fields work with fdat, included new test script
18_ignore_fdat.t (James Tolley)
-rw-r--r-- | www/p5-HTML-FillInForm/Makefile | 5 | ||||
-rw-r--r-- | www/p5-HTML-FillInForm/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/p5-HTML-FillInForm/Makefile b/www/p5-HTML-FillInForm/Makefile index 47c697d3287..108852ea326 100644 --- a/www/p5-HTML-FillInForm/Makefile +++ b/www/p5-HTML-FillInForm/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.11 2004/04/25 05:49:52 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2004/12/05 18:25:43 he Exp $ -DISTNAME= HTML-FillInForm-1.03 +DISTNAME= HTML-FillInForm-1.04 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5hfi CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/HTML-FillInForm/ COMMENT= Perl5 module that populates HTML Forms with CGI data DEPENDS+= p5-HTML-Parser>=3.26:../../www/p5-HTML-Parser diff --git a/www/p5-HTML-FillInForm/distinfo b/www/p5-HTML-FillInForm/distinfo index 91b23a10a27..2ab62edf677 100644 --- a/www/p5-HTML-FillInForm/distinfo +++ b/www/p5-HTML-FillInForm/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/01/04 18:07:28 xtraeme Exp $ +$NetBSD: distinfo,v 1.5 2004/12/05 18:25:43 he Exp $ -SHA1 (HTML-FillInForm-1.03.tar.gz) = 16fa943ef6a3686f3640b9a941b9ee820e3bf079 -Size (HTML-FillInForm-1.03.tar.gz) = 9869 bytes +SHA1 (HTML-FillInForm-1.04.tar.gz) = 12b367c397da7dc0f09e77bcc5bb2705635812b9 +Size (HTML-FillInForm-1.04.tar.gz) = 10709 bytes |