pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-CGI-Cookie-Splitter Initial import of CGI-Cooki...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a327f332b84
branches:  trunk
changeset: 545984:0a327f332b84
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Aug 18 13:42:11 2008 +0000

description:
Initial import of CGI-Cookie-Splitter version 0.02 in the NetBSD
Packages Collection.

The Perl 5 module CGI::Cookie::Splitter provides a pretty simple
interface to generate small cookies that are under a certain limit,
without wasting too much effort.

diffstat:

 www/p5-CGI-Cookie-Splitter/DESCR    |   3 +++
 www/p5-CGI-Cookie-Splitter/Makefile |  21 +++++++++++++++++++++
 www/p5-CGI-Cookie-Splitter/distinfo |   5 +++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r 6b1772501c6c -r 0a327f332b84 www/p5-CGI-Cookie-Splitter/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-Cookie-Splitter/DESCR  Mon Aug 18 13:42:11 2008 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module CGI::Cookie::Splitter provides a pretty simple
+interface to generate small cookies that are under a certain limit,
+without wasting too much effort.
diff -r 6b1772501c6c -r 0a327f332b84 www/p5-CGI-Cookie-Splitter/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-Cookie-Splitter/Makefile       Mon Aug 18 13:42:11 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/18 13:42:11 seb Exp $
+
+DISTNAME=      CGI-Cookie-Splitter-0.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/CGI-Cookie-Splitter/
+COMMENT=       Perl5 module for splitting big cookies into smaller ones
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/CGI/Cookie/Splitter/.packlist
+
+DEPENDS+=      p5-CGI-Simple-[0-9]*:../../www/p5-CGI-Simple
+BUILD_DEPENDS+=        p5-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6b1772501c6c -r 0a327f332b84 www/p5-CGI-Cookie-Splitter/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-Cookie-Splitter/distinfo       Mon Aug 18 13:42:11 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/18 13:42:11 seb Exp $
+
+SHA1 (CGI-Cookie-Splitter-0.02.tar.gz) = 176a9040a99fabc3b4fff26d175686f10fa83d06
+RMD160 (CGI-Cookie-Splitter-0.02.tar.gz) = 2cb81da436b90d4e756990d4199a7d82b4d7675e
+Size (CGI-Cookie-Splitter-0.02.tar.gz) = 5163 bytes



Home | Main Index | Thread Index | Old Index