Date: Tue, 14 Jul 2009 23:17:36 +0000 (UTC) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-HTML-SuperForm Makefile distinfo pkg-descr pkg-plist Message-ID: <200907142317.n6ENHakq065850@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgollucci 2009-07-14 23:17:36 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-HTML-SuperForm Makefile distinfo pkg-descr pkg-plist Log: Used in its basic form, this module provides an interface for generating basic HTML form elements much like HTML::StickyForms does. The main difference is HTML::SuperForm returns HTML::SuperForm::Field objects rather than plain HTML. This allows for more flexibilty when generating forms for a complex application. To get the most out of this module, use it as a base (Super) class for your own form object which generates your own custom fields. If you don't use it this way, I guess there's really nothing Super about it. Example are shown later in the document. The interface was designed with mod_perl and the Template Toolkit in mind, but it works equally well in any cgi environment. A dep for www/p5-Gantry Reported by: Cezary Morga <cm@therek.net> Revision Changes Path 1.1356 +1 -0 ports/textproc/Makefile 1.1 +35 -0 ports/textproc/p5-HTML-SuperForm/Makefile (new) 1.1 +3 -0 ports/textproc/p5-HTML-SuperForm/distinfo (new) 1.1 +11 -0 ports/textproc/p5-HTML-SuperForm/pkg-descr (new) 1.1 +18 -0 ports/textproc/p5-HTML-SuperForm/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907142317.n6ENHakq065850>