Date: Mon, 7 Nov 2016 13:02:18 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425619 - in head/security: . py-mixbox Message-ID: <201611071302.uA7D2IOU039177@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Nov 7 13:02:18 2016 New Revision: 425619 URL: https://svnweb.freebsd.org/changeset/ports/425619 Log: New port: security/py-mixbox A library of common code leveraged by python-cybox, python-maec, and python-stix. WWW: https://github.com/CybOXProject/mixbox Added: head/security/py-mixbox/ head/security/py-mixbox/Makefile (contents, props changed) head/security/py-mixbox/distinfo (contents, props changed) head/security/py-mixbox/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Nov 7 12:51:29 2016 (r425618) +++ head/security/Makefile Mon Nov 7 13:02:18 2016 (r425619) @@ -870,6 +870,7 @@ SUBDIR += py-maec SUBDIR += py-mcrypt SUBDIR += py-mhash + SUBDIR += py-mixbox SUBDIR += py-oauth2client SUBDIR += py-oauthlib SUBDIR += py-openssl Added: head/security/py-mixbox/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-mixbox/Makefile Mon Nov 7 13:02:18 2016 (r425619) @@ -0,0 +1,29 @@ +# Created by: Antoine Brodin <antoine@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mixbox +PORTVERSION= 1.0.1 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Utility library for cybox, maec, and stix + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}ordered-set>=0:devel/py-ordered-set + +NO_ARCH= yes +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 3400 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}weakrefmethod>=1.0.3:devel/py-weakrefmethod +.endif + +.include <bsd.port.post.mk> Added: head/security/py-mixbox/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-mixbox/distinfo Mon Nov 7 13:02:18 2016 (r425619) @@ -0,0 +1,3 @@ +TIMESTAMP = 1477212259 +SHA256 (mixbox-1.0.1.tar.gz) = 4256ba29f9e629a300b91530871e8dc6ed576d7648f757ce6a990c8cabc1a0be +SIZE (mixbox-1.0.1.tar.gz) = 39781 Added: head/security/py-mixbox/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-mixbox/pkg-descr Mon Nov 7 13:02:18 2016 (r425619) @@ -0,0 +1,4 @@ +A library of common code leveraged by python-cybox, python-maec, and +python-stix. + +WWW: https://github.com/CybOXProject/mixbox
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611071302.uA7D2IOU039177>