Add p5-Catalyst-Plugin-Session-State-Cookie 0.01, stores a Catalyst
Session in a Cookie. PR: ports/89172 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
This commit is contained in:
parent
1305d6bfa3
commit
3560b68de8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148917
5 changed files with 47 additions and 0 deletions
|
@ -498,6 +498,7 @@
|
|||
SUBDIR += p5-Catalyst-Plugin-Prototype
|
||||
SUBDIR += p5-Catalyst-Plugin-Session
|
||||
SUBDIR += p5-Catalyst-Plugin-Session-FastMmap
|
||||
SUBDIR += p5-Catalyst-Plugin-Session-State-Cookie
|
||||
SUBDIR += p5-Catalyst-Plugin-Singleton
|
||||
SUBDIR += p5-Catalyst-Plugin-Static
|
||||
SUBDIR += p5-Catalyst-Plugin-SubRequest
|
||||
|
|
29
www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile
Normal file
29
www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Ports collection makefile for: p5-Catalyst-Plugin-Session-State-Cookie
|
||||
# Date created: Nov 16, 2005
|
||||
# Whom: Lars Balker Rasmussen <lars@balker.dk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Catalyst-Plugin-Session-State-Cookie
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/N/NU/NUFFIN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lars@balker.dk
|
||||
COMMENT= Stores a Catalyst Session in a Cookie
|
||||
|
||||
BUILD_DEPENDS= p5-Catalyst-Plugin-Session>=0.01:${PORTSDIR}/www/p5-Catalyst-Plugin-Session
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Catalyst::Plugin::Session::State::Cookie.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${PERL_LEVEL} < 500801
|
||||
IGNORE= requires at least Perl 5.8.1. Install lang/perl5.8, and try again
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
3
www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo
Normal file
3
www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Catalyst-Plugin-Session-State-Cookie-0.01.tar.gz) = dc64032b8fadf009fc5ecf86b0dfe50b
|
||||
SHA256 (Catalyst-Plugin-Session-State-Cookie-0.01.tar.gz) = 09e40afc945e0a38afb16d65a76c10b06bb890d102519f8870789a3433082c95
|
||||
SIZE (Catalyst-Plugin-Session-State-Cookie-0.01.tar.gz) = 4946
|
8
www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-descr
Normal file
8
www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
In order for Catalyst::Plugin::Session to work the session ID needs to
|
||||
be stored on the client, and the session data needs to be stored on the
|
||||
server.
|
||||
|
||||
This plugin stores the session ID on the client using the cookie
|
||||
mechanism.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-State-Cookie/
|
6
www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-plist
Normal file
6
www/p5-Catalyst-Plugin-Session-State-Cookie/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
%%SITE_PERL%%/Catalyst/Plugin/Session/State/Cookie.pm
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin/Session/State/Cookie 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin/Session/State 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin/Session 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Catalyst 2>/dev/null || true
|
Loading…
Reference in a new issue