This module provides an interface the to Cassandra distributed
database. It uses the Thrift interface. This is changing rapidly and supports the development version of Cassandra built from Subversion trunk. WWW: http://search.cpan.org/dist/Net-Cassandra/ PR: ports/136780 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
194fc80cd2
commit
999c1c17ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237947
5 changed files with 54 additions and 0 deletions
|
@ -495,6 +495,7 @@
|
|||
SUBDIR += p5-Net-Blogger
|
||||
SUBDIR += p5-Net-CIDR-Lite
|
||||
SUBDIR += p5-Net-CSTA
|
||||
SUBDIR += p5-Net-Cassandra
|
||||
SUBDIR += p5-Net-DAV-Server
|
||||
SUBDIR += p5-Net-DHCP
|
||||
SUBDIR += p5-Net-DHCPClient
|
||||
|
|
24
net/p5-Net-Cassandra/Makefile
Normal file
24
net/p5-Net-Cassandra/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: p5-Net-Cassandra
|
||||
# Date created: 2009-07-15
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Cassandra
|
||||
PORTVERSION= 0.33
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Interface to Cassandra
|
||||
|
||||
RUN_DEPENDS= p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-MooseX-StrictConstructor>0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor
|
||||
|
||||
MAN3= Net::Cassandra.3
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Net-Cassandra/distinfo
Normal file
3
net/p5-Net-Cassandra/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Net-Cassandra-0.33.tar.gz) = 62a69007d46e3a2e33a5d4882f13b939
|
||||
SHA256 (Net-Cassandra-0.33.tar.gz) = 78b2cfa509d2263fa7405f6c63ba11be2df38ad87bf1f4da81ae5be43ace692a
|
||||
SIZE (Net-Cassandra-0.33.tar.gz) = 22210
|
6
net/p5-Net-Cassandra/pkg-descr
Normal file
6
net/p5-Net-Cassandra/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
This module provides an interface the to Cassandra distributed
|
||||
database. It uses the Thrift interface. This is changing rapidly and
|
||||
supports the development version of Cassandra built from Subversion
|
||||
trunk.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-Cassandra/
|
20
net/p5-Net-Cassandra/pkg-plist
Normal file
20
net/p5-Net-Cassandra/pkg-plist
Normal file
|
@ -0,0 +1,20 @@
|
|||
%%SITE_PERL%%/Net/Cassandra.pm
|
||||
%%SITE_PERL%%/Net/Cassandra/Backend/Cassandra.pm
|
||||
%%SITE_PERL%%/Net/Cassandra/Backend/Constants.pm
|
||||
%%SITE_PERL%%/Net/Cassandra/Backend/Thrift.pm
|
||||
%%SITE_PERL%%/Net/Cassandra/Backend/Thrift/BinaryProtocol.pm
|
||||
%%SITE_PERL%%/Net/Cassandra/Backend/Thrift/BufferedTransport.pm
|
||||
%%SITE_PERL%%/Net/Cassandra/Backend/Thrift/FramedTransport.pm
|
||||
%%SITE_PERL%%/Net/Cassandra/Backend/Thrift/HttpClient.pm
|
||||
%%SITE_PERL%%/Net/Cassandra/Backend/Thrift/MemoryBuffer.pm
|
||||
%%SITE_PERL%%/Net/Cassandra/Backend/Thrift/Protocol.pm
|
||||
%%SITE_PERL%%/Net/Cassandra/Backend/Thrift/Socket.pm
|
||||
%%SITE_PERL%%/Net/Cassandra/Backend/Thrift/Transport.pm
|
||||
%%SITE_PERL%%/Net/Cassandra/Backend/Types.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Cassandra/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Cassandra
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/Cassandra/Backend/Thrift
|
||||
@dirrmtry %%SITE_PERL%%/Net/Cassandra/Backend
|
||||
@dirrmtry %%SITE_PERL%%/Net/Cassandra
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in a new issue