mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Development files for the C ZooKeeper binding
WWW: http://zookeeper.apache.org/
This commit is contained in:
parent
10f6790534
commit
2e3164234d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350808
@ -1147,6 +1147,7 @@
|
||||
SUBDIR += libxalloc
|
||||
SUBDIR += libxs
|
||||
SUBDIR += libytnef
|
||||
SUBDIR += libzookeeper
|
||||
SUBDIR += libzrtpcpp
|
||||
SUBDIR += libzvbi
|
||||
SUBDIR += lightning
|
||||
|
32
devel/libzookeeper/Makefile
Normal file
32
devel/libzookeeper/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# Created by: skreuzer@FreeBSD.org
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zookeeper
|
||||
PORTVERSION= 3.4.6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}/current
|
||||
PKGNAMEPREFIX= lib
|
||||
|
||||
MAINTAINER= skreuzer@FreeBSD.org
|
||||
COMMENT= C client interface to Zookeeper server
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
LIB_DEPENDS= libcppunit.so:${PORTSDIR}/devel/cppunit
|
||||
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG=> yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src/c
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
|
||||
(cd ${STAGEDIR}${PREFIX}/lib; \
|
||||
${STRIP_CMD} libzookeeper_mt.so.2; \
|
||||
${LN} -nsf ${PREFIX}/lib/libzookeeper_mt.so.2 libzookeeper_mt.so; \
|
||||
${STRIP_CMD} libzookeeper_st.so.2; \
|
||||
${LN} -nsf ${PREFIX}/lib/libzookeeper_st.so.2 libzookeeper_st.so )
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/libzookeeper/distinfo
Normal file
2
devel/libzookeeper/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (zookeeper-3.4.6.tar.gz) = 01b3938547cd620dc4c93efe07c0360411f4a66962a70500b163b59014046994
|
||||
SIZE (zookeeper-3.4.6.tar.gz) = 17699306
|
5
devel/libzookeeper/pkg-descr
Normal file
5
devel/libzookeeper/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Development files for the C ZooKeeper binding which is a is a centralized,
|
||||
reliable, service for maintaining configuration information, naming, providing
|
||||
distributed synchronization, and group services.
|
||||
|
||||
WWW: http://zookeeper.apache.org/
|
19
devel/libzookeeper/pkg-plist
Normal file
19
devel/libzookeeper/pkg-plist
Normal file
@ -0,0 +1,19 @@
|
||||
bin/load_gen
|
||||
bin/cli_mt
|
||||
bin/cli_st
|
||||
lib/libzookeeper_mt.a
|
||||
lib/libzookeeper_st.a
|
||||
lib/libzookeeper_mt.la
|
||||
lib/libzookeeper_mt.so
|
||||
lib/libzookeeper_mt.so.2
|
||||
lib/libzookeeper_st.la
|
||||
lib/libzookeeper_st.so
|
||||
lib/libzookeeper_st.so.2
|
||||
include/zookeeper/proto.h
|
||||
include/zookeeper/recordio.h
|
||||
include/zookeeper/zookeeper.h
|
||||
include/zookeeper/zookeeper.jute.h
|
||||
include/zookeeper/zookeeper_log.h
|
||||
include/zookeeper/zookeeper_version.h
|
||||
@dirrm include/zookeeper
|
||||
@dirrmtry include
|
Loading…
Reference in New Issue
Block a user