diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-02 22:12:22 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-02 22:12:22 +0000 |
commit | 663a283cbc31980474c4295e099c4e3c50f9b08f (patch) | |
tree | c59e05625b301db15bbfa610889fcbb3c65cead2 /www | |
parent | e972309b4e9dd56f4f521ca3c9cde3eadc4915f6 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-Session-SharedMem/Makefile | 26 | ||||
-rw-r--r-- | www/p5-Apache-Session-SharedMem/distinfo | 1 | ||||
-rw-r--r-- | www/p5-Apache-Session-SharedMem/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-Apache-Session-SharedMem/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-Apache-Session-SharedMem/pkg-plist | 3 |
6 files changed, 36 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 550c9fb129db..b6b76328a699 100644 --- a/www/Makefile +++ b/www/Makefile @@ -161,6 +161,7 @@ SUBDIR += p5-Apache-Radius SUBDIR += p5-Apache-Reload SUBDIR += p5-Apache-Session + SUBDIR += p5-Apache-Session-SharedMem SUBDIR += p5-CGI SUBDIR += p5-CGI_Lite SUBDIR += p5-CGI-Application 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 |