svn commit: r302899 - in head/devel: . p5-Net-ZooKeeper

Steven Kreuzer skreuzer at FreeBSD.org
Tue Aug 21 20:53:03 UTC 2012


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 at FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	Net-ZooKeeper
+PORTVERSION=	0.35
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	skreuzer at 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 @@
+ at 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
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ZooKeeper
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ZooKeeper
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net



More information about the svn-ports-all mailing list