Add p5-HTTP-Session 0.28, perl extension of yet another session manager.

This commit is contained in:
Jun Kuriyama 2009-01-22 00:59:20 +00:00
parent 8e5f454ba9
commit c8e83b8651
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226647
5 changed files with 76 additions and 0 deletions

View File

@ -927,6 +927,7 @@
SUBDIR += p5-HTTP-Server-Simple-Mason
SUBDIR += p5-HTTP-Server-Simple-Recorder
SUBDIR += p5-HTTP-Server-Simple-Static
SUBDIR += p5-HTTP-Session
SUBDIR += p5-HTTP-SimpleLinkChecker
SUBDIR += p5-HTTP-Size
SUBDIR += p5-HTTP-WebTest

View File

@ -0,0 +1,42 @@
# New ports collection makefile for: HTTP::Session
# Date created: 22 Jan 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HTTP-Session
PORTVERSION= 0.28
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension of yet another session manager
RUN_DEPENDS= \
p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \
p5-CGI-Simple>=1.103:${PORTSDIR}/www/p5-CGI-Simple \
p5-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1 \
p5-libwww>=5.818:${PORTSDIR}/www/p5-libwww \
p5-UNIVERSAL-require>=0.05:${PORTSDIR}/devel/p5-UNIVERSAL-require
PERL_CONFIGURE= yes
MAN3= HTTP::Session.3 \
HTTP::Session::State::Cookie.3 \
HTTP::Session::State::GUID.3 \
HTTP::Session::State::MobileAgentID.3 \
HTTP::Session::State::MobileAttributeID.3 \
HTTP::Session::State::Null.3 \
HTTP::Session::State::Test.3 \
HTTP::Session::State::URI.3 \
HTTP::Session::Store::CHI.3 \
HTTP::Session::Store::DBM.3 \
HTTP::Session::Store::File.3 \
HTTP::Session::Store::Memcached.3 \
HTTP::Session::Store::Null.3 \
HTTP::Session::Store::OnMemory.3 \
HTTP::Session::Store::Test.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (HTTP-Session-0.28.tar.gz) = 3bb512d338a25d705c7646eb4689f242
SHA256 (HTTP-Session-0.28.tar.gz) = 26acdcf3d9359ed9f55a64d25cf032e89706be120a8d728809980fa990c420d1
SIZE (HTTP-Session-0.28.tar.gz) = 50992

View File

@ -0,0 +1,5 @@
Yet another session manager.
Easy to integrate with HTTP::Engine.
WWW: http://search.cpan.org/dist/HTTP-Session/

View File

@ -0,0 +1,25 @@
%%SITE_PERL%%/HTTP/Session/ID/SHA1.pm
%%SITE_PERL%%/HTTP/Session/ID/MD5.pm
%%SITE_PERL%%/HTTP/Session/State/Cookie.pm
%%SITE_PERL%%/HTTP/Session/State/Null.pm
%%SITE_PERL%%/HTTP/Session/State/Base.pm
%%SITE_PERL%%/HTTP/Session/State/GUID.pm
%%SITE_PERL%%/HTTP/Session/State/URI.pm
%%SITE_PERL%%/HTTP/Session/State/Test.pm
%%SITE_PERL%%/HTTP/Session/State/MobileAttributeID.pm
%%SITE_PERL%%/HTTP/Session/State/MobileAgentID.pm
%%SITE_PERL%%/HTTP/Session/Store/DBM.pm
%%SITE_PERL%%/HTTP/Session/Store/Test.pm
%%SITE_PERL%%/HTTP/Session/Store/CHI.pm
%%SITE_PERL%%/HTTP/Session/Store/OnMemory.pm
%%SITE_PERL%%/HTTP/Session/Store/File.pm
%%SITE_PERL%%/HTTP/Session/Store/Null.pm
%%SITE_PERL%%/HTTP/Session/Store/Memcached.pm
%%SITE_PERL%%/HTTP/Session.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Session/.packlist
@dirrm %%SITE_PERL%%/HTTP/Session/Store
@dirrm %%SITE_PERL%%/HTTP/Session/State
@dirrm %%SITE_PERL%%/HTTP/Session/ID
@dirrm %%SITE_PERL%%/HTTP/Session
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Session
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP