summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-03-25 04:58:17 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-03-25 04:58:17 +0000
commit5a5bbe33d11257128c634353f7c2a273ddd5fd42 (patch)
treef3725c1728cf1b28de54d481e1065f59b9f820f4 /www
parentAccordingly update third-party auth request module from 0.1 to 0.2. (diff)
Middleware for session management
WWW: http://search.cpan.org/dist/Plack-Middleware-Session/
Notes
Notes: svn path=/head/; revision=251474
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-Plack-Middleware-Session/Makefile35
-rw-r--r--www/p5-Plack-Middleware-Session/distinfo3
-rw-r--r--www/p5-Plack-Middleware-Session/pkg-descr3
-rw-r--r--www/p5-Plack-Middleware-Session/pkg-plist19
5 files changed, 61 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 73e1b2b48564..b08051609d12 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1078,6 +1078,7 @@
SUBDIR += p5-Path-Class-URI
SUBDIR += p5-Plack
SUBDIR += p5-Plack-Middleware-Deflater
+ SUBDIR += p5-Plack-Middleware-Session
SUBDIR += p5-Plack-Request
SUBDIR += p5-Plack-Server-AnyEvent
SUBDIR += p5-Plack-Server-Coro
diff --git a/www/p5-Plack-Middleware-Session/Makefile b/www/p5-Plack-Middleware-Session/Makefile
new file mode 100644
index 000000000000..0858e102237b
--- /dev/null
+++ b/www/p5-Plack-Middleware-Session/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: Plack::Middleware::Session
+# Date created: 17 Mar 2010
+# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Plack-Middleware-Session
+PORTVERSION= 0.11
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kuriyama@FreeBSD.org
+COMMENT= Perl extension for session management middleware for Plack
+
+RUN_DEPENDS= \
+ p5-Digest-SHA1>0:${PORTSDIR}/security/p5-Digest-SHA1 \
+ p5-Plack>=0.9910:${PORTSDIR}/www/p5-Plack
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Plack::Middleware::Session.3 \
+ Plack::Middleware::Session::Cookie.3 \
+ Plack::Session.3 \
+ Plack::Session::State.3 \
+ Plack::Session::State::Cookie.3 \
+ Plack::Session::Store.3 \
+ Plack::Session::Store::Cache.3 \
+ Plack::Session::Store::DBI.3 \
+ Plack::Session::Store::File.3 \
+ Plack::Session::Store::Null.3
+
+.include <bsd.port.mk>
diff --git a/www/p5-Plack-Middleware-Session/distinfo b/www/p5-Plack-Middleware-Session/distinfo
new file mode 100644
index 000000000000..6f32463afe3c
--- /dev/null
+++ b/www/p5-Plack-Middleware-Session/distinfo
@@ -0,0 +1,3 @@
+MD5 (Plack-Middleware-Session-0.11.tar.gz) = 92011ff06bb294a063047e4ea784f99f
+SHA256 (Plack-Middleware-Session-0.11.tar.gz) = 89d83faccdc1aa155b2346eda69285496db845a0d9b5c334b565163a8a5d0b5d
+SIZE (Plack-Middleware-Session-0.11.tar.gz) = 35240
diff --git a/www/p5-Plack-Middleware-Session/pkg-descr b/www/p5-Plack-Middleware-Session/pkg-descr
new file mode 100644
index 000000000000..bb23dee563b1
--- /dev/null
+++ b/www/p5-Plack-Middleware-Session/pkg-descr
@@ -0,0 +1,3 @@
+Middleware for session management
+
+WWW: http://search.cpan.org/dist/Plack-Middleware-Session/
diff --git a/www/p5-Plack-Middleware-Session/pkg-plist b/www/p5-Plack-Middleware-Session/pkg-plist
new file mode 100644
index 000000000000..6c8563bb3c07
--- /dev/null
+++ b/www/p5-Plack-Middleware-Session/pkg-plist
@@ -0,0 +1,19 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Session/.packlist
+%%SITE_PERL%%/Plack/Middleware/Session.pm
+%%SITE_PERL%%/Plack/Middleware/Session/Cookie.pm
+%%SITE_PERL%%/Plack/Session.pm
+%%SITE_PERL%%/Plack/Session/State.pm
+%%SITE_PERL%%/Plack/Session/State/Cookie.pm
+%%SITE_PERL%%/Plack/Session/Store.pm
+%%SITE_PERL%%/Plack/Session/Store/Cache.pm
+%%SITE_PERL%%/Plack/Session/Store/DBI.pm
+%%SITE_PERL%%/Plack/Session/Store/File.pm
+%%SITE_PERL%%/Plack/Session/Store/Null.pm
+@dirrm %%SITE_PERL%%/Plack/Session/Store
+@dirrm %%SITE_PERL%%/Plack/Session/State
+@dirrm %%SITE_PERL%%/Plack/Session
+@dirrm %%SITE_PERL%%/Plack/Middleware/Session
+@dirrmtry %%SITE_PERL%%/Plack/Middleware
+@dirrmtry %%SITE_PERL%%/Plack
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Session
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware