summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2011-10-28 12:02:25 +0000
committerobache <obache>2011-10-28 12:02:25 +0000
commit8477a7a8a0b7cca6761ed50f006ef7e67e5c5c12 (patch)
tree9f0e0c4d2d02cfcbcfea85cbc94f136e19dd1a5e
parent5e6a8778ebdf8ce8f8bc8970aa5caeed17ace5f7 (diff)
downloadpkgsrc-8477a7a8a0b7cca6761ed50f006ef7e67e5c5c12.tar.gz
Import p5-Redis-1.904 as databases/p5-Redis.
Packaged by tnozaki@, some minor improvements by me. Perl binding for Redis database which is in-memory hash store with support for scalars, arrays and sets and disk persistence.
-rw-r--r--databases/p5-Redis/DESCR2
-rw-r--r--databases/p5-Redis/Makefile24
-rw-r--r--databases/p5-Redis/distinfo5
3 files changed, 31 insertions, 0 deletions
diff --git a/databases/p5-Redis/DESCR b/databases/p5-Redis/DESCR
new file mode 100644
index 00000000000..b1d247b0884
--- /dev/null
+++ b/databases/p5-Redis/DESCR
@@ -0,0 +1,2 @@
+Perl binding for Redis database which is in-memory hash store with support for
+scalars, arrays and sets and disk persistence.
diff --git a/databases/p5-Redis/Makefile b/databases/p5-Redis/Makefile
new file mode 100644
index 00000000000..6fe4b8d34c1
--- /dev/null
+++ b/databases/p5-Redis/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/10/28 12:02:25 obache Exp $
+#
+
+DISTNAME= Redis-1.904
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5rds
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/M/ME/MELO/}
+
+MAINTAINER= tnozaki@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Redis/
+COMMENT= Perl binding for Redis database
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Redis/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/p5-Redis/distinfo b/databases/p5-Redis/distinfo
new file mode 100644
index 00000000000..1bcedc376a8
--- /dev/null
+++ b/databases/p5-Redis/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/10/28 12:02:25 obache Exp $
+
+SHA1 (Redis-1.904.tar.gz) = c52b5c201d7a7ccfd94fb1c65b388c0a229b2c10
+RMD160 (Redis-1.904.tar.gz) = 0497ebb733815751a13ce23a25ef54fbdc62ecfb
+Size (Redis-1.904.tar.gz) = 15174 bytes