pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-HTML-FillInForm Update p5-HTML-FillInForm from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1e50fe5c282
branches:  trunk
changeset: 485274:d1e50fe5c282
user:      he <he%pkgsrc.org@localhost>
date:      Sun Dec 05 18:25:43 2004 +0000

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

diffstat:

 www/p5-HTML-FillInForm/Makefile |  5 +++--
 www/p5-HTML-FillInForm/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r f878f0f5db88 -r d1e50fe5c282 www/p5-HTML-FillInForm/Makefile
--- a/www/p5-HTML-FillInForm/Makefile   Sun Dec 05 18:20:59 2004 +0000
+++ b/www/p5-HTML-FillInForm/Makefile   Sun Dec 05 18:25:43 2004 +0000
@@ -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@localhost
+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 -r f878f0f5db88 -r d1e50fe5c282 www/p5-HTML-FillInForm/distinfo
--- a/www/p5-HTML-FillInForm/distinfo   Sun Dec 05 18:20:59 2004 +0000
+++ b/www/p5-HTML-FillInForm/distinfo   Sun Dec 05 18:25:43 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index