diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-01-18 00:12:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-01-18 00:12:54 +0800 |
commit | 77ebd7ac710039cb7c606875976c621981ad8a67 (patch) | |
tree | 18a5fab309809634e0a482bb5eede2bdfa1a4904 /databases | |
parent | c7fcf9140d8bebfbb8a388be8dadf587d4e2f954 (diff) | |
download | freebsd-ports-gnome-77ebd7ac710039cb7c606875976c621981ad8a67.tar.gz freebsd-ports-gnome-77ebd7ac710039cb7c606875976c621981ad8a67.tar.zst freebsd-ports-gnome-77ebd7ac710039cb7c606875976c621981ad8a67.zip |
- 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 <magik@roorback.net>
Feature safe: yes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-Redis-hiredis/Makefile | 21 | ||||
-rw-r--r-- | databases/p5-Redis-hiredis/distinfo | 2 | ||||
-rw-r--r-- | databases/p5-Redis-hiredis/pkg-descr | 5 | ||||
-rw-r--r-- | databases/p5-Redis-hiredis/pkg-plist | 7 |
5 files changed, 36 insertions, 0 deletions
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 <magik@roorback.net> +# +# $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 <bsd.port.mk> 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 |