diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-03-19 05:44:42 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-03-19 05:44:42 +0000 |
commit | 8a10c9cc2eafa015462d9bf875846972684e7fa0 (patch) | |
tree | f4f0dded43ff63c838e2bf202c810913d144f43c /www/p5-Apache-Session | |
parent | 60d0e4217995970fbbde8dfd0ec922540307a867 (diff) | |
download | ports-8a10c9cc2eafa015462d9bf875846972684e7fa0.tar.gz ports-8a10c9cc2eafa015462d9bf875846972684e7fa0.zip |
A persistence framework for session data
PR: ports/17381
Submitted by: frank@exit.com (Frank Mayhar)
Notes
Notes:
svn path=/head/; revision=26813
Diffstat (limited to 'www/p5-Apache-Session')
-rw-r--r-- | www/p5-Apache-Session/Makefile | 30 | ||||
-rw-r--r-- | www/p5-Apache-Session/distinfo | 1 | ||||
-rw-r--r-- | www/p5-Apache-Session/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-Apache-Session/pkg-descr | 9 | ||||
-rw-r--r-- | www/p5-Apache-Session/pkg-plist | 19 |
5 files changed, 60 insertions, 0 deletions
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 <frank@exit.com> +# +# $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 <bsd.port.mk> 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 +<jeffrey@kathyandjeffrey.net>. 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 |