diff --git a/www/p5-CGI-Cookie-Spliter/Makefile b/www/p5-CGI-Cookie-Spliter/Makefile new file mode 100644 index 00000000000..bde93d64539 --- /dev/null +++ b/www/p5-CGI-Cookie-Spliter/Makefile @@ -0,0 +1,23 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2006/11/11 18:15:42 espie Exp $ + +COMMENT= "splits big cookies into small pieces" + +DISTNAME= CGI-Cookie-Splitter-0.01 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 + +# perl +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} +PKG_ARCH= * + +RUN_DEPENDS= ::www/p5-CGI-Simple +REGRESS_DEPENDS=${RUN_DEPENDS} + +CONFIGURE_STYLE=perl + +.include diff --git a/www/p5-CGI-Cookie-Spliter/distinfo b/www/p5-CGI-Cookie-Spliter/distinfo new file mode 100644 index 00000000000..681702f365c --- /dev/null +++ b/www/p5-CGI-Cookie-Spliter/distinfo @@ -0,0 +1,4 @@ +MD5 (CGI-Cookie-Splitter-0.01.tar.gz) = 220caea7b6760e1219b9e4d946b62d01 +RMD160 (CGI-Cookie-Splitter-0.01.tar.gz) = a4af717e73e8c60624717d2507b3c7ac3a02dea9 +SHA1 (CGI-Cookie-Splitter-0.01.tar.gz) = 6196aeb8c2511664465aeba82818b26372c5041d +SIZE (CGI-Cookie-Splitter-0.01.tar.gz) = 4838 diff --git a/www/p5-CGI-Cookie-Spliter/pkg/DESCR b/www/p5-CGI-Cookie-Spliter/pkg/DESCR new file mode 100644 index 00000000000..8766c263af9 --- /dev/null +++ b/www/p5-CGI-Cookie-Spliter/pkg/DESCR @@ -0,0 +1,5 @@ +Clients are not required to accept cookies larger than 4K. +CGI::Cookie::Splitter builds upon CGI::Simple, and gives an +interface to split big cookie objects into smaller cookies +for storage on the client side, together with functions to +reassemble them later. diff --git a/www/p5-CGI-Cookie-Spliter/pkg/PLIST b/www/p5-CGI-Cookie-Spliter/pkg/PLIST new file mode 100644 index 00000000000..f92bffd636b --- /dev/null +++ b/www/p5-CGI-Cookie-Spliter/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/11 18:15:42 espie Exp $ +${P5SITE}/CGI/Cookie/ +${P5SITE}/CGI/Cookie/Splitter.pm +@man man/man3p/CGI::Cookie::Splitter.3p