Import Apache::Session 1.6; submitted by Michael Coulter <mjc@bitz.ca>.
Apache::Session is a persistence framework which is particularly useful for tracking session data between httpd requests.
This commit is contained in:
parent
6d13db24c0
commit
74ebb7c11e
23
www/p5-Apache-Session/Makefile
Normal file
23
www/p5-Apache-Session/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/02 23:09:37 naddy Exp $
|
||||
|
||||
COMMENT= "persistence framework for Apache session data"
|
||||
|
||||
DISTNAME= Apache-Session-1.6
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
|
||||
|
||||
MAINTAINER= Michael Coulter <mjc@bitz.ca>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
# some tests use optional dependencies
|
||||
NO_REGRESS= Yes
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-Apache-Session/distinfo
Normal file
3
www/p5-Apache-Session/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Apache-Session-1.6.tar.gz) = 3a373102e3ba49f93a76994c6599e1ff
|
||||
RMD160 (Apache-Session-1.6.tar.gz) = 9fabdf839d7613aee92212093092c5ce1a7266e6
|
||||
SHA1 (Apache-Session-1.6.tar.gz) = 81a9e8e890fa0ad862fcdcd2dbd28f52c42d818e
|
6
www/p5-Apache-Session/pkg/DESCR
Normal file
6
www/p5-Apache-Session/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
Apache::Session is a persistence framework which is particularly useful
|
||||
for tracking session data between httpd requests. Apache::Session is
|
||||
designed to work with Apache and mod_perl, but it should work under CGI
|
||||
and other web servers, and it also works outside of a web server
|
||||
altogether.
|
||||
|
70
www/p5-Apache-Session/pkg/PLIST
Normal file
70
www/p5-Apache-Session/pkg/PLIST
Normal file
@ -0,0 +1,70 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/02 23:09:37 naddy Exp $
|
||||
${P5SITE}/Apache/Session.pm
|
||||
${P5SITE}/Apache/Session/DB_File.pm
|
||||
${P5SITE}/Apache/Session/File.pm
|
||||
${P5SITE}/Apache/Session/Flex.pm
|
||||
${P5SITE}/Apache/Session/Generate/MD5.pm
|
||||
${P5SITE}/Apache/Session/Generate/ModUniqueId.pm
|
||||
${P5SITE}/Apache/Session/Generate/ModUsertrack.pm
|
||||
${P5SITE}/Apache/Session/Informix.pm
|
||||
${P5SITE}/Apache/Session/Lock/File.pm
|
||||
${P5SITE}/Apache/Session/Lock/MySQL.pm
|
||||
${P5SITE}/Apache/Session/Lock/Null.pm
|
||||
${P5SITE}/Apache/Session/Lock/Semaphore.pm
|
||||
${P5SITE}/Apache/Session/Lock/Sybase.pm
|
||||
${P5SITE}/Apache/Session/MySQL.pm
|
||||
${P5SITE}/Apache/Session/Oracle.pm
|
||||
${P5SITE}/Apache/Session/Postgres.pm
|
||||
${P5SITE}/Apache/Session/Serialize/Base64.pm
|
||||
${P5SITE}/Apache/Session/Serialize/Storable.pm
|
||||
${P5SITE}/Apache/Session/Serialize/Sybase.pm
|
||||
${P5SITE}/Apache/Session/Serialize/UUEncode.pm
|
||||
${P5SITE}/Apache/Session/Store/DBI.pm
|
||||
${P5SITE}/Apache/Session/Store/DB_File.pm
|
||||
${P5SITE}/Apache/Session/Store/File.pm
|
||||
${P5SITE}/Apache/Session/Store/Informix.pm
|
||||
${P5SITE}/Apache/Session/Store/MySQL.pm
|
||||
${P5SITE}/Apache/Session/Store/Oracle.pm
|
||||
${P5SITE}/Apache/Session/Store/Postgres.pm
|
||||
${P5SITE}/Apache/Session/Store/Sybase.pm
|
||||
${P5SITE}/Apache/Session/Sybase.pm
|
||||
@comment ${P5ARCH}/auto/Apache/Session/.packlist
|
||||
man/man3p/Apache::Session.3p
|
||||
man/man3p/Apache::Session::DB_File.3p
|
||||
man/man3p/Apache::Session::File.3p
|
||||
man/man3p/Apache::Session::Flex.3p
|
||||
man/man3p/Apache::Session::Generate::MD5.3p
|
||||
man/man3p/Apache::Session::Generate::ModUniqueId.3p
|
||||
man/man3p/Apache::Session::Generate::ModUsertrack.3p
|
||||
man/man3p/Apache::Session::Informix.3p
|
||||
man/man3p/Apache::Session::Lock::File.3p
|
||||
man/man3p/Apache::Session::Lock::MySQL.3p
|
||||
man/man3p/Apache::Session::Lock::Null.3p
|
||||
man/man3p/Apache::Session::Lock::Semaphore.3p
|
||||
man/man3p/Apache::Session::Lock::Sybase.3p
|
||||
man/man3p/Apache::Session::MySQL.3p
|
||||
man/man3p/Apache::Session::Oracle.3p
|
||||
man/man3p/Apache::Session::Postgres.3p
|
||||
man/man3p/Apache::Session::Serialize::Base64.3p
|
||||
man/man3p/Apache::Session::Serialize::Storable.3p
|
||||
man/man3p/Apache::Session::Serialize::Sybase.3p
|
||||
man/man3p/Apache::Session::Serialize::UUEncode.3p
|
||||
man/man3p/Apache::Session::Store::DB_File.3p
|
||||
man/man3p/Apache::Session::Store::File.3p
|
||||
man/man3p/Apache::Session::Store::Informix.3p
|
||||
man/man3p/Apache::Session::Store::MySQL.3p
|
||||
man/man3p/Apache::Session::Store::Oracle.3p
|
||||
man/man3p/Apache::Session::Store::Postgres.3p
|
||||
man/man3p/Apache::Session::Store::Sybase.3p
|
||||
man/man3p/Apache::Session::Sybase.3p
|
||||
@dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Apache/Session
|
||||
@comment @dirrm ${P5ARCH}/auto/Apache
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/Apache/Session/Store
|
||||
@dirrm ${P5SITE}/Apache/Session/Serialize
|
||||
@dirrm ${P5SITE}/Apache/Session/Lock
|
||||
@dirrm ${P5SITE}/Apache/Session/Generate
|
||||
@dirrm ${P5SITE}/Apache/Session
|
||||
@dirrm ${P5SITE}/Apache
|
Loading…
Reference in New Issue
Block a user