Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Nov 2009 17:33:51 -0500 (EST)
From:      Sahil Tandon <sahil@tandon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        miwi@FreeBSD.org
Subject:   ports/140982: [NEW PORT] www/p5-HTML-Field: A perl module to generate HTML form elements
Message-ID:  <20091128223351.6C704170C0@spartan.hamla.org>
Resent-Message-ID: <200911282240.nASMe1NK070471@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         140982
>Category:       ports
>Synopsis:       [NEW PORT] www/p5-HTML-Field: A perl module to generate HTML form elements
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 28 22:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sahil Tandon
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:

	
>Description:
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/
>How-To-Repeat:
	
>Fix:

	



--- p5-HTML-Field.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-HTML-Field
#	p5-HTML-Field/distinfo
#	p5-HTML-Field/Makefile
#	p5-HTML-Field/pkg-plist
#	p5-HTML-Field/pkg-descr
#
echo c - p5-HTML-Field
mkdir -p p5-HTML-Field > /dev/null 2>&1
echo x - p5-HTML-Field/distinfo
sed 's/^X//' >p5-HTML-Field/distinfo << '2e53b277902da4aab1b99a096eda48e5'
XMD5 (HTML-Field-1.19.tar.gz) = 60d122a87239557711a4ca62d177a5a5
XSHA256 (HTML-Field-1.19.tar.gz) = 9b4ec3a463c8707b90ff2e4326f44fc062b6bc9683fb847b8fba5513957a4994
XSIZE (HTML-Field-1.19.tar.gz) = 19036
2e53b277902da4aab1b99a096eda48e5
echo x - p5-HTML-Field/Makefile
sed 's/^X//' >p5-HTML-Field/Makefile << '4ed8c975e27117818e7a34f27a3a267e'
X# New ports collection makefile for:	HTML::Field
X# Date created:				28 November 2009
X# Whom:					Sahil Tandon <sahil@tandon.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	HTML-Field
XPORTVERSION=	1.19
XCATEGORIES=	www perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	sahil@tandon.net
XCOMMENT=	A perl module to generate HTML form elements
X
XMAN3=		HTML::Field.3 \
X		HTML::FieldForm.3
X
XPERL_CONFIGURE=	yes
X
X.include <bsd.port.mk>
4ed8c975e27117818e7a34f27a3a267e
echo x - p5-HTML-Field/pkg-plist
sed 's/^X//' >p5-HTML-Field/pkg-plist << '0433375806e47c5478a149b3685df3f1'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Field/.packlist
X%%SITE_PERL%%/HTML/Field.pm
X%%SITE_PERL%%/HTML/FieldForm.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Field
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
X@dirrmtry %%SITE_PERL%%/HTML
0433375806e47c5478a149b3685df3f1
echo x - p5-HTML-Field/pkg-descr
sed 's/^X//' >p5-HTML-Field/pkg-descr << '9734ff0a0d2f47a2d72fc86ff246ca1f'
XThe HTML::Field set of modules creates objects that represent HTML form fields
Xwhich try to make it easier to interact with CGI objects, databases, and 
XHTML::Template objects. 
X
XThe objective of an HTML::Field object is to know how to write its own HTML, 
Xhow to get its value out of a CGI object or from a hash,
Xhow to add their value to a hash suitable for passing into a HTML::Template
Xor into a SQL::Abstract object, for example, and thus re-use some of the code
Xwhich is typically repeated several times in a CGI script.
X
XThis bundle includes also HTML::FieldForm, which is a very simple module to 
Xmanage sets of HTML::Field objects.
X
XWWW: http://search.cpan.org/dist/HTML-Field/
9734ff0a0d2f47a2d72fc86ff246ca1f
exit
--- p5-HTML-Field.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091128223351.6C704170C0>