cvs commit: ports/www Makefile ports/www/p5-CGI-Thin Makefile distinfo pkg-descr pkg-plist

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 22 18:01:08 UTC 2010


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 at 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)


More information about the cvs-all mailing list