import p5-MojoX-Session

MojoX::Session is a session management for Mojo.  Based on CGI::Session
and HTTP::Session but without any dependencies except the core ones.
This commit is contained in:
simon 2009-05-12 23:44:40 +00:00
parent dab2414d6f
commit 40d9307646
4 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/12 23:44:40 simon Exp $
COMMENT = session management for Mojo
MODULES = cpan
DISTNAME = MojoX-Session-0.10
CATEGORIES = www
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
CPAN_AUTHOR = VTI
RUN_DEPENDS = ::security/p5-Digest-SHA1 \
::www/p5-Mojo
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (MojoX-Session-0.10.tar.gz) = ZOtA4SSBWC8dKC4FZFKtkw==
RMD160 (MojoX-Session-0.10.tar.gz) = w40VmKJGAcjUpgROxCBVHPwDGZw=
SHA1 (MojoX-Session-0.10.tar.gz) = qTWCeK2NgTE1m9jBqCRFrem4POc=
SHA256 (MojoX-Session-0.10.tar.gz) = L/h8NbKSYUJJAodxpLp7eXY/PtRgHCfT4kervq+viWo=
SIZE (MojoX-Session-0.10.tar.gz) = 8648

View File

@ -0,0 +1,2 @@
MojoX::Session is a session management for Mojo. Based on CGI::Session
and HTTP::Session but without any dependencies except the core ones.

View File

@ -0,0 +1,16 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/05/12 23:44:40 simon Exp $
${P5SITE}/MojoX/Session/
${P5SITE}/MojoX/Session.pm
${P5SITE}/MojoX/Session/Store/
${P5SITE}/MojoX/Session/Store.pm
${P5SITE}/MojoX/Session/Store/DBI.pm
${P5SITE}/MojoX/Session/Store/DBIC.pm
${P5SITE}/MojoX/Session/Transport/
${P5SITE}/MojoX/Session/Transport.pm
${P5SITE}/MojoX/Session/Transport/Cookie.pm
@man man/man3p/MojoX::Session.3p
@man man/man3p/MojoX::Session::Store.3p
@man man/man3p/MojoX::Session::Store::DBI.3p
@man man/man3p/MojoX::Session::Store::DBIC.3p
@man man/man3p/MojoX::Session::Transport.3p
@man man/man3p/MojoX::Session::Transport::Cookie.3p