svn commit: r314456 - in head/www: . p5-CGI-Enurl

Chris Rees crees at FreeBSD.org
Sun Mar 17 15:31:08 UTC 2013


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 at 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
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Enurl


More information about the svn-ports-head mailing list