From a59e0994ee8b3244534c24f072502db170f49145 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 1 Oct 2001 02:33:43 +0000 Subject: 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. --- www/p5-HTML-FillInForm/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 www/p5-HTML-FillInForm/Makefile (limited to 'www/p5-HTML-FillInForm/Makefile') 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" -- cgit v1.2.3