Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jul 2015 17:04:24 +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: r392898 - in head/security: . py-artifacts
Message-ID:  <201507251704.t6PH4Oaw038846@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jul 25 17:04:23 2015
New Revision: 392898
URL: https://svnweb.freebsd.org/changeset/ports/392898

Log:
  New port: security/py-artifacts
  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

Added:
  head/security/py-artifacts/
  head/security/py-artifacts/Makefile   (contents, props changed)
  head/security/py-artifacts/distinfo   (contents, props changed)
  head/security/py-artifacts/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sat Jul 25 16:30:23 2015	(r392897)
+++ head/security/Makefile	Sat Jul 25 17:04:23 2015	(r392898)
@@ -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

Added: head/security/py-artifacts/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-artifacts/Makefile	Sat Jul 25 17:04:23 2015	(r392898)
@@ -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>

Added: head/security/py-artifacts/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-artifacts/distinfo	Sat Jul 25 17:04:23 2015	(r392898)
@@ -0,0 +1,2 @@
+SHA256 (artifacts-20150409.tar.gz) = 59f99a01e65d9fd96f97d7d7ba4eb53b9f3d56945dd8f3af6e02aeb964adaef8
+SIZE (artifacts-20150409.tar.gz) = 24936

Added: head/security/py-artifacts/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-artifacts/pkg-descr	Sat Jul 25 17:04:23 2015	(r392898)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507251704.t6PH4Oaw038846>