Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +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.

View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.27 2013/05/31 12:42:41 wiz Exp $
DISTNAME= HTML-FillInForm-2.1
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
SVR4_PKGNAME= p5hfi
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/HTML-FillInForm/
COMMENT= Perl5 module that populates HTML Forms with CGI data
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
DEPENDS+= p5-HTML-Parser>=3.26:../../www/p5-HTML-Parser
PERL5_PACKLIST= auto/HTML/FillInForm/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.9 2011/11/21 08:46:40 hiramatsu Exp $
SHA1 (HTML-FillInForm-2.1.tar.gz) = be8fc34c6643ada4734fdd0211ee5fc57a3c6c54
RMD160 (HTML-FillInForm-2.1.tar.gz) = 961cb57bebba96d4ebfbb7e37a315c2ff98ab06d
Size (HTML-FillInForm-2.1.tar.gz) = 17263 bytes