svn commit: r397691 - in head/sysutils: . py-cdmi

William Grzybowski wg at FreeBSD.org
Thu Sep 24 14:16:32 UTC 2015


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	cdmi
+PORTVERSION=	1.0
+CATEGORIES=	sysutils python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	wg at 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


More information about the svn-ports-all mailing list