Bug 140982 - [NEW PORT] www/p5-HTML-Field: A perl module to generate HTML form elements
Summary: [NEW PORT] www/p5-HTML-Field: A perl module to generate HTML form elements
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-28 22:40 UTC by Sahil Tandon
Modified: 2009-12-25 19:30 UTC (History)
1 user (show)

See Also:


Attachments
p5-HTML-Field.shar (2.55 KB, text/plain)
2009-11-28 22:40 UTC, Sahil Tandon
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sahil Tandon 2009-11-28 22:40:01 UTC
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/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-11-28 22:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

itetcu@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-25 19:26:27 UTC
miwi        2009-12-25 19:26:19 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-HTML-Field    Makefile distinfo pkg-descr pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.2505    +1 -0      ports/www/Makefile
  1.1       +22 -0     ports/www/p5-HTML-Field/Makefile (new)
  1.1       +3 -0      ports/www/p5-HTML-Field/distinfo (new)
  1.1       +14 -0     ports/www/p5-HTML-Field/pkg-descr (new)
  1.1       +6 -0      ports/www/p5-HTML-Field/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-12-25 19:26:39 UTC
State Changed
From-To: open->closed

New port added. Thanks!