From owner-svn-ports-all@freebsd.org Sat Oct 29 12:07:05 2016 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 29A5CC2656B; Sat, 29 Oct 2016 12:07:05 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E0F1F399; Sat, 29 Oct 2016 12:07:04 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9TC74IN075021; Sat, 29 Oct 2016 12:07:04 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9TC73Dt075017; Sat, 29 Oct 2016 12:07:03 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610291207.u9TC73Dt075017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 29 Oct 2016 12:07:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424907 - in head/devel: . py-cursive 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.23 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: Sat, 29 Oct 2016 12:07:05 -0000 Author: novel Date: Sat Oct 29 12:07:03 2016 New Revision: 424907 URL: https://svnweb.freebsd.org/changeset/ports/424907 Log: Add py-cursive 0.1.1, cursive implements OpenStack-specific validation of digital signatures. PR: 213769 Submitted by: Alexander Nusov Added: head/devel/py-cursive/ head/devel/py-cursive/Makefile (contents, props changed) head/devel/py-cursive/distinfo (contents, props changed) head/devel/py-cursive/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Oct 29 12:06:25 2016 (r424906) +++ head/devel/Makefile Sat Oct 29 12:07:03 2016 (r424907) @@ -4088,6 +4088,7 @@ SUBDIR += py-crcmod SUBDIR += py-ctags SUBDIR += py-cuisine + SUBDIR += py-cursive SUBDIR += py-curtsies SUBDIR += py-cxx SUBDIR += py-cycler Added: head/devel/py-cursive/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cursive/Makefile Sat Oct 29 12:07:03 2016 (r424907) @@ -0,0 +1,28 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= cursive +PORTVERSION= 0.1.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Cursive implements OpenStack-specific validation of digital signatures + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.4:net/py-netifaces \ + ${PYTHON_PKGNAMEPREFIX}lxml>=2.3:devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography \ + ${PYTHON_PKGNAMEPREFIX}castellan>=0.4.0:devel/py-castellan + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-cursive/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cursive/distinfo Sat Oct 29 12:07:03 2016 (r424907) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476648708 +SHA256 (cursive-0.1.1.tar.gz) = 751745b868f6450d928749c9d08b0040bd13f82bcf7c4ed414a57da66b2bc104 +SIZE (cursive-0.1.1.tar.gz) = 18522 Added: head/devel/py-cursive/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cursive/pkg-descr Sat Oct 29 12:07:03 2016 (r424907) @@ -0,0 +1,6 @@ +Cursive implements OpenStack-specific validation of digital signatures. The +cursive project contains code extracted from various OpenStack projects for +verifying digital signatures. Additional capabilities will be added to this +project in support of various security features. + +WWW: https://pypi.python.org/pypi/cursive