pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-IPC-Cache Import p5-IPC-Cache-0.02 as devel/p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d513e4c1724
branches:  trunk
changeset: 621188:3d513e4c1724
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sat Jul 06 00:32:03 2013 +0000

description:
Import p5-IPC-Cache-0.02 as devel/p5-IPC-Cache.

IPC::Cache is a perl module that implements an object storage space where data
is persisted across process boundaries.

diffstat:

 devel/p5-IPC-Cache/DESCR    |   2 ++
 devel/p5-IPC-Cache/Makefile |  22 ++++++++++++++++++++++
 devel/p5-IPC-Cache/PLIST    |   4 ++++
 devel/p5-IPC-Cache/distinfo |   5 +++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 9cc21ae30864 -r 3d513e4c1724 devel/p5-IPC-Cache/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IPC-Cache/DESCR  Sat Jul 06 00:32:03 2013 +0000
@@ -0,0 +1,2 @@
+IPC::Cache is a perl module that implements an object storage space where data
+is persisted across process boundaries.
diff -r 9cc21ae30864 -r 3d513e4c1724 devel/p5-IPC-Cache/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IPC-Cache/Makefile       Sat Jul 06 00:32:03 2013 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2013/07/06 00:32:03 rodent Exp $
+#
+
+DISTNAME=      IPC-Cache-0.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IPC/}
+
+MAINTAINER=    rodent%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~dclinton/IPC-Cache-0.02/Cache.pm
+COMMENT=       Perl module that implements an object storage space
+LICENSE=       gnu-gpl-v1
+
+DEPENDS+=      p5-IPC-ShareLite>=0.06:../../devel/p5-IPC-ShareLite
+DEPENDS+=      p5-Storable>=0.607:../../devel/p5-Storable
+
+PERL5_PACKLIST=        auto/IPC/Cache/.packlist
+USE_LANGUAGES= # none
+REPLACE_PERL+= Cache.pm
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9cc21ae30864 -r 3d513e4c1724 devel/p5-IPC-Cache/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IPC-Cache/PLIST  Sat Jul 06 00:32:03 2013 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2013/07/06 00:32:03 rodent Exp $
+${PERL5_SUB_INSTALLVENDORLIB}/IPC/Cache.pm
+${PERL5_SUB_INSTALLVENDORARCH}/auto/IPC/Cache/.packlist
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/IPC::Cache.3
diff -r 9cc21ae30864 -r 3d513e4c1724 devel/p5-IPC-Cache/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IPC-Cache/distinfo       Sat Jul 06 00:32:03 2013 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/07/06 00:32:03 rodent Exp $
+
+SHA1 (IPC-Cache-0.02.tar.gz) = c9966e9eea8ef1367ec65c20303044c8081d8384
+RMD160 (IPC-Cache-0.02.tar.gz) = a390a47d3149f598ddc9db71e911981c560d2a72
+Size (IPC-Cache-0.02.tar.gz) = 10667 bytes



Home | Main Index | Thread Index | Old Index