Date: Mon, 13 Feb 2012 09:45:24 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Form-Sensible Makefile distinfo pkg-descr pkg-plist Message-ID: <201202130945.q1D9jOlG027580@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sunpoet 2012-02-13 09:45:24 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-Form-Sensible Makefile distinfo pkg-descr pkg-plist
Log:
- Add p5-Form-Sensible 0.20023
Form::Sensible is a different kind of form library. Form::Sensible is not just
another HTML form creator, or a form validator, though it can do both.
Form::Sensible, instead, focuses on what forms are: a method to relay
information to and from a user interface.
Form::Sensible forms are primarily tied to the data they represent.
Form::Sensible is not tied to HTML in any way. You could render Form::Sensible
forms using any presentation system you like, whether that's HTML, console
prompts, WxPerl or voice prompts. (* currently only an HTML renderer is provided
with Form::Sensible, but work is already under way to produce others.)
Features:
- Easy form validation
- Ability to easily save created forms for future use
- Define form once, render any number of ways
- Flexible built-in form validator
- Easily extended to produce new renderers, field types and validation
- HTML renderer produces sane html that can be easily styled via CSS
- HTML renderer allows for custom templates to control all aspects of form
rendering.
- HTML output not tied to any javascript library.
WWW: http://search.cpan.org/dist/Form-Sensible/
Revision Changes Path
1.4835 +1 -0 ports/devel/Makefile
1.1 +58 -0 ports/devel/p5-Form-Sensible/Makefile (new)
1.1 +2 -0 ports/devel/p5-Form-Sensible/distinfo (new)
1.1 +23 -0 ports/devel/p5-Form-Sensible/pkg-descr (new)
1.1 +63 -0 ports/devel/p5-Form-Sensible/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202130945.q1D9jOlG027580>
