Subject: CVS commit: pkgsrc/www/p5-CGI-FormBuilder
To: None <pkgsrc-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 12/04/2003 15:32:27
Module Name:	pkgsrc
Committed By:	grant
Date:		Thu Dec  4 15:32:27 UTC 2003

Update of /cvsroot/pkgsrc/www/p5-CGI-FormBuilder
In directory ivanova.netbsd.org:/tmp/cvs-serv21213

Log Message:
Initial import of CGI-FormBuilder-2.12 into the NetBSD packages
collection.

The goal of CGI::FormBuilder (FormBuilder) is to provide an easy way
for you to generate and process CGI form-based applications. This
module is designed to be smart in that it figures a lot of stuff out
for you. As a result, FormBuilder gives you about a 4:1 ratio of the
code it generates versus what you have to write.

For example, if you have multiple values for a field, it sticks them
in a radio, checkbox, or select group, depending on some factors. It
will also automatically name fields for you in human-readable labels
depending on the field names, and lay everything out in a nicely
formatted table. It will even title the form based on the name of the
script itself (order_form.cgi becomes "Order Form").

Plus, FormBuilder provides you full-blown validation for your fields,
including some useful builtin patterns. It will even generate
JavaScript validation routines on the fly! And, of course, it
maintains state ("stickiness") across submissions, with hooks provided
for you to plugin your own sessionid module such as Apache::Session.

And though it's smart, it allows you to customize it as well. For
example, if you really want something to be a checkbox, you can make
it a checkbox. And, if you really want something to be output a
specific way, you can even specify the name of an HTML::Template or
Template Toolkit (Template) compatible template which will be
automatically filled in, statefully.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/www/p5-CGI-FormBuilder/Makefile
N pkgsrc/www/p5-CGI-FormBuilder/DESCR
N pkgsrc/www/p5-CGI-FormBuilder/distinfo
N pkgsrc/www/p5-CGI-FormBuilder/PLIST

No conflicts created by this import