1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

New port: security/py-stix

A Python library for parsing, manipulating, and generating STIX content
WWW: https://github.com/STIXProject/python-stix
This commit is contained in:
Antoine Brodin 2015-04-10 22:25:06 +00:00
parent d9ba59204e
commit dbbb91b27d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383767
4 changed files with 40 additions and 0 deletions

View File

@ -834,6 +834,7 @@
SUBDIR += py-ssh
SUBDIR += py-sslstrip
SUBDIR += py-stem
SUBDIR += py-stix
SUBDIR += py-tlslite
SUBDIR += py-trustedpickle
SUBDIR += py-twistedConch

34
security/py-stix/Makefile Normal file
View File

@ -0,0 +1,34 @@
# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$
PORTNAME= stix
PORTVERSION= 1.1.1.4
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Python library for parsing, manipulating, and generating STIX content
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \
${PYTHON_PKGNAMEPREFIX}lxml>=3.1:${PORTSDIR}/devel/py-lxml \
${PYTHON_PKGNAMEPREFIX}cybox>=2.1.0.9:${PORTSDIR}/security/py-cybox
USES= python:2
USE_PYTHON= distutils autoplist
PORTDOCS= README.rst
PORTEXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (stix-1.1.1.4.tar.gz) = 62d95748a752db0febcc9f3c39e867d1fb3a9ca1ad93a6ebab4e31f0cde18ae4
SIZE (stix-1.1.1.4.tar.gz) = 228202

View File

@ -0,0 +1,3 @@
A Python library for parsing, manipulating, and generating STIX content
WWW: https://github.com/STIXProject/python-stix