summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2000-03-19 05:44:42 +0000
committervanilla <vanilla@FreeBSD.org>2000-03-19 05:44:42 +0000
commit78dd5c9d791a411456cc66de52b5d951ef5c6f24 (patch)
tree2bdb1a04ad44ae429fc50da9864818fc95b7d452 /www
parent01c8cc05e8f46cb5af5bd9bdb919a53be7a299c4 (diff)
downloadFreeBSD-ports-78dd5c9d791a411456cc66de52b5d951ef5c6f24.zip
FreeBSD-ports-78dd5c9d791a411456cc66de52b5d951ef5c6f24.tar.gz
A persistence framework for session data
PR: ports/17381 Submitted by: frank@exit.com (Frank Mayhar)
Diffstat (limited to 'www')
-rw-r--r--www/p5-Apache-Session/Makefile30
-rw-r--r--www/p5-Apache-Session/distinfo1
-rw-r--r--www/p5-Apache-Session/pkg-comment1
-rw-r--r--www/p5-Apache-Session/pkg-descr9
-rw-r--r--www/p5-Apache-Session/pkg-plist19
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 0000000..a6c0ca3
--- /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 0000000..3f4a935
--- /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 0000000..8dec124
--- /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 0000000..1d9719a
--- /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 0000000..495f1b1
--- /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
OpenPOWER on IntegriCloud