Port details |
- p5-CGI-Thin Lightweight Parser for CGI Forms
- 0.52_1 www
=0 Version of this port present on the latest quarterly branch. - Maintainer: pphillips@experts-exchange.com
 - Port Added: 2010-11-22 18:01:26
- Last Update: 2022-07-20 14:23:26
- Commit Hash: e915e75
- Also Listed In: perl5
- License: not specified in port
- Description:
- 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: https://metacpan.org/release/CGI-Thin
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-CGI-Thin>0:www/p5-CGI-Thin
- To install the port:
- cd /usr/ports/www/p5-CGI-Thin/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-CGI-Thin
- pkg install p5-CGI-Thin
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-CGI-Thin
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (CGI-Thin-0.52.tar.gz) = a512adecf1e42b7cae77eb113d77edbf61c84ce8ff5ed67e142e169b460bc7d7
SIZE (CGI-Thin-0.52.tar.gz) = 6360
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- www_p5-CGI-Thin
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:23:26 0.52_1 |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 0.52_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2018 20:15:20
0.52_1 |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
19 May 2016 10:53:06
0.52_1 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
26 Nov 2014 13:08:38
0.52_1 |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
05 Jan 2014 13:37:38
0.52 |
az  |
- stage support
Approved by: portmgr (blanket infrastructure) |
31 Oct 2013 04:17:29
0.52 |
eadler  |
The word 'very' has no place in COMMENT
COMMENT should not begin with 'A' or 'An'
Maintainers were notified and given time to object. |
20 Sep 2013 23:36:54
0.52 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
02 Sep 2013 18:41:05
0.52 |
az  |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
22 Nov 2010 18:01:07
0.52 |
sunpoet  |
- 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> |