diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-07-25 17:04:23 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-07-25 17:04:23 +0000 |
commit | b3a75009e5cfc8ea581e2ffec2e4cc1b9cab877b (patch) | |
tree | faffef1323beb98bd0c25752b949645a23e748a5 /security | |
parent | b1a0a86a72f69a4911e8d974528f828eaf75893d (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/py-artifacts/Makefile | 22 | ||||
-rw-r--r-- | security/py-artifacts/distinfo | 2 | ||||
-rw-r--r-- | security/py-artifacts/pkg-descr | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index f3a62429ed44..627f6c81367b 100644 --- a/security/Makefile +++ b/security/Makefile @@ -780,6 +780,7 @@ SUBDIR += py-Products.PluggableAuthService SUBDIR += py-RestrictedPython SUBDIR += py-SecretStorage + SUBDIR += py-artifacts SUBDIR += py-bcrypt SUBDIR += py-borg.localrole SUBDIR += py-cerealizer diff --git a/security/py-artifacts/Makefile b/security/py-artifacts/Makefile new file mode 100644 index 000000000000..a400747dcc77 --- /dev/null +++ b/security/py-artifacts/Makefile @@ -0,0 +1,22 @@ +# Created by: Antoine Brodin <antoine@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= artifacts +PORTVERSION= 20150409 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP \ + LOCAL/antoine +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= ForensicArtifacts.com Artifact Repository + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:${PORTSDIR}/devel/py-yaml + +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> diff --git a/security/py-artifacts/distinfo b/security/py-artifacts/distinfo new file mode 100644 index 000000000000..65f6c4feb9ae --- /dev/null +++ b/security/py-artifacts/distinfo @@ -0,0 +1,2 @@ +SHA256 (artifacts-20150409.tar.gz) = 59f99a01e65d9fd96f97d7d7ba4eb53b9f3d56945dd8f3af6e02aeb964adaef8 +SIZE (artifacts-20150409.tar.gz) = 24936 diff --git a/security/py-artifacts/pkg-descr b/security/py-artifacts/pkg-descr new file mode 100644 index 000000000000..a08d152f317e --- /dev/null +++ b/security/py-artifacts/pkg-descr @@ -0,0 +1,4 @@ +A free, community-sourced, machine-readable knowledge base of forensic artifacts +that the world can use both as an information source and within other tools. + +WWW: https://github.com/ForensicArtifacts/artifacts |