From owner-svn-ports-head@freebsd.org Sat Jul 25 17:04:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6B949AB07B; Sat, 25 Jul 2015 17:04:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A56CC60; Sat, 25 Jul 2015 17:04:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PH4PUE038850; Sat, 25 Jul 2015 17:04:25 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PH4Oaw038846; Sat, 25 Jul 2015 17:04:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507251704.t6PH4Oaw038846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 25 Jul 2015 17:04:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392898 - in head/security: . py-artifacts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jul 2015 17:04:25 -0000 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 +# $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 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