cvs commit: ports/devel
Makefileports/devel/pear-HTML_QuickForm_Controller
Makefile distinfo pkg-descr
Edwin Groothuis
edwin at FreeBSD.org
Thu Sep 2 04:55:25 PDT 2004
edwin 2004-09-02 11:55:22 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/pear-HTML_QuickForm_Controller Makefile distinfo
pkg-descr
Log:
New port: devel/pear-HTML_QuickForm_Controller
The package is essentially an implementation of a PageController
pattern.
Architecture:
* Controller class that examines HTTP requests and manages
form values persistence across requests.
* Page class (subclass of QuickForm) representing a single
page of the form.
* Business logic is contained in subclasses of Action class.
Cool features:
* Includes several default Actions that allow easy building
of multipage forms.
* Includes usage examples for common usage cases (single-page
form, wizard tabbed form).
PR: ports/71281
Submitted by: Dmitry Karasik <dmitry at karasik.eu.org>
Revision Changes Path
1.1690 +1 -0 ports/devel/Makefile
1.1 +26 -0 ports/devel/pear-HTML_QuickForm_Controller/Makefile (new)
1.1 +2 -0 ports/devel/pear-HTML_QuickForm_Controller/distinfo (new)
1.1 +12 -0 ports/devel/pear-HTML_QuickForm_Controller/pkg-descr (new)
More information about the cvs-all
mailing list