-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |