From 74ebb7c11ee4344adf721d7b43989cbb1e81bf20 Mon Sep 17 00:00:00 2001 From: naddy Date: Sun, 2 May 2004 23:09:37 +0000 Subject: [PATCH] Import Apache::Session 1.6; submitted by Michael Coulter . Apache::Session is a persistence framework which is particularly useful for tracking session data between httpd requests. --- www/p5-Apache-Session/Makefile | 23 +++++++++++ www/p5-Apache-Session/distinfo | 3 ++ www/p5-Apache-Session/pkg/DESCR | 6 +++ www/p5-Apache-Session/pkg/PLIST | 70 +++++++++++++++++++++++++++++++++ 4 files changed, 102 insertions(+) create mode 100644 www/p5-Apache-Session/Makefile create mode 100644 www/p5-Apache-Session/distinfo create mode 100644 www/p5-Apache-Session/pkg/DESCR create mode 100644 www/p5-Apache-Session/pkg/PLIST diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile new file mode 100644 index 00000000000..dd3127667b5 --- /dev/null +++ b/www/p5-Apache-Session/Makefile @@ -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 + +# 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 diff --git a/www/p5-Apache-Session/distinfo b/www/p5-Apache-Session/distinfo new file mode 100644 index 00000000000..f3f872aabe1 --- /dev/null +++ b/www/p5-Apache-Session/distinfo @@ -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 diff --git a/www/p5-Apache-Session/pkg/DESCR b/www/p5-Apache-Session/pkg/DESCR new file mode 100644 index 00000000000..ccf43dfe0d3 --- /dev/null +++ b/www/p5-Apache-Session/pkg/DESCR @@ -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. + diff --git a/www/p5-Apache-Session/pkg/PLIST b/www/p5-Apache-Session/pkg/PLIST new file mode 100644 index 00000000000..7d16a84dc86 --- /dev/null +++ b/www/p5-Apache-Session/pkg/PLIST @@ -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