Initial import of Maypole-Authentication-UserSessionCookie 1.1
This module allows Maypole applications to have the concept of a user, and to track that user using cookies and sessions. It provides three methods to be inherited by a Maypole class. The first is get_user, which tries to populate the user slot of the Maypole request object. from Sam Smith <S at msmith.net>
This commit is contained in:
parent
8eedee0314
commit
62039d3c0e
26
www/p5-Maypole-Authentication-UserSessionCookie/Makefile
Normal file
26
www/p5-Maypole-Authentication-UserSessionCookie/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/26 13:58:44 sturm Exp $
|
||||
|
||||
COMMENT= "track sessions and, optionally, users"
|
||||
|
||||
DISTNAME= Maypole-Authentication-UserSessionCookie-1.1
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
|
||||
MAINTAINER= Sam Smith <S@msmith.net>
|
||||
|
||||
# Same as Maypole which is same as Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/SIMON/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::www/p5-Maypole
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-Maypole-Authentication-UserSessionCookie/distinfo
Normal file
3
www/p5-Maypole-Authentication-UserSessionCookie/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Maypole-Authentication-UserSessionCookie-1.1.tar.gz) = 5731ff0c79e6c04324b1300c9ce838d3
|
||||
RMD160 (Maypole-Authentication-UserSessionCookie-1.1.tar.gz) = 38af10e17591d5246127b44ab140aead0cfd8ae0
|
||||
SHA1 (Maypole-Authentication-UserSessionCookie-1.1.tar.gz) = 5ab922f2911bcd4f4b4fa2818529b5c23a0671ac
|
@ -0,0 +1,8 @@
|
||||
This module allows Maypole applications to have the
|
||||
concept of a user, and to track that user using cookies
|
||||
and sessions.
|
||||
|
||||
It provides three methods to be inherited by a Maypole
|
||||
class. The first is get_user, which tries to populate the
|
||||
user slot of the Maypole request object.
|
||||
|
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/26 13:58:44 sturm Exp $
|
||||
${P5SITE}/Maypole/Authentication/UserSessionCookie.pm
|
||||
@comment ${P5ARCH}/auto/Maypole/Authentication/UserSessionCookie/.packlist
|
||||
man/man3p/Maypole::Authentication::UserSessionCookie.3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Maypole/Authentication/UserSessionCookie
|
||||
@comment @dirrm ${P5ARCH}/auto/Maypole/Authentication
|
||||
@comment @dirrm ${P5ARCH}/auto/Maypole
|
||||
@dirrm ${P5SITE}/Maypole/Authentication
|
Loading…
Reference in New Issue
Block a user