Bug 152115 - [new port]: www/CGI-Thin
Summary: [new port]: www/CGI-Thin
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-10 19:20 UTC by Phil Phillips
Modified: 2010-11-22 18:10 UTC (History)
0 users

See Also:


Attachments
file.shar (2.21 KB, text/plain)
2010-11-10 19:20 UTC, Phil Phillips
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Phillips 2010-11-10 19:20:08 UTC
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:
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-11-19 04:07:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-22 18:01:14 UTC
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"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-11-22 18:01:19 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!