From 77ebd7ac710039cb7c606875976c621981ad8a67 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Mon, 17 Jan 2011 16:12:54 +0000 Subject: - Add p5-Redis-hiredis 0.9.2.3 Redis::hiredis is a simple wrapper around Salvatore Sanfilippo's hiredis C client that allows connecting and sending any command just like you would from a command line Redis client. WWW: http://search.cpan.org/dist/Redis-hiredis/ PR: ports/153536 Submitted by: Grzegorz Blach Feature safe: yes --- databases/Makefile | 1 + databases/p5-Redis-hiredis/Makefile | 21 +++++++++++++++++++++ databases/p5-Redis-hiredis/distinfo | 2 ++ databases/p5-Redis-hiredis/pkg-descr | 5 +++++ databases/p5-Redis-hiredis/pkg-plist | 7 +++++++ 5 files changed, 36 insertions(+) create mode 100644 databases/p5-Redis-hiredis/Makefile create mode 100644 databases/p5-Redis-hiredis/distinfo create mode 100644 databases/p5-Redis-hiredis/pkg-descr create mode 100644 databases/p5-Redis-hiredis/pkg-plist (limited to 'databases') diff --git a/databases/Makefile b/databases/Makefile index 3a58360bb590..b952ce2bc53f 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -430,6 +430,7 @@ SUBDIR += p5-PostgreSQL-PLPerl-Trace SUBDIR += p5-RRD-Simple SUBDIR += p5-Redis + SUBDIR += p5-Redis-hiredis SUBDIR += p5-Relations SUBDIR += p5-Relations-Query SUBDIR += p5-ResourcePool-Resource-DBI diff --git a/databases/p5-Redis-hiredis/Makefile b/databases/p5-Redis-hiredis/Makefile new file mode 100644 index 000000000000..81506aca242b --- /dev/null +++ b/databases/p5-Redis-hiredis/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Redis-hiredis +# Date created: 29 December 2010 +# Whom: Grzegorz Blach +# +# $FreeBSD$ +# + +PORTNAME= Redis-hiredis +PORTVERSION= 0.9.2.3 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN/../../authors/id/N/NE/NEOPHENIX +PKGNAMEPREFIX= p5- + +MAINTAINER= magik@roorback.net +COMMENT= A Simple wrapper around hiredis C client + +PERL_CONFIGURE= yes + +MAN3= Redis::hiredis.3 + +.include diff --git a/databases/p5-Redis-hiredis/distinfo b/databases/p5-Redis-hiredis/distinfo new file mode 100644 index 000000000000..74032a43ed98 --- /dev/null +++ b/databases/p5-Redis-hiredis/distinfo @@ -0,0 +1,2 @@ +SHA256 (Redis-hiredis-0.9.2.3.tar.gz) = 4173abe8bca13054859bda590bcd7b2783b8272aecb19f06dd3fcc046dfc950c +SIZE (Redis-hiredis-0.9.2.3.tar.gz) = 59347 diff --git a/databases/p5-Redis-hiredis/pkg-descr b/databases/p5-Redis-hiredis/pkg-descr new file mode 100644 index 000000000000..92e4486eb79a --- /dev/null +++ b/databases/p5-Redis-hiredis/pkg-descr @@ -0,0 +1,5 @@ +Redis::hiredis is a simple wrapper around Salvatore Sanfilippo's hiredis C +client that allows connecting and sending any command just like you would +from a command line Redis client. + +WWW: http://search.cpan.org/dist/Redis-hiredis/ diff --git a/databases/p5-Redis-hiredis/pkg-plist b/databases/p5-Redis-hiredis/pkg-plist new file mode 100644 index 000000000000..a4d456a7834a --- /dev/null +++ b/databases/p5-Redis-hiredis/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Redis/hiredis.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Redis/hiredis/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Redis/hiredis/hiredis.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Redis/hiredis/hiredis.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Redis/hiredis +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Redis +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Redis -- cgit