Date: Tue, 21 Aug 2012 20:53:03 +0000 (UTC) From: Steven Kreuzer <skreuzer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302899 - in head/devel: . p5-Net-ZooKeeper Message-ID: <201208212053.q7LKr33E003827@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: skreuzer Date: Tue Aug 21 20:53:02 2012 New Revision: 302899 URL: http://svn.freebsd.org/changeset/ports/302899 Log: Net::ZooKeeper provides a Perl interface to the synchronous C API of Apache ZooKeeper. ZooKeeper is coordination service for distributed applications and is a sub-project of the Apache Hadoop project. WWW: http://search.cpan.org/dist/Net::ZooKeeper/ Added: head/devel/p5-Net-ZooKeeper/ head/devel/p5-Net-ZooKeeper/Makefile (contents, props changed) head/devel/p5-Net-ZooKeeper/distinfo (contents, props changed) head/devel/p5-Net-ZooKeeper/pkg-descr (contents, props changed) head/devel/p5-Net-ZooKeeper/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Aug 21 20:43:06 2012 (r302898) +++ head/devel/Makefile Tue Aug 21 20:53:02 2012 (r302899) @@ -2234,6 +2234,7 @@ SUBDIR += p5-Multiplex-CMD SUBDIR += p5-NEXT SUBDIR += p5-Net-DBus + SUBDIR += p5-Net-ZooKeeper SUBDIR += p5-Number-Bytes-Human SUBDIR += p5-Number-Tolerant SUBDIR += p5-OLE-Storage_Lite Added: head/devel/p5-Net-ZooKeeper/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Net-ZooKeeper/Makefile Tue Aug 21 20:53:02 2012 (r302899) @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Net-ZooKeeper +# Date created: 2012-08-20 +# Whom: Steven Kreuzer <skreuzer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-ZooKeeper +PORTVERSION= 0.35 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= skreuzer@FreeBSD.org +COMMENT= Perl extension for Apache ZooKeeper + +BUILD_DEPENDS= zookeeper>=3.3.5:${PORTSDIR}/devel/zookeeper +RUN_DEPENDS:= ${BUILD_DEPEND} + +PERL_CONFIGURE= yes +CONFIGURE_ARGS+= --zookeeper-include ${PREFIX}/include/c-client-src \ + --zookeeper-include ${PREFIX}/include/zookeeper \ + --zookeeper-lib ${PREFIX}/libs + +MAN3= Net::ZooKeeper.3 + +.include <bsd.port.mk> Added: head/devel/p5-Net-ZooKeeper/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Net-ZooKeeper/distinfo Tue Aug 21 20:53:02 2012 (r302899) @@ -0,0 +1,2 @@ +SHA256 (Net-ZooKeeper-0.35.tar.gz) = 9ba5c5f7254544793413b9029e5d420ca141b7ce72fb97ea82d328e2316e9583 +SIZE (Net-ZooKeeper-0.35.tar.gz) = 41722 Added: head/devel/p5-Net-ZooKeeper/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Net-ZooKeeper/pkg-descr Tue Aug 21 20:53:02 2012 (r302899) @@ -0,0 +1,7 @@ +Net::ZooKeeper provides a Perl interface to the synchronous C API +of Apache ZooKeeper. + +ZooKeeper is coordination service for distributed applications and +is a sub-project of the Apache Hadoop project. + +WWW: http://search.cpan.org/dist/Net::ZooKeeper/ Added: head/devel/p5-Net-ZooKeeper/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Net-ZooKeeper/pkg-plist Tue Aug 21 20:53:02 2012 (r302899) @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ZooKeeper/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ZooKeeper/ZooKeeper.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ZooKeeper/ZooKeeper.bs +%%SITE_PERL%%/%%PERL_ARCH%%/Net/ZooKeeper.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ZooKeeper +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ZooKeeper +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208212053.q7LKr33E003827>