From owner-svn-ports-all@FreeBSD.ORG Thu Aug 28 03:05:39 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3465722E; Thu, 28 Aug 2014 03:05:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05E5A103E; Thu, 28 Aug 2014 03:05:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7S35c2o056276; Thu, 28 Aug 2014 03:05:38 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7S35cKj056266; Thu, 28 Aug 2014 03:05:38 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201408280305.s7S35cKj056266@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 28 Aug 2014 03:05:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366370 - in head/devel: . py-riak_pb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 03:05:39 -0000 Author: koobs Date: Thu Aug 28 03:05:37 2014 New Revision: 366370 URL: http://svnweb.freebsd.org/changeset/ports/366370 QAT: https://qat.redports.org/buildarchive/r366370/ Log: [NEW] devel/py-riak_pb: Riak Protocol Buffers Messages Message definitions for the Protocol Buffers-based interface to Riak and various Erlang-specific utility modules for the message types. WWW: https://github.com/basho/riak_pb Added: head/devel/py-riak_pb/ head/devel/py-riak_pb/Makefile (contents, props changed) head/devel/py-riak_pb/distinfo (contents, props changed) head/devel/py-riak_pb/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Aug 28 03:05:05 2014 (r366369) +++ head/devel/Makefile Thu Aug 28 03:05:37 2014 (r366370) @@ -3884,6 +3884,7 @@ SUBDIR += py-repoze.xmliter SUBDIR += py-resolver SUBDIR += py-resourcepackage + SUBDIR += py-riak_pb SUBDIR += py-rlcompleter2 SUBDIR += py-robotframework SUBDIR += py-robotframework-pabot Added: head/devel/py-riak_pb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-riak_pb/Makefile Thu Aug 28 03:05:37 2014 (r366370) @@ -0,0 +1,20 @@ +# Created by: Kubilay Kocak +# $FreeBSD$ + +PORTNAME= riak_pb +PORTVERSION= 2.0.0.16 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= koobs@FreeBSD.org +COMMENT= Riak Protocol Buffers Messages + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=2.4.1:${PORTSDIR}/devel/py-protobuf + +USES= python:-2.7 +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-riak_pb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-riak_pb/distinfo Thu Aug 28 03:05:37 2014 (r366370) @@ -0,0 +1,2 @@ +SHA256 (riak_pb-2.0.0.16.tar.gz) = ab8d34e406602aed112657be496691078c91a0010f3c3fa8274769c4f5f7c943 +SIZE (riak_pb-2.0.0.16.tar.gz) = 17168 Added: head/devel/py-riak_pb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-riak_pb/pkg-descr Thu Aug 28 03:05:37 2014 (r366370) @@ -0,0 +1,4 @@ +Message definitions for the Protocol Buffers-based interface to Riak and +various Erlang-specific utility modules for the message types. + +WWW: https://github.com/basho/riak_pb