From owner-svn-ports-head@FreeBSD.ORG Thu Apr 2 17:18:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D3309CB; Thu, 2 Apr 2015 17:18:48 +0000 (UTC) Received: from svn.freebsd.org (svn.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 470543F6; Thu, 2 Apr 2015 17:18:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t32HImR5080894; Thu, 2 Apr 2015 17:18:48 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t32HIk8v080889; Thu, 2 Apr 2015 17:18:46 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201504021718.t32HIk8v080889@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 2 Apr 2015 17:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383029 - in head/security: . py-pyaff4 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.18-1 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: Thu, 02 Apr 2015 17:18:48 -0000 Author: antoine Date: Thu Apr 2 17:18:46 2015 New Revision: 383029 URL: https://svnweb.freebsd.org/changeset/ports/383029 Log: New port: security/py-pyaff4 The Advanced Forensics File format 4 was originally designed and published in "Extending the advanced forensic format to accommodate multiple data sources, logical evidence, arbitrary information and forensic workflow" M.I. Cohen, Simson Garfinkel and Bradley Schatz, digital investigation 6 (2009) S57-S68. The format is an open source format used for the storage of digital evidence and data. WWW: http://www.aff4.org/ Added: head/security/py-pyaff4/ head/security/py-pyaff4/Makefile (contents, props changed) head/security/py-pyaff4/distinfo (contents, props changed) head/security/py-pyaff4/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Apr 2 17:17:59 2015 (r383028) +++ head/security/Makefile Thu Apr 2 17:18:46 2015 (r383029) @@ -815,6 +815,7 @@ SUBDIR += py-plone.session SUBDIR += py-potr SUBDIR += py-pow + SUBDIR += py-pyaff4 SUBDIR += py-pyclamd SUBDIR += py-pycrypto SUBDIR += py-pycryptopp Added: head/security/py-pyaff4/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-pyaff4/Makefile Thu Apr 2 17:18:46 2015 (r383029) @@ -0,0 +1,22 @@ +# Created by: antoine@FreeBSD.org +# $FreeBSD$ + +PORTNAME= PyAFF4 +PORTVERSION= 0.13 +CATEGORIES= security devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Python Advanced Forensic Format Version 4 library + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}intervaltree>=2.0.4:${PORTSDIR}/devel/py-intervaltree \ + ${PYTHON_PKGNAMEPREFIX}python-snappy>=0:${PORTSDIR}/archivers/py-python-snappy \ + ${PYTHON_PKGNAMEPREFIX}rdflib>=4.1:${PORTSDIR}/textproc/py-rdflib + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/security/py-pyaff4/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-pyaff4/distinfo Thu Apr 2 17:18:46 2015 (r383029) @@ -0,0 +1,2 @@ +SHA256 (PyAFF4-0.13.tar.gz) = 57801521bd65ac9d6f1979ce2f6b9c686d1af7256ad458ad795df260c6e45d20 +SIZE (PyAFF4-0.13.tar.gz) = 15881 Added: head/security/py-pyaff4/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-pyaff4/pkg-descr Thu Apr 2 17:18:46 2015 (r383029) @@ -0,0 +1,9 @@ +AFF4 -The Advanced Forensics File Format +The Advanced Forensics File format 4 was originally designed and published in +"Extending the advanced forensic format to accommodate multiple data sources, +logical evidence, arbitrary information and forensic workflow" M.I. Cohen, +Simson Garfinkel and Bradley Schatz, digital investigation 6 (2009) S57-S68. +The format is an open source format used for the storage of digital evidence and +data. + +WWW: http://www.aff4.org/