Date: Sun, 17 Mar 2013 15:31:06 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314456 - in head/www: . p5-CGI-Enurl Message-ID: <201303171531.r2HFV6Hl047936@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: crees Date: Sun Mar 17 15:31:06 2013 New Revision: 314456 URL: http://svnweb.freebsd.org/changeset/ports/314456 Log: This is a little module made for CGI scripting. It encodes the parameters to be passed to a CGI. It does nothing more, so it's much smaller and loads more quickly. WWW: http://search.cpan.org/~jenda/CGI-Enurl-1.07/Enurl.pm Added: head/www/p5-CGI-Enurl/ head/www/p5-CGI-Enurl/Makefile (contents, props changed) head/www/p5-CGI-Enurl/distinfo (contents, props changed) head/www/p5-CGI-Enurl/pkg-descr (contents, props changed) head/www/p5-CGI-Enurl/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Mar 17 15:28:55 2013 (r314455) +++ head/www/Makefile Sun Mar 17 15:31:06 2013 (r314456) @@ -686,6 +686,7 @@ SUBDIR += p5-CGI-Deurl-XS SUBDIR += p5-CGI-Emulate-PSGI SUBDIR += p5-CGI-EncryptForm + SUBDIR += p5-CGI-Enurl SUBDIR += p5-CGI-Ex SUBDIR += p5-CGI-Expand SUBDIR += p5-CGI-ExtDirect Added: head/www/p5-CGI-Enurl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-CGI-Enurl/Makefile Sun Mar 17 15:31:06 2013 (r314456) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= CGI-Enurl +PORTVERSION= 1.07 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= crees@FreeBSD.org +COMMENT= Perl module for URL-encoding strings and hashes + +RUN_DEPENDS= p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm + +PERL_CONFIGURE= yes + +MAN3= CGI::Enurl.3 + +.include <bsd.port.mk> Added: head/www/p5-CGI-Enurl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-CGI-Enurl/distinfo Sun Mar 17 15:31:06 2013 (r314456) @@ -0,0 +1,2 @@ +SHA256 (CGI-Enurl-1.07.tar.gz) = 9d510baedbfb8fcfee643e6601992b31c9267d33f11c6b49dd73f5fd70eb3b8b +SIZE (CGI-Enurl-1.07.tar.gz) = 3592 Added: head/www/p5-CGI-Enurl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-CGI-Enurl/pkg-descr Sun Mar 17 15:31:06 2013 (r314456) @@ -0,0 +1,5 @@ +This is a little module made for CGI scripting. It encodes the parameters to +be passed to a CGI. It does nothing more, so it's much smaller and loads more +quickly. + +WWW: http://search.cpan.org/~jenda/CGI-Enurl-1.07/Enurl.pm Added: head/www/p5-CGI-Enurl/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-CGI-Enurl/pkg-plist Sun Mar 17 15:31:06 2013 (r314456) @@ -0,0 +1,3 @@ +%%SITE_PERL%%/CGI/Enurl.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Enurl/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Enurl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303171531.r2HFV6Hl047936>