import p5-Apache-Session-Generate-UUID
Apache::Session::Generate::UUID extends Apache::Session to allow you to create UUID based session ids. This module fits well with long-term sessions, so better using RDBMS like MySQL for its storage. feedback & ok merdely@
This commit is contained in:
parent
66ede79a7e
commit
eda699ca37
25
www/p5-Apache-Session-Generate-UUID/Makefile
Normal file
25
www/p5-Apache-Session-Generate-UUID/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/16 09:29:55 simon Exp $
|
||||
|
||||
COMMENT= UUID for session ID generation
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Apache-Session-Generate-UUID-0.2
|
||||
CATEGORIES= www
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE=modbuild
|
||||
|
||||
RUN_DEPENDS= ::devel/p5-Data-UUID \
|
||||
::www/p5-Apache-Session
|
||||
REGRESS_DEPENDS=::devel/p5-Test-Deep \
|
||||
::devel/p5-Test-Exception \
|
||||
::devel/p5-Test-Group
|
||||
|
||||
MAKE_ENV+= TEST_POD=1
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/p5-Apache-Session-Generate-UUID/distinfo
Normal file
5
www/p5-Apache-Session-Generate-UUID/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Apache-Session-Generate-UUID-0.2.tar.gz) = 62tGsvkznEHW6M9d7++4OA==
|
||||
RMD160 (Apache-Session-Generate-UUID-0.2.tar.gz) = VzKJ2PqnmGk9L1xnLTqS4EaEHCM=
|
||||
SHA1 (Apache-Session-Generate-UUID-0.2.tar.gz) = 7LesjD00hY5oGrfQlzh8DMecSaA=
|
||||
SHA256 (Apache-Session-Generate-UUID-0.2.tar.gz) = mFk4UYLBHsriG8SyRVpZP1REit3xxSIdH+sRf77BERU=
|
||||
SIZE (Apache-Session-Generate-UUID-0.2.tar.gz) = 3180
|
3
www/p5-Apache-Session-Generate-UUID/pkg/DESCR
Normal file
3
www/p5-Apache-Session-Generate-UUID/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Apache::Session::Generate::UUID extends Apache::Session to allow you to
|
||||
create UUID based session ids. This module fits well with long-term
|
||||
sessions, so better using RDBMS like MySQL for its storage.
|
3
www/p5-Apache-Session-Generate-UUID/pkg/PLIST
Normal file
3
www/p5-Apache-Session-Generate-UUID/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/09/16 09:29:55 simon Exp $
|
||||
${P5SITE}/Apache/Session/Generate/UUID.pm
|
||||
@man man/man3p/Apache::Session::Generate::UUID.3p
|
Loading…
Reference in New Issue
Block a user