mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
This module provides interface to access redis key-value store, it
transparently handles disconnects and forks, supports transactions, pipelining, and subscription mode. Module includes XS and pure Perl versions of the parser. WWW: http://search.cpan.org/dist/RedisDB/
This commit is contained in:
parent
678dc51df3
commit
895fe0cbfa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348526
@ -456,6 +456,7 @@
|
||||
SUBDIR += p5-RRD-Simple
|
||||
SUBDIR += p5-Redis
|
||||
SUBDIR += p5-Redis-hiredis
|
||||
SUBDIR += p5-RedisDB
|
||||
SUBDIR += p5-RedisDB-Parser
|
||||
SUBDIR += p5-Relations
|
||||
SUBDIR += p5-Relations-Query
|
||||
|
20
databases/p5-RedisDB/Makefile
Normal file
20
databases/p5-RedisDB/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= RedisDB
|
||||
PORTVERSION= 2.30
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to access redis database
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-RedisDB-Parser>=2.2:${PORTSDIR}/databases/p5-RedisDB-Parser \
|
||||
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/p5-RedisDB/distinfo
Normal file
2
databases/p5-RedisDB/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (RedisDB-2.30.tar.gz) = 491bb12a5f998c1a9c5e2103a1d5683b09271d6963d0f6cdcf71e8a45a285411
|
||||
SIZE (RedisDB-2.30.tar.gz) = 36376
|
6
databases/p5-RedisDB/pkg-descr
Normal file
6
databases/p5-RedisDB/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This module provides interface to access redis key-value store, it
|
||||
transparently handles disconnects and forks, supports transactions,
|
||||
pipelining, and subscription mode. Module includes XS and pure Perl
|
||||
versions of the parser.
|
||||
|
||||
WWW: http://search.cpan.org/dist/RedisDB/
|
7
databases/p5-RedisDB/pkg-plist
Normal file
7
databases/p5-RedisDB/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%PERL5_MAN3%%/RedisDB.3.gz
|
||||
%%PERL5_MAN3%%/RedisDB::Error.3.gz
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/RedisDB/.packlist
|
||||
%%SITE_PERL%%/RedisDB.pm
|
||||
%%SITE_PERL%%/RedisDB/Error.pm
|
||||
@dirrmtry %%SITE_PERL%%/RedisDB
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/RedisDB
|
Loading…
Reference in New Issue
Block a user