From owner-svn-ports-all@freebsd.org Tue Apr 4 14:07:36 2017 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 64874D2D666; Tue, 4 Apr 2017 14:07:36 +0000 (UTC) (envelope-from feld@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 1E04E6BA; Tue, 4 Apr 2017 14:07:36 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v34E7Z7R006370; Tue, 4 Apr 2017 14:07:35 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v34E7Y7e006366; Tue, 4 Apr 2017 14:07:34 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201704041407.v34E7Y7e006366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 4 Apr 2017 14:07:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437736 - in head/devel: . py-libtaxii 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: Tue, 04 Apr 2017 14:07:36 -0000 Author: feld Date: Tue Apr 4 14:07:34 2017 New Revision: 437736 URL: https://svnweb.freebsd.org/changeset/ports/437736 Log: A Python library for handling TAXII Messages and invoking TAXII Services. WWW: https://pypi.python.org/pypi/libtaxii/ Added: head/devel/py-libtaxii/ head/devel/py-libtaxii/Makefile (contents, props changed) head/devel/py-libtaxii/distinfo (contents, props changed) head/devel/py-libtaxii/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Apr 4 14:06:51 2017 (r437735) +++ head/devel/Makefile Tue Apr 4 14:07:34 2017 (r437736) @@ -4393,6 +4393,7 @@ SUBDIR += py-liblarch SUBDIR += py-libpeas SUBDIR += py-libplist + SUBDIR += py-libtaxii SUBDIR += py-libtmux SUBDIR += py-libusb1 SUBDIR += py-libusb115 Added: head/devel/py-libtaxii/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-libtaxii/Makefile Tue Apr 4 14:07:34 2017 (r437736) @@ -0,0 +1,24 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= libtaxii +PORTVERSION= 1.1.110 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= feld@FreeBSD.org +COMMENT= Python library for handling TAXII Messages and invoking TAXII Services + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.3:devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4.1:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six + +NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python + +.include Added: head/devel/py-libtaxii/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-libtaxii/distinfo Tue Apr 4 14:07:34 2017 (r437736) @@ -0,0 +1,3 @@ +TIMESTAMP = 1491314418 +SHA256 (libtaxii-1.1.110.tar.gz) = 422cc44859877aad71d3a56bc708a773d027274208acfa6a358562b8e2ce5a3d +SIZE (libtaxii-1.1.110.tar.gz) = 115199 Added: head/devel/py-libtaxii/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-libtaxii/pkg-descr Tue Apr 4 14:07:34 2017 (r437736) @@ -0,0 +1,3 @@ +A Python library for handling TAXII Messages and invoking TAXII Services. + +WWW: https://pypi.python.org/pypi/libtaxii/