- New port: databases/casstcl
CassTcl provides a Tcl interface to the Cassandra database using DataStax cpp-driver C/C++ API. WWW: https://github.com/flightaware/casstcl
This commit is contained in:
parent
90c3a71374
commit
63867ef5ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390154
@ -28,6 +28,7 @@
|
||||
SUBDIR += cassandra
|
||||
SUBDIR += cassandra-cpp-driver
|
||||
SUBDIR += cassandra2
|
||||
SUBDIR += casstcl
|
||||
SUBDIR += cdb
|
||||
SUBDIR += cego
|
||||
SUBDIR += cegobridge
|
||||
|
31
databases/casstcl/Makefile
Normal file
31
databases/casstcl/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# Created by: gahr
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= casstcl
|
||||
PORTVERSION= 2.4
|
||||
DISTVERSIONPREFIX=v
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
COMMENT= Tcl language interface to the Cassandra database
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
LIB_DEPENDS= libcassandra.so:${PORTSDIR}/databases/cassandra-cpp-driver
|
||||
|
||||
USES= autoreconf tcl:85+
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \
|
||||
--exec-prefix=${PREFIX}
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= flightaware
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_FILES= include/casstcl.h \
|
||||
lib/casstcl2.4/casstcl.tcl \
|
||||
lib/casstcl2.4/libcasstcl.so.1 \
|
||||
lib/casstcl2.4/pkgIndex.tcl
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/casstcl/distinfo
Normal file
2
databases/casstcl/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (flightaware-casstcl-v2.4_GH0.tar.gz) = d71c258214771f9afcb0d3f5b01f4562972945b86535e20a0e6bcdcf88404d3a
|
||||
SIZE (flightaware-casstcl-v2.4_GH0.tar.gz) = 107035
|
4
databases/casstcl/pkg-descr
Normal file
4
databases/casstcl/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
CassTcl provides a Tcl interface to the Cassandra database using DataStax
|
||||
cpp-driver C/C++ API.
|
||||
|
||||
WWW: https://github.com/flightaware/casstcl
|
Loading…
Reference in New Issue
Block a user