svn commit: r332730 - in head/www: . p5-Cookie-Baker

Jun Kuriyama kuriyama at FreeBSD.org
Mon Nov 4 14:29:16 UTC 2013


Author: kuriyama
Date: Mon Nov  4 14:29:14 2013
New Revision: 332730
URL: http://svnweb.freebsd.org/changeset/ports/332730

Log:
  Cookie string generator / parser.
  
  WWW: http://search.cpan.org/dist/Cookie-Baker/

Added:
  head/www/p5-Cookie-Baker/
  head/www/p5-Cookie-Baker/Makefile   (contents, props changed)
  head/www/p5-Cookie-Baker/distinfo   (contents, props changed)
  head/www/p5-Cookie-Baker/pkg-descr   (contents, props changed)
  head/www/p5-Cookie-Baker/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Nov  4 14:28:11 2013	(r332729)
+++ head/www/Makefile	Mon Nov  4 14:29:14 2013	(r332730)
@@ -837,6 +837,7 @@
     SUBDIR += p5-ClearSilver
     SUBDIR += p5-Compress-LeadingBlankSpaces
     SUBDIR += p5-Continuity
+    SUBDIR += p5-Cookie-Baker
     SUBDIR += p5-Corona
     SUBDIR += p5-Dancer
     SUBDIR += p5-Dancer-Logger-Log4perl

Added: head/www/p5-Cookie-Baker/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Cookie-Baker/Makefile	Mon Nov  4 14:29:14 2013	(r332730)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	Cookie-Baker
+PORTVERSION=	0.02
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	kuriyama at FreeBSD.org
+COMMENT=	Perl extension for cookie string generator/parser
+
+RUN_DEPENDS=	\
+	p5-URI>0:${PORTSDIR}/net/p5-URI
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	modbuild
+
+.include <bsd.port.mk>

Added: head/www/p5-Cookie-Baker/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Cookie-Baker/distinfo	Mon Nov  4 14:29:14 2013	(r332730)
@@ -0,0 +1,2 @@
+SHA256 (Cookie-Baker-0.02.tar.gz) = f5b8fa5da1e54d0da1189431848f9992feb12380182fe014788fabae83d6fe97
+SIZE (Cookie-Baker-0.02.tar.gz) = 11390

Added: head/www/p5-Cookie-Baker/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Cookie-Baker/pkg-descr	Mon Nov  4 14:29:14 2013	(r332730)
@@ -0,0 +1,3 @@
+Cookie string generator / parser.
+
+WWW: http://search.cpan.org/dist/Cookie-Baker/

Added: head/www/p5-Cookie-Baker/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Cookie-Baker/pkg-plist	Mon Nov  4 14:29:14 2013	(r332730)
@@ -0,0 +1,3 @@
+%%PERL5_MAN3%%/Cookie::Baker.3.gz
+%%SITE_PERL%%/Cookie/Baker.pm
+ at dirrmtry %%SITE_PERL%%/Cookie


More information about the svn-ports-all mailing list