From owner-svn-ports-all@freebsd.org Thu Sep 24 14:16:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1D63A08930; Thu, 24 Sep 2015 14:16:32 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.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 A974B15BE; Thu, 24 Sep 2015 14:16:32 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8OEGWqd064983; Thu, 24 Sep 2015 14:16:32 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8OEGVZG064976; Thu, 24 Sep 2015 14:16:31 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201509241416.t8OEGVZG064976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 24 Sep 2015 14:16:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397691 - in head/sysutils: . py-cdmi 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.20 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, 24 Sep 2015 14:16:32 -0000 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 +# $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 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