summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Session
diff options
context:
space:
mode:
authormjl <mjl>2001-03-26 23:26:42 +0000
committermjl <mjl>2001-03-26 23:26:42 +0000
commit47d2bdb9e20dfe823a7bef6591fb51b173a63f1f (patch)
treea897b17382de394ccaf60c8647010596fe1aeb84 /www/p5-Apache-Session
parentca105060acb4fa5caa0481399e9a605c7db889cc (diff)
downloadpkgsrc-47d2bdb9e20dfe823a7bef6591fb51b173a63f1f.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/Makefile21
-rw-r--r--www/p5-Apache-Session/files/md53
-rw-r--r--www/p5-Apache-Session/pkg/DESCR4
-rw-r--r--www/p5-Apache-Session/pkg/PLIST1
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 $