summaryrefslogtreecommitdiff
path: root/www/p5-HTML-FillInForm
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-01 02:33:43 +0000
committerjlam <jlam>2001-10-01 02:33:43 +0000
commitf846df7df2452ab1735eb0754de5aeb282da5780 (patch)
tree21b4df76cd8554c07b7ac33aa533d23da1460c34 /www/p5-HTML-FillInForm
parentc49d71a1f6ae841a534e03a8fa3723b0acd8bfb1 (diff)
downloadpkgsrc-f846df7df2452ab1735eb0754de5aeb282da5780.tar.gz
p5-HTML-FillInForm: populates HTML Forms with CGI data
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.
Diffstat (limited to 'www/p5-HTML-FillInForm')
-rw-r--r--www/p5-HTML-FillInForm/Makefile19
-rw-r--r--www/p5-HTML-FillInForm/distinfo4
-rw-r--r--www/p5-HTML-FillInForm/pkg/DESCR6
-rw-r--r--www/p5-HTML-FillInForm/pkg/PLIST1
4 files changed, 30 insertions, 0 deletions
diff --git a/www/p5-HTML-FillInForm/Makefile b/www/p5-HTML-FillInForm/Makefile
new file mode 100644
index 00000000000..f8780383757
--- /dev/null
+++ b/www/p5-HTML-FillInForm/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/01 02:33:43 jlam Exp $
+
+DISTNAME= HTML-FillInForm-0.19
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= perl5 module that populates HTML Forms with CGI data
+
+DEPENDS+= p5-HTML-Parser>=3.08:../../www/p5-HTML-Parser
+
+USE_PERL5= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/FillInForm/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-HTML-FillInForm/distinfo b/www/p5-HTML-FillInForm/distinfo
new file mode 100644
index 00000000000..fcb0deba9a3
--- /dev/null
+++ b/www/p5-HTML-FillInForm/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/10/01 02:33:43 jlam Exp $
+
+SHA1 (HTML-FillInForm-0.19.tar.gz) = ef03cb8cbb397ffd1e5961d73ecbfbcdea299bf8
+Size (HTML-FillInForm-0.19.tar.gz) = 7659 bytes
diff --git a/www/p5-HTML-FillInForm/pkg/DESCR b/www/p5-HTML-FillInForm/pkg/DESCR
new file mode 100644
index 00000000000..5624633ee65
--- /dev/null
+++ b/www/p5-HTML-FillInForm/pkg/DESCR
@@ -0,0 +1,6 @@
+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/pkg/PLIST b/www/p5-HTML-FillInForm/pkg/PLIST
new file mode 100644
index 00000000000..b42a02dd88c
--- /dev/null
+++ b/www/p5-HTML-FillInForm/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/01 02:33:43 jlam Exp $