Perl module: A very lightweight Parser for CGI Forms WWW: http://search.cpan.org/~rgeoffrey/CGI-Thin-0.52/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I will take it.
sunpoet 2010-11-22 18:01:07 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-CGI-Thin Makefile distinfo pkg-descr pkg-plist Log: - Add p5-CGI-Thin 0.52 This module is a very lightweight parser of CGI forms. And it has a special feature that it will return an array if the same key is used twice in the form. You can force an array even if only one value returned to avoid complications. The hash %cgi_data will have all the form data from either a POST or GET form and will also work for "multipart/form-data" forms necessary for uploading files. WWW: http://search.cpan.org/dist/CGI-Thin/ PR: ports/152115 Submitted by: Phil Phillips <pphillips@experts-exchange.com> Revision Changes Path 1.2742 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/p5-CGI-Thin/Makefile (new) 1.1 +2 -0 ports/www/p5-CGI-Thin/distinfo (new) 1.1 +10 -0 ports/www/p5-CGI-Thin/pkg-descr (new) 1.1 +7 -0 ports/www/p5-CGI-Thin/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"
State Changed From-To: open->closed Committed, with minor changes. Thanks!