summaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-FillInForm
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-03-31 01:23:20 +0000
committerwill <will@FreeBSD.org>2001-03-31 01:23:20 +0000
commit6f3feb42e8f51e85571967959129e678b8578afa (patch)
tree2b8cf3f4c68f5a43d1bbbb6c6434394f9ffa0180 /www/p5-HTML-FillInForm
parentce52fa730cce8040370768ddc863becce528944b (diff)
downloadFreeBSD-ports-6f3feb42e8f51e85571967959129e678b8578afa.zip
FreeBSD-ports-6f3feb42e8f51e85571967959129e678b8578afa.tar.gz
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>
Diffstat (limited to 'www/p5-HTML-FillInForm')
-rw-r--r--www/p5-HTML-FillInForm/Makefile26
-rw-r--r--www/p5-HTML-FillInForm/distinfo1
-rw-r--r--www/p5-HTML-FillInForm/pkg-comment1
-rw-r--r--www/p5-HTML-FillInForm/pkg-descr12
-rw-r--r--www/p5-HTML-FillInForm/pkg-plist5
5 files changed, 45 insertions, 0 deletions
diff --git a/www/p5-HTML-FillInForm/Makefile b/www/p5-HTML-FillInForm/Makefile
new file mode 100644
index 0000000..8d8ff30
--- /dev/null
+++ b/www/p5-HTML-FillInForm/Makefile
@@ -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>
diff --git a/www/p5-HTML-FillInForm/distinfo b/www/p5-HTML-FillInForm/distinfo
new file mode 100644
index 0000000..ed5d92b
--- /dev/null
+++ b/www/p5-HTML-FillInForm/distinfo
@@ -0,0 +1 @@
+MD5 (HTML-FillInForm-0.11.tar.gz) = d086a46cde130d9c3f49a0bdb4ee62ad
diff --git a/www/p5-HTML-FillInForm/pkg-comment b/www/p5-HTML-FillInForm/pkg-comment
new file mode 100644
index 0000000..f1897e3
--- /dev/null
+++ b/www/p5-HTML-FillInForm/pkg-comment
@@ -0,0 +1 @@
+Perl5 module for auto-filling HTML form fields from previous values
diff --git a/www/p5-HTML-FillInForm/pkg-descr b/www/p5-HTML-FillInForm/pkg-descr
new file mode 100644
index 0000000..e0fbd07
--- /dev/null
+++ b/www/p5-HTML-FillInForm/pkg-descr
@@ -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>
diff --git a/www/p5-HTML-FillInForm/pkg-plist b/www/p5-HTML-FillInForm/pkg-plist
new file mode 100644
index 0000000..b19f55e
--- /dev/null
+++ b/www/p5-HTML-FillInForm/pkg-plist
@@ -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
OpenPOWER on IntegriCloud