svn commit: r366370 - in head/devel: . py-riak_pb
Kubilay Kocak
koobs at FreeBSD.org
Thu Aug 28 03:05:39 UTC 2014
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 <koobs at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= riak_pb
+PORTVERSION= 2.0.0.16
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= koobs at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list