From owner-svn-ports-head@freebsd.org Sat Sep 7 22:44:19 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EBC60DEEE5; Sat, 7 Sep 2019 22:44:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46QqH763ftz454K; Sat, 7 Sep 2019 22:44:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B48F8C9E6; Sat, 7 Sep 2019 22:44:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x87MiJES044511; Sat, 7 Sep 2019 22:44:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x87MiJtN044508; Sat, 7 Sep 2019 22:44:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201909072244.x87MiJtN044508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2019 22:44:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511440 - head/www/p5-CGI-Simple X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-CGI-Simple X-SVN-Commit-Revision: 511440 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2019 22:44:20 -0000 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 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