pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Apache-Session-SharedMem Import p5-Apache-Sessi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4fe77b1aac94
branches:  trunk
changeset: 621203:4fe77b1aac94
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sat Jul 06 00:51:58 2013 +0000

description:
Import p5-Apache-Session-SharedMem-0.6 as www/p5-Apache-Session-SharedMem.

This module is an implementation of Apache::Session. It uses IPC::Cache to store
session variables in shared memory.

diffstat:

 www/p5-Apache-Session-SharedMem/DESCR    |   2 ++
 www/p5-Apache-Session-SharedMem/Makefile |  21 +++++++++++++++++++++
 www/p5-Apache-Session-SharedMem/PLIST    |   6 ++++++
 www/p5-Apache-Session-SharedMem/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 2964dacae4eb -r 4fe77b1aac94 www/p5-Apache-Session-SharedMem/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache-Session-SharedMem/DESCR     Sat Jul 06 00:51:58 2013 +0000
@@ -0,0 +1,2 @@
+This module is an implementation of Apache::Session. It uses IPC::Cache to store
+session variables in shared memory.
diff -r 2964dacae4eb -r 4fe77b1aac94 www/p5-Apache-Session-SharedMem/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache-Session-SharedMem/Makefile  Sat Jul 06 00:51:58 2013 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2013/07/06 00:51:58 rodent Exp $
+#
+
+DISTNAME=      Apache-Session-SharedMem-0.6
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Apache/}
+
+MAINTAINER=    rodent%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Apache-Session-SharedMem/
+COMMENT=       Apache::Session module that stores session data in shared memory
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Apache-Session-[0-9]*:../../www/p5-Apache-Session
+DEPENDS+=      p5-IPC-Cache-[0-9]*:../../devel/p5-IPC-Cache
+
+PERL5_PACKLIST=        auto/Apache/Session/SharedMem/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2964dacae4eb -r 4fe77b1aac94 www/p5-Apache-Session-SharedMem/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache-Session-SharedMem/PLIST     Sat Jul 06 00:51:58 2013 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2013/07/06 00:51:58 rodent Exp $
+${PERL5_SUB_INSTALLVENDORLIB}/Apache/Session/SharedMem.pm
+${PERL5_SUB_INSTALLVENDORLIB}/Apache/Session/Store/SharedMem.pm
+${PERL5_SUB_INSTALLVENDORARCH}/auto/Apache/Session/SharedMem/.packlist
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/Apache::Session::SharedMem.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/Apache::Session::Store::SharedMem.3
diff -r 2964dacae4eb -r 4fe77b1aac94 www/p5-Apache-Session-SharedMem/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Apache-Session-SharedMem/distinfo  Sat Jul 06 00:51:58 2013 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/07/06 00:51:58 rodent Exp $
+
+SHA1 (Apache-Session-SharedMem-0.6.tar.gz) = c561816928d225df13ba95012a8c8758c3053f36
+RMD160 (Apache-Session-SharedMem-0.6.tar.gz) = a2ee8813a80d9351c05403475240e9269e299ce2
+Size (Apache-Session-SharedMem-0.6.tar.gz) = 3911 bytes



Home | Main Index | Thread Index | Old Index