1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Add p5-HTML-FillInForm 0.11, a perl5 module for auto-filling HTML

form fields from previous values.

PR:		26214
Submitted by:	Alex Kapranoff <kapr@crosswinds.net>
This commit is contained in:
Will Andrews 2001-03-31 01:23:20 +00:00
parent 683d394f51
commit dd80851deb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40609
6 changed files with 46 additions and 0 deletions

View File

@ -170,6 +170,7 @@
SUBDIR += p5-HTML
SUBDIR += p5-HTML-Clean
SUBDIR += p5-HTML-Embperl
SUBDIR += p5-HTML-FillInForm
SUBDIR += p5-HTML-Mason
SUBDIR += p5-HTML-Navigation
SUBDIR += p5-HTML-Pager

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: p5-HTML-FillInForm
# Date created: March 30th 2001
# Whom: Alex Kapranoff <kapr@crosswinds.net>
#
# $FreeBSD$
#
PORTNAME= HTML-FillInForm
PORTVERSION= 0.11
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= kapr@crosswinds.net
BUILD_DEPEND= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser
PERL_CONFIGURE= yes
INSTALL_TARGET= pure_install
MAN3= HTML::FillInForm.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (HTML-FillInForm-0.11.tar.gz) = d086a46cde130d9c3f49a0bdb4ee62ad

View File

@ -0,0 +1 @@
Perl5 module for auto-filling HTML form fields from previous values

View File

@ -0,0 +1,12 @@
From README:
This module automatically inserts data from a previous HTML form into
the HTML input and select tags. It is a subclass of HTML::Parser 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 required field. HTML::FillInForm can be used to redisplay
the HTML form with all the form elements containing the submitted
info.
-- Alex Kapranoff <kapr@crosswinds.net>

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/HTML/FillInForm.pm
@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/FillInForm/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/FillInForm
@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null|| true