diff options
-rw-r--r-- | www/p5-CGI-Simple/Makefile | 9 | ||||
-rw-r--r-- | www/p5-CGI-Simple/distinfo | 6 | ||||
-rw-r--r-- | www/p5-CGI-Simple/pkg-descr | 18 |
3 files changed, 21 insertions, 12 deletions
diff --git a/www/p5-CGI-Simple/Makefile b/www/p5-CGI-Simple/Makefile index 74020b2b61b0..83281718b460 100644 --- a/www/p5-CGI-Simple/Makefile +++ b/www/p5-CGI-Simple/Makefile @@ -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> diff --git a/www/p5-CGI-Simple/distinfo b/www/p5-CGI-Simple/distinfo index 208a6c8e5e93..7cff6ac20d13 100644 --- a/www/p5-CGI-Simple/distinfo +++ b/www/p5-CGI-Simple/distinfo @@ -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 diff --git a/www/p5-CGI-Simple/pkg-descr b/www/p5-CGI-Simple/pkg-descr index be5c59fb73f6..b999c36642bb 100644 --- a/www/p5-CGI-Simple/pkg-descr +++ b/www/p5-CGI-Simple/pkg-descr @@ -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 |