Date: Thu, 30 Jan 2014 21:09:02 +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: r341888 - in head/security: . py-cybox Message-ID: <201401302109.s0UL92K1034552@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Jan 30 21:09:02 2014 New Revision: 341888 URL: http://svnweb.freebsd.org/changeset/ports/341888 QAT: https://qat.redports.org/buildarchive/r341888/ Log: New port: security/py-cybox A Python library for parsing, manipulating, and generating CybOX content. WWW: https://github.com/CybOXProject/python-cybox/ Added: head/security/py-cybox/ head/security/py-cybox/Makefile (contents, props changed) head/security/py-cybox/distinfo (contents, props changed) head/security/py-cybox/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Jan 30 21:04:38 2014 (r341887) +++ head/security/Makefile Thu Jan 30 21:09:02 2014 (r341888) @@ -756,6 +756,7 @@ SUBDIR += py-clamav SUBDIR += py-cracklib SUBDIR += py-cryptkit + SUBDIR += py-cybox SUBDIR += py-ecdsa SUBDIR += py-ed25519ll SUBDIR += py-fail2ban Added: head/security/py-cybox/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-cybox/Makefile Thu Jan 30 21:09:02 2014 (r341888) @@ -0,0 +1,30 @@ +# Created by: Antoine Brodin <antoine@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= cybox +PORTVERSION= 2.1.0.0 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Python library for parsing, manipulating, and generating CybOX content + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}lxml>=3.1:${PORTSDIR}/devel/py-lxml + +USE_PYTHON= 2 +USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST=yes + +PORTDOCS= README.rst + +OPTIONS_DEFINE= DOCS + +post-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> Added: head/security/py-cybox/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-cybox/distinfo Thu Jan 30 21:09:02 2014 (r341888) @@ -0,0 +1,2 @@ +SHA256 (cybox-2.1.0.0.tar.gz) = 1fed80ce5ecdf14da5295db37e49ee6facbee1d7add2ce738c194334de6945a8 +SIZE (cybox-2.1.0.0.tar.gz) = 859689 Added: head/security/py-cybox/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-cybox/pkg-descr Thu Jan 30 21:09:02 2014 (r341888) @@ -0,0 +1,3 @@ +A Python library for parsing, manipulating, and generating CybOX content. + +WWW: https://github.com/CybOXProject/python-cybox/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401302109.s0UL92K1034552>