summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshell <shell>2002-04-17 12:02:38 +0000
committershell <shell>2002-04-17 12:02:38 +0000
commit4eacd36a7a31fb246f165858b60f80e13b3ee92e (patch)
tree75b613ad9febfe8e32f790e500de259a36abc96e
parent419234b3a73731038bcee87d0a1c13f2b1fe83ed (diff)
downloadpkgsrc-4eacd36a7a31fb246f165858b60f80e13b3ee92e.tar.gz
Updated to p5-HTML-FillInForm-0.26
Change since p5-HTML-FillInForm-0.11 : * Added fill_password option (Tatsuhiko Miyagawa) * Fixed bug with passing single value to multi-valued fields (Maurice Aubrey) * Added no_debug to use CGI in t/13_warning.t * Cleaned up warning messages for input fields without a name (Boris Zentner) * Fixed bug with multiple inputs (Mark Stosberg) * Updated credits section * Fixed bug where selected value of '0' were skipped (Trevor Schellhorn) * Fixed bug where option values between tags had trailing or leading * whitespace (Ade Olonoh) * Fixed bug for <input ... /> type tags (Andrew Creer) * Fix for error message (object -> fobject) (Mark Stosberg) * Fix for test on HTML escaping (thanks to Jost Krieger for report) * Added "fill in target form" feature (Tatsuhiko Miyagawa) * Fixed problems with HTML escaping (Tatsuhiko Miyagawa) * Works with checkbox tags that don't have value attribute. (Philip Mak) * Removed warning message for submit tags. (Joseph Yanni) * Fixed bug when TYPE attr of input tag not set (Martin H. Sluka) * Added docs on password caching (Mark Stosberg) * Support for multiple fobjects. * Fixed bug where new documents were feed into a used $fif object.
-rw-r--r--www/p5-HTML-FillInForm/DESCR13
-rw-r--r--www/p5-HTML-FillInForm/Makefile4
-rw-r--r--www/p5-HTML-FillInForm/distinfo6
3 files changed, 12 insertions, 11 deletions
diff --git a/www/p5-HTML-FillInForm/DESCR b/www/p5-HTML-FillInForm/DESCR
index 5624633ee65..c3ff4597cf4 100644
--- a/www/p5-HTML-FillInForm/DESCR
+++ b/www/p5-HTML-FillInForm/DESCR
@@ -1,6 +1,7 @@
-This module automatically inserts data from a previous HTML form into the
-HTML input, textarea and select tags. It is a subclass of the HTML::Parser
-manpage and uses it to parse the HTML and insert the values into the form
-tags. One useful application is after a user submits an HTML form without
-filling out a required field. HTML::FillInForm can be used to redisplay
-the HTML form with all the form elements containing the submitted info.
+This module automatically inserts data from a previous HTML form
+into the HTML input, textarea and select tags. It is a subclass
+of the HTML::Parser manpage and uses it to parse the HTML and insert
+the values into the form tags. One useful application is after a
+user submits an HTML form without filling out a required field.
+HTML::FillInForm can be used to redisplay the HTML form with all
+the form elements containing the submitted info.
diff --git a/www/p5-HTML-FillInForm/Makefile b/www/p5-HTML-FillInForm/Makefile
index 897db9aaf89..92fcd851e91 100644
--- a/www/p5-HTML-FillInForm/Makefile
+++ b/www/p5-HTML-FillInForm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2001/11/26 06:50:33 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/04/17 12:02:39 shell Exp $
-DISTNAME= HTML-FillInForm-0.19
+DISTNAME= HTML-FillInForm-0.26
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hfi
CATEGORIES= www perl5
diff --git a/www/p5-HTML-FillInForm/distinfo b/www/p5-HTML-FillInForm/distinfo
index fcb0deba9a3..4626e296ea3 100644
--- a/www/p5-HTML-FillInForm/distinfo
+++ b/www/p5-HTML-FillInForm/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/10/01 02:33:43 jlam Exp $
+$NetBSD: distinfo,v 1.2 2002/04/17 12:02:39 shell Exp $
-SHA1 (HTML-FillInForm-0.19.tar.gz) = ef03cb8cbb397ffd1e5961d73ecbfbcdea299bf8
-Size (HTML-FillInForm-0.19.tar.gz) = 7659 bytes
+SHA1 (HTML-FillInForm-0.26.tar.gz) = e8e84f7f679075a0841d14d64ed21fbc9c32ccb8
+Size (HTML-FillInForm-0.26.tar.gz) = 8728 bytes