mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
The HTML::Field set of modules creates objects that represent HTML form fields
which try to make it easier to interact with CGI objects, databases, and HTML::Template objects. The objective of an HTML::Field object is to know how to write its own HTML, how to get its value out of a CGI object or from a hash, how to add their value to a hash suitable for passing into a HTML::Template or into a SQL::Abstract object, for example, and thus re-use some of the code which is typically repeated several times in a CGI script. This bundle includes also HTML::FieldForm, which is a very simple module to manage sets of HTML::Field objects. WWW: http://search.cpan.org/dist/HTML-Field/ PR: ports/140982 Submitted by: Sahil Tandon <sahil at tandon.net>
This commit is contained in:
parent
5cc15f26ea
commit
d29f9efe58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246626
@ -878,6 +878,7 @@
|
||||
SUBDIR += p5-HTML-Element-Library
|
||||
SUBDIR += p5-HTML-Encoding
|
||||
SUBDIR += p5-HTML-ExtractContent
|
||||
SUBDIR += p5-HTML-Field
|
||||
SUBDIR += p5-HTML-FillInForm
|
||||
SUBDIR += p5-HTML-FillInForm-ForceUTF8
|
||||
SUBDIR += p5-HTML-FormFu
|
||||
|
22
www/p5-HTML-Field/Makefile
Normal file
22
www/p5-HTML-Field/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: HTML::Field
|
||||
# Date created: 28 November 2009
|
||||
# Whom: Sahil Tandon <sahil@tandon.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HTML-Field
|
||||
PORTVERSION= 1.19
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sahil@tandon.net
|
||||
COMMENT= A perl module to generate HTML form elements
|
||||
|
||||
MAN3= HTML::Field.3 \
|
||||
HTML::FieldForm.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-HTML-Field/distinfo
Normal file
3
www/p5-HTML-Field/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (HTML-Field-1.19.tar.gz) = 60d122a87239557711a4ca62d177a5a5
|
||||
SHA256 (HTML-Field-1.19.tar.gz) = 9b4ec3a463c8707b90ff2e4326f44fc062b6bc9683fb847b8fba5513957a4994
|
||||
SIZE (HTML-Field-1.19.tar.gz) = 19036
|
14
www/p5-HTML-Field/pkg-descr
Normal file
14
www/p5-HTML-Field/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
The HTML::Field set of modules creates objects that represent HTML form fields
|
||||
which try to make it easier to interact with CGI objects, databases, and
|
||||
HTML::Template objects.
|
||||
|
||||
The objective of an HTML::Field object is to know how to write its own HTML,
|
||||
how to get its value out of a CGI object or from a hash,
|
||||
how to add their value to a hash suitable for passing into a HTML::Template
|
||||
or into a SQL::Abstract object, for example, and thus re-use some of the code
|
||||
which is typically repeated several times in a CGI script.
|
||||
|
||||
This bundle includes also HTML::FieldForm, which is a very simple module to
|
||||
manage sets of HTML::Field objects.
|
||||
|
||||
WWW: http://search.cpan.org/dist/HTML-Field/
|
6
www/p5-HTML-Field/pkg-plist
Normal file
6
www/p5-HTML-Field/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Field/.packlist
|
||||
%%SITE_PERL%%/HTML/Field.pm
|
||||
%%SITE_PERL%%/HTML/FieldForm.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Field
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
|
||||
@dirrmtry %%SITE_PERL%%/HTML
|
Loading…
Reference in New Issue
Block a user