From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 28 22:40:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF6C61065670 for ; Sat, 28 Nov 2009 22:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 76E768FC1C for ; Sat, 28 Nov 2009 22:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nASMe12w070472 for ; Sat, 28 Nov 2009 22:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nASMe1NK070471; Sat, 28 Nov 2009 22:40:01 GMT (envelope-from gnats) Resent-Date: Sat, 28 Nov 2009 22:40:01 GMT Resent-Message-Id: <200911282240.nASMe1NK070471@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sahil Tandon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C59E4106566B; Sat, 28 Nov 2009 22:33:51 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 9FF3C8FC13; Sat, 28 Nov 2009 22:33:51 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id 6C704170C0; Sat, 28 Nov 2009 17:33:51 -0500 (EST) Message-Id: <20091128223351.6C704170C0@spartan.hamla.org> Date: Sat, 28 Nov 2009 17:33:51 -0500 (EST) From: Sahil Tandon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: miwi@FreeBSD.org Subject: ports/140982: [NEW PORT] www/p5-HTML-Field: A perl module to generate HTML form elements X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 22:40:01 -0000 >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 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 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: