Skip to content

Commit

Permalink
reimport in the correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
marcespie committed Nov 11, 2006
1 parent e9f46ec commit ad3a52c
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
23 changes: 23 additions & 0 deletions www/p5-CGI-Cookie-Spliter/Makefile
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>
4 changes: 4 additions & 0 deletions www/p5-CGI-Cookie-Spliter/distinfo
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
5 changes: 5 additions & 0 deletions www/p5-CGI-Cookie-Spliter/pkg/DESCR
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.
4 changes: 4 additions & 0 deletions www/p5-CGI-Cookie-Spliter/pkg/PLIST
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

0 comments on commit ad3a52c

Please sign in to comment.