diff options
author | mjl <mjl@pkgsrc.org> | 2001-03-26 23:26:42 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-03-26 23:26:42 +0000 |
commit | 898b114e93e61919fdfa44c1d05067c8bee2289f (patch) | |
tree | a897b17382de394ccaf60c8647010596fe1aeb84 /www/p5-Apache-Session | |
parent | b87ccb71ace2e4f21a2bddef62d4ed3021b02157 (diff) | |
download | pkgsrc-898b114e93e61919fdfa44c1d05067c8bee2289f.tar.gz |
Initial import of p5-Apache-Session, a perl module to provide persistent
storage in arbitrary backing stores.
Diffstat (limited to 'www/p5-Apache-Session')
-rw-r--r-- | www/p5-Apache-Session/Makefile | 21 | ||||
-rw-r--r-- | www/p5-Apache-Session/files/md5 | 3 | ||||
-rw-r--r-- | www/p5-Apache-Session/pkg/DESCR | 4 | ||||
-rw-r--r-- | www/p5-Apache-Session/pkg/PLIST | 1 |
4 files changed, 29 insertions, 0 deletions
diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile new file mode 100644 index 00000000000..77f342e0158 --- /dev/null +++ b/www/p5-Apache-Session/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/26 23:26:42 mjl Exp $ +# + +DISTNAME= Apache-Session-1.53 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} + +MAINTAINER= packages@netbsd.org +COMMENT= perl5 module to provide persistent storage + +DEPENDS+= p5-Storable-1.0.11:../../devel/p5-Storable/ +DEPENDS+= p5-Digest-MD5>=2.12:../../security/p5-Digest-MD5/ + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/Session/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Apache-Session/files/md5 b/www/p5-Apache-Session/files/md5 new file mode 100644 index 00000000000..bf423fb45b8 --- /dev/null +++ b/www/p5-Apache-Session/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/26 23:26:42 mjl Exp $ + +SHA1 (Apache-Session-1.53.tar.gz) = bd1fb03954b91712daaf77334be87ddc80d98da7 diff --git a/www/p5-Apache-Session/pkg/DESCR b/www/p5-Apache-Session/pkg/DESCR new file mode 100644 index 00000000000..f252c11b00d --- /dev/null +++ b/www/p5-Apache-Session/pkg/DESCR @@ -0,0 +1,4 @@ +These modules provide persistent storage for arbitrary data, in arbitrary +backing stores. The details of interacting with the backing store are +abstracted to make all backing stores behave alike. The programmer simply +interacts with a tied hash. diff --git a/www/p5-Apache-Session/pkg/PLIST b/www/p5-Apache-Session/pkg/PLIST new file mode 100644 index 00000000000..4b7e86a6a68 --- /dev/null +++ b/www/p5-Apache-Session/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/26 23:26:42 mjl Exp $ |