add p5-CGI-Cookie-Splitter 0.01

Split big cookies into smaller ones
This commit is contained in:
Ying-Chieh Liao 2006-11-29 09:37:35 +00:00
parent 3b8ca2b5dd
commit ba3c768cfd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178237
5 changed files with 44 additions and 0 deletions

View file

@ -517,6 +517,7 @@
SUBDIR += p5-CGI-Builder SUBDIR += p5-CGI-Builder
SUBDIR += p5-CGI-Builder-TT2 SUBDIR += p5-CGI-Builder-TT2
SUBDIR += p5-CGI-Cache SUBDIR += p5-CGI-Cache
SUBDIR += p5-CGI-Cookie-Splitter
SUBDIR += p5-CGI-Ex SUBDIR += p5-CGI-Ex
SUBDIR += p5-CGI-FastTemplate SUBDIR += p5-CGI-FastTemplate
SUBDIR += p5-CGI-FormBuilder SUBDIR += p5-CGI-FormBuilder

View file

@ -0,0 +1,25 @@
# ex:ts=8
# Ports collection makefile for: CGI::Cookie::Splitter
# Date created: Nov 29, 2006
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= CGI-Cookie-Splitter
PORTVERSION= 0.01
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Split big cookies into smaller ones
BUILD_DEPENDS= p5-CGI-Simple>=0:${PORTSDIR}/www/p5-CGI-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= CGI::Cookie::Splitter.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (CGI-Cookie-Splitter-0.01.tar.gz) = 220caea7b6760e1219b9e4d946b62d01
SHA256 (CGI-Cookie-Splitter-0.01.tar.gz) = b6b4b85ab7773096d5ad973a36eeb2fc0f27f187dcc742150a8463374860060e
SIZE (CGI-Cookie-Splitter-0.01.tar.gz) = 4838

View file

@ -0,0 +1,8 @@
RFC 2109 recommends that the minimal cookie size supported by the client is
4096 bytes. This has become a pretty standard value, and if your server sends
larger cookies than that it's considered a no-no.
This module provides a pretty simple interface to generate small cookies that
are under a certain limit, without wasting too much effort.
WWW: http://search.cpan.org/dist/CGI-Cookie-Splitter/

View file

@ -0,0 +1,7 @@
%%SITE_PERL%%/CGI/Cookie/Splitter.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Cookie/Splitter/.packlist
@dirrmtry %%SITE_PERL%%/CGI/Cookie
@dirrmtry %%SITE_PERL%%/CGI
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Cookie/Splitter
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Cookie
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI