Revision: 87266 http://trac.macports.org/changeset/87266 Author: hum@macports.org Date: 2011-11-15 07:40:42 -0800 (Tue, 15 Nov 2011) Log Message: ----------- libzookeeper: whitespace and linefeed changes only. Modified Paths: -------------- trunk/dports/devel/libzookeeper/Portfile Modified: trunk/dports/devel/libzookeeper/Portfile =================================================================== --- trunk/dports/devel/libzookeeper/Portfile 2011-11-15 15:34:51 UTC (rev 87265) +++ trunk/dports/devel/libzookeeper/Portfile 2011-11-15 15:40:42 UTC (rev 87266) @@ -2,39 +2,43 @@ # $Id$ PortSystem 1.0 -name libzookeeper + +name libzookeeper version 3.3.3 -description C bindings for ZooKeeper, the high-performance coordination service -long_description ZooKeeper is a distributed, open-source coordination service for \ -distributed applications. It exposes a simple set of primitives that distributed applications \ -can build upon to implement higher level services for synchronization, configuration \ -maintenance, and groups and naming. It is designed to be easy to program to, and uses a data \ -model styled after the familiar directory tree structure of file systems. This port contains \ -the C bindings for interacting with it. +description C bindings for ZooKeeper, the high-performance coordination service +long_description ZooKeeper is a distributed, open-source coordination service for \ + distributed applications. It exposes a simple set of primitives \ + that distributed applications can build upon to implement higher \ + level services for synchronization, configuration maintenance, \ + and groups and naming. It is designed to be easy to program to, \ + and uses a data model styled after the familiar directory tree \ + structure of file systems. This port contains the C bindings for \ + interacting with it. maintainers brett hum -categories devel -platforms darwin +categories devel +platforms darwin license Apache-2.0 -homepage http://hadoop.apache.org/zookeeper/ -distname zookeeper-${version} + +homepage http://hadoop.apache.org/zookeeper/ +distname zookeeper-${version} dist_subdir zookeeper -master_sites apache:hadoop/zookeeper/${distname} +master_sites apache:hadoop/zookeeper/${distname} checksums rmd160 c245ecbdf921f70ab4b4f5c9593452f9b3bea5c3 \ sha256 70808f5492ca1f9bec1ed7b129f2f7cb97df821ae04a6af9e99f23cdabe4f1d4 -worksrcdir ${distname}/src/c +worksrcdir ${distname}/src/c variant universal {} -use_configure yes -configure.args --mandir=${prefix}/share/man +use_configure yes +configure.args --mandir=${prefix}/share/man pre-configure { - system -W "${worksrcpath}/../.." "ant compile_jute" + system -W "${worksrcpath}/../.." "ant compile_jute" } post-configure { - reinplace "s|-Werror||" ${worksrcpath}/Makefile - reinplace "s|c-client-src|zookeeper|" ${worksrcpath}/Makefile + reinplace "s|-Werror||" ${worksrcpath}/Makefile + reinplace "s|c-client-src|zookeeper|" ${worksrcpath}/Makefile } build.args CFLAGS="${configure.cflags} [get_canonical_archflags]"
participants (1)
-
hum@macports.org