Date: Sat, 7 Sep 2019 22:44:19 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511440 - head/www/p5-CGI-Simple Message-ID: <201909072244.x87MiJtN044508@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Sep 7 22:44:18 2019 New Revision: 511440 URL: https://svnweb.freebsd.org/changeset/ports/511440 Log: Update to 1.22 - Update pkg-descr - Take maintainership Changes: https://metacpan.org/changes/distribution/CGI-Simple Modified: head/www/p5-CGI-Simple/Makefile head/www/p5-CGI-Simple/distinfo head/www/p5-CGI-Simple/pkg-descr Modified: head/www/p5-CGI-Simple/Makefile ============================================================================== --- head/www/p5-CGI-Simple/Makefile Sat Sep 7 22:44:13 2019 (r511439) +++ head/www/p5-CGI-Simple/Makefile Sat Sep 7 22:44:18 2019 (r511440) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= CGI-Simple -PORTVERSION= 1.210 +PORTVERSION= 1.220 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C|0$||} +DISTNAME= ${PORTNAME}-${PORTVERSION:S|0$||} -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple totally OO CGI interface that is CGI.pm compliant LICENSE= ART10 GPLv1+ @@ -18,8 +18,9 @@ TEST_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy \ p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings -NO_ARCH= yes USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/www/p5-CGI-Simple/distinfo ============================================================================== --- head/www/p5-CGI-Simple/distinfo Sat Sep 7 22:44:13 2019 (r511439) +++ head/www/p5-CGI-Simple/distinfo Sat Sep 7 22:44:18 2019 (r511440) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538984375 -SHA256 (CGI-Simple-1.21.tar.gz) = 4f1b2f7a1fa5c7e8e3f61a426c21d2335d22d8417a43e5fe91154ea25f14ecf3 -SIZE (CGI-Simple-1.21.tar.gz) = 87306 +TIMESTAMP = 1567842464 +SHA256 (CGI-Simple-1.22.tar.gz) = f611a6a35bf0eb637d3d72c30cf400f0e2199844f11eb414087e6e652d8f878d +SIZE (CGI-Simple-1.22.tar.gz) = 87400 Modified: head/www/p5-CGI-Simple/pkg-descr ============================================================================== --- head/www/p5-CGI-Simple/pkg-descr Sat Sep 7 22:44:13 2019 (r511439) +++ head/www/p5-CGI-Simple/pkg-descr Sat Sep 7 22:44:18 2019 (r511440) @@ -1,7 +1,15 @@ -CGI::Simple provides a relatively lightweight drop in replacement -for CGI.pm. It shares an identical OO interface to CGI.pm for -parameter parsing, file upload, cookie handling and header generation. -This module is entirely object oriented, however a complete functional -interface is available by using the CGI::Simple::Standard module. +CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm. It +shares an identical OO interface to CGI.pm for parameter parsing, file upload, +cookie handling and header generation. This module is entirely object oriented, +however a complete functional interface is available by using the +CGI::Simple::Standard module. + +Essentially everything in CGI.pm that relates to the CGI (not HTML) side of +things is available. There are even a few new methods and additions to old ones! +If you are interested in what has gone on under the hood see the Compatibility +with CGI.pm section at the end. + +In practical testing this module loads and runs about twice as fast as CGI.pm +depending on the precise task. WWW: https://metacpan.org/release/CGI-Simple
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909072244.x87MiJtN044508>