Date: Thu, 24 Sep 2015 14:16:31 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397691 - in head/sysutils: . py-cdmi Message-ID: <201509241416.t8OEGVZG064976@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Thu Sep 24 14:16:30 2015 New Revision: 397691 URL: https://svnweb.freebsd.org/changeset/ports/397691 Log: sysutils/py-cdmi: CDMI for OpenStack's Swift A Python egg that adds support for the CDMI protocol to OpenStack Swift. WWW: https://github.com/osaddon/cdmi Added: head/sysutils/py-cdmi/ head/sysutils/py-cdmi/Makefile (contents, props changed) head/sysutils/py-cdmi/distinfo (contents, props changed) head/sysutils/py-cdmi/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Sep 24 13:47:29 2015 (r397690) +++ head/sysutils/Makefile Thu Sep 24 14:16:30 2015 (r397691) @@ -759,6 +759,7 @@ SUBDIR += py-XenAPI SUBDIR += py-analyzemft SUBDIR += py-bcfg2 + SUBDIR += py-cdmi SUBDIR += py-croniter SUBDIR += py-crontab SUBDIR += py-danzfs Added: head/sysutils/py-cdmi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-cdmi/Makefile Thu Sep 24 14:16:30 2015 (r397691) @@ -0,0 +1,25 @@ +# Created by: William Grzybowski <wg@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= cdmi +PORTVERSION= 1.0 +CATEGORIES= sysutils python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= CDMI on OpenStack Swift implementation + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}swift>0:${PORTSDIR}/databases/py-swift \ + ${PYTHON_PKGNAMEPREFIX}webob>0:${PORTSDIR}/www/py-webob + +USE_GITHUB= yes +GH_ACCOUNT= osaddon +GH_TAGNAME= f0e3ad9 + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/sysutils/py-cdmi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-cdmi/distinfo Thu Sep 24 14:16:30 2015 (r397691) @@ -0,0 +1,2 @@ +SHA256 (osaddon-cdmi-1.0-f0e3ad9_GH0.tar.gz) = 20901c38eae81d1bab9569713ad5a5d210300487658c6ce686b0e0eb7b4fe998 +SIZE (osaddon-cdmi-1.0-f0e3ad9_GH0.tar.gz) = 38619 Added: head/sysutils/py-cdmi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-cdmi/pkg-descr Thu Sep 24 14:16:30 2015 (r397691) @@ -0,0 +1,5 @@ +CDMI for OpenStack's Swift + +A Python egg that adds support for the CDMI protocol to OpenStack Swift. + +WWW: https://github.com/osaddon/cdmi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509241416.t8OEGVZG064976>