[49063] trunk/dports/devel

brett at macports.org brett at macports.org
Thu Apr 2 12:42:07 PDT 2009


Revision: 49063
          http://trac.macports.org/changeset/49063
Author:   brett at macports.org
Date:     2009-04-02 12:42:06 -0700 (Thu, 02 Apr 2009)
Log Message:
-----------
initial libzookeeper port

Added Paths:
-----------
    trunk/dports/devel/libzookeeper/
    trunk/dports/devel/libzookeeper/Portfile

Added: trunk/dports/devel/libzookeeper/Portfile
===================================================================
--- trunk/dports/devel/libzookeeper/Portfile	                        (rev 0)
+++ trunk/dports/devel/libzookeeper/Portfile	2009-04-02 19:42:06 UTC (rev 49063)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem 1.0
+name                    libzookeeper
+version                 3.1.1
+description             ZooKeeper is a 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.
+maintainers             brett at macports.org
+categories              devel
+platforms               darwin
+homepage                http://hadoop.apache.org/zookeeper/
+distname                zookeeper-${version}
+master_sites            apache:hadoop/zookeeper/${distname}
+checksums               sha1 119c4a68368e6490b275c5283534d98136899b46
+worksrcdir              ${distname}/src/c
+use_configure           yes
+configure.args          --mandir=${prefix}/share/man
+
+pre-configure {
+      system "cd ${worksrcpath}/../.. && ant compile_jute"
+}
+
+post-configure {
+      reinplace "s|-Werror||" ${worksrcpath}/Makefile
+      reinplace "s|c-client-src|zookeeper|" ${worksrcpath}/Makefile
+}
+


Property changes on: trunk/dports/devel/libzookeeper/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090402/0d00320e/attachment.html>


More information about the macports-changes mailing list