Index: head/www/p5-CGI/Makefile =================================================================== --- head/www/p5-CGI/Makefile (revision 496959) +++ head/www/p5-CGI/Makefile (revision 496960) @@ -1,38 +1,39 @@ # Created by: Adam Weinberger # $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 \ p5-Test-Warn>=0:devel/p5-Test-Warn 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 post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/www/p5-CGI/distinfo =================================================================== --- head/www/p5-CGI/distinfo (revision 496959) +++ head/www/p5-CGI/distinfo (revision 496960) @@ -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 Index: head/www/p5-CGI/pkg-descr =================================================================== --- head/www/p5-CGI/pkg-descr (revision 496959) +++ head/www/p5-CGI/pkg-descr (revision 496960) @@ -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