summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Session-SharedMem
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-04-02 22:12:22 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-04-02 22:12:22 +0000
commit663a283cbc31980474c4295e099c4e3c50f9b08f (patch)
treec59e05625b301db15bbfa610889fcbb3c65cead2 /www/p5-Apache-Session-SharedMem
parentP5-IPC-Cache persist data across processes via shared memory. (diff)
Apache-Session-SharedMem is Apache::Session extension module that store
session in shared mem.
Notes
Notes: svn path=/head/; revision=40776
Diffstat (limited to 'www/p5-Apache-Session-SharedMem')
-rw-r--r--www/p5-Apache-Session-SharedMem/Makefile26
-rw-r--r--www/p5-Apache-Session-SharedMem/distinfo1
-rw-r--r--www/p5-Apache-Session-SharedMem/pkg-comment1
-rw-r--r--www/p5-Apache-Session-SharedMem/pkg-descr4
-rw-r--r--www/p5-Apache-Session-SharedMem/pkg-plist3
5 files changed, 35 insertions, 0 deletions
diff --git a/www/p5-Apache-Session-SharedMem/Makefile b/www/p5-Apache-Session-SharedMem/Makefile
new file mode 100644
index 000000000000..92459cc90e66
--- /dev/null
+++ b/www/p5-Apache-Session-SharedMem/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: p5-Apache-Session-SharedMem
+# Date created: April 03 2001
+# Whom: vanilla
+#
+# $FreeBSD$
+#
+
+PORTNAME= Apache-Session-SharedMem
+PORTVERSION= 0.31
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Apache
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IPC/Cache.pm:${PORTSDIR}/devel/p5-IPC-Cache \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Apache::Session::Store::SharedMem.3
+
+.include <bsd.port.mk>
diff --git a/www/p5-Apache-Session-SharedMem/distinfo b/www/p5-Apache-Session-SharedMem/distinfo
new file mode 100644
index 000000000000..2b79abf2ed78
--- /dev/null
+++ b/www/p5-Apache-Session-SharedMem/distinfo
@@ -0,0 +1 @@
+MD5 (Apache-Session-SharedMem-0.31.tar.gz) = 347779de802ff1ce15415f610c0bcb73
diff --git a/www/p5-Apache-Session-SharedMem/pkg-comment b/www/p5-Apache-Session-SharedMem/pkg-comment
new file mode 100644
index 000000000000..1ac87611063a
--- /dev/null
+++ b/www/p5-Apache-Session-SharedMem/pkg-comment
@@ -0,0 +1 @@
+Apache::Session extension that store session in shared memory
diff --git a/www/p5-Apache-Session-SharedMem/pkg-descr b/www/p5-Apache-Session-SharedMem/pkg-descr
new file mode 100644
index 000000000000..dd190fadc0a9
--- /dev/null
+++ b/www/p5-Apache-Session-SharedMem/pkg-descr
@@ -0,0 +1,4 @@
+Apache::Session::SharedMem is an Apache::Session extension module
+that stores the session data in Shared memory (so, does exactly
+what it says on the tin then) using IPC::Cache
+(and hence IPC::ShareLite).
diff --git a/www/p5-Apache-Session-SharedMem/pkg-plist b/www/p5-Apache-Session-SharedMem/pkg-plist
new file mode 100644
index 000000000000..c1d9518ba4dc
--- /dev/null
+++ b/www/p5-Apache-Session-SharedMem/pkg-plist
@@ -0,0 +1,3 @@
+lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/SharedMem.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Session/SharedMem/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Session/SharedMem