Update to 4.42

- Fix LICENSE
- Add LICENSE_FILE
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/CGI
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-03-27 19:22:16 +00:00
parent f961b9fa12
commit bf5ac01c5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496960
3 changed files with 20 additions and 20 deletions

View File

@ -2,18 +2,18 @@
# $FreeBSD$
PORTNAME= CGI
PORTVERSION= 4.40
PORTVERSION= 4.42
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Handle Common Gateway Interface requests and responses
LICENSE= ART20 GPLv1
LICENSE_COMB= dual
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-HTML-Parser>=3.69:www/p5-HTML-Parser
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-HTML-Parser>=3.69:www/p5-HTML-Parser
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \
p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \
@ -23,10 +23,11 @@ CONFLICTS_INSTALL= p5-CGI.pm-[1-3]*
PORTSCOUT= limit:^[0-9\.]*$$
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
PORTEXAMPLES= *
OPTIONS_DEFINE= EXAMPLES

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1534343846
SHA256 (CGI-4.40.tar.gz) = 10efff3061b3c31a33b3cc59f955aef9c88d57d12dbac46389758cef92f24f56
SIZE (CGI-4.40.tar.gz) = 200642
TIMESTAMP = 1553693990
SHA256 (CGI-4.42.tar.gz) = 11d308e7dad2312d65747a7fdec5d0c22024c28df5e882e829ca1553482024e7
SIZE (CGI-4.42.tar.gz) = 203529

View File

@ -1,15 +1,14 @@
This is the continuance of the classic perl CGI module, bundled with Perl until
Perl 5.22. Development is continuing on p5-CGI and components of it are
actively splitting to other modules.
The older, everything-in-one-package module is still available in www/p5-CGI.pm.
See also: https://metacpan.org/pod/CGI::Alternatives
CGI.pm is a stable, complete and mature solution for processing and preparing
HTTP requests and responses. Major features including processing form
submissions, file uploads, reading and writing cookies, query string generation
and manipulation, and processing and preparing HTTP headers. Some HTML
generation utilities are included as well.
and manipulation, and processing and preparing HTTP headers.
WWW: https://metacpan.org/pod/CGI
CGI.pm performs very well in a vanilla CGI.pm environment and also comes with
built-in support for mod_perl and mod_perl2 as well as FastCGI.
It has the benefit of having developed and refined over 20 years with input from
dozens of contributors and being deployed on thousands of websites. CGI.pm was
included in the perl distribution from perl v5.4 to v5.20, however is has now
been removed from the perl core.
WWW: https://metacpan.org/release/CGI