From 8a10c9cc2eafa015462d9bf875846972684e7fa0 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sun, 19 Mar 2000 05:44:42 +0000 Subject: A persistence framework for session data PR: ports/17381 Submitted by: frank@exit.com (Frank Mayhar) --- www/p5-Apache-Session/Makefile | 30 ++++++++++++++++++++++++++++++ www/p5-Apache-Session/distinfo | 1 + www/p5-Apache-Session/pkg-comment | 1 + www/p5-Apache-Session/pkg-descr | 9 +++++++++ www/p5-Apache-Session/pkg-plist | 19 +++++++++++++++++++ 5 files changed, 60 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-comment create mode 100644 www/p5-Apache-Session/pkg-descr create mode 100644 www/p5-Apache-Session/pkg-plist (limited to 'www/p5-Apache-Session') diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile new file mode 100644 index 000000000000..a6c0ca3a0ace --- /dev/null +++ b/www/p5-Apache-Session/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Apache-Session +# Version required: 1.03 +# Date created: March 13, 2000 +# Whom: Frank Mayhar +# +# $FreeBSD$ +# + +DISTNAME= Apache-Session-1.03 +PKGNAME= p5-Apache-Session-1.03 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Apache + +MAINTAINER= frank@exit.com + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/p5-Apache \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable + +USE_PERL5= YES + +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Apache::Session::Counted.3 Apache::Session::DBIStore.3 \ + Apache::Session::Embperl.3 Apache::Session::DBI.3 \ + Apache::Session.3 + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL + +.include diff --git a/www/p5-Apache-Session/distinfo b/www/p5-Apache-Session/distinfo new file mode 100644 index 000000000000..3f4a935fe966 --- /dev/null +++ b/www/p5-Apache-Session/distinfo @@ -0,0 +1 @@ +MD5 (Apache-Session-1.03.tar.gz) = 8dff1b2ccd00c62ef3326a380f242f34 diff --git a/www/p5-Apache-Session/pkg-comment b/www/p5-Apache-Session/pkg-comment new file mode 100644 index 000000000000..8dec124a8118 --- /dev/null +++ b/www/p5-Apache-Session/pkg-comment @@ -0,0 +1 @@ +A persistence framework for session data diff --git a/www/p5-Apache-Session/pkg-descr b/www/p5-Apache-Session/pkg-descr new file mode 100644 index 000000000000..1d9719aeac6a --- /dev/null +++ b/www/p5-Apache-Session/pkg-descr @@ -0,0 +1,9 @@ +From the README file: + +These modules are used to keep persistent user data across http requests. +Apache::Session was designed for use with Apache and mod_perl, but works +just as well under CGI and any other web server. + +Apache::Session is Copyright(c) 1998, 1999 Jeffrey William Baker +. Distribute under the same terms as +Perl itself. diff --git a/www/p5-Apache-Session/pkg-plist b/www/p5-Apache-Session/pkg-plist new file mode 100644 index 000000000000..495f1b1511bd --- /dev/null +++ b/www/p5-Apache-Session/pkg-plist @@ -0,0 +1,19 @@ +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Counted.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/PosixFileLocker.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/DaemonLocker.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/MemoryStore.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Embperl.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/SysVSemaphoreLocker.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/SingleThread.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/NullLocker.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/DBIStore.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/FileStore.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/TreeStore.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/DBI.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Tree.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/File.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Session/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Session +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache -- cgit v1.2.3