From owner-svn-ports-head@freebsd.org Tue Sep 20 16:47:31 2016 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 0D309BE29DD; Tue, 20 Sep 2016 16:47:31 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C58A826D; Tue, 20 Sep 2016 16:47:30 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8KGlU7l095395; Tue, 20 Sep 2016 16:47:30 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8KGlTY3095391; Tue, 20 Sep 2016 16:47:29 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201609201647.u8KGlTY3095391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 20 Sep 2016 16:47:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422519 - in head/security: . py-dfdatetime 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.23 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: Tue, 20 Sep 2016 16:47:31 -0000 Author: antoine Date: Tue Sep 20 16:47:29 2016 New Revision: 422519 URL: https://svnweb.freebsd.org/changeset/ports/422519 Log: New port: security/py-dfdatetime dfDateTime, or Digital Forensics date and time, provides date and time objects to preserve accuracy and precision. WWW: https://github.com/log2timeline/dfdatetime Added: head/security/py-dfdatetime/ head/security/py-dfdatetime/Makefile (contents, props changed) head/security/py-dfdatetime/distinfo (contents, props changed) head/security/py-dfdatetime/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Sep 20 16:43:58 2016 (r422518) +++ head/security/Makefile Tue Sep 20 16:47:29 2016 (r422519) @@ -840,6 +840,7 @@ SUBDIR += py-cryptkit SUBDIR += py-cryptography SUBDIR += py-cybox + SUBDIR += py-dfdatetime SUBDIR += py-dfvfs SUBDIR += py-ecdsa SUBDIR += py-ed25519ll Added: head/security/py-dfdatetime/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-dfdatetime/Makefile Tue Sep 20 16:47:29 2016 (r422519) @@ -0,0 +1,24 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= dfdatetime +PORTVERSION= 20160323 +CATEGORIES= security devel python +MASTER_SITES= https://github.com/log2timeline/dfdatetime/releases/download/${PORTVERSION}/ \ + CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Digital Forensics Date and Time + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USES= python +USE_PYTHON= distutils autoplist + +do-test: + @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} run_tests.py) + +.include Added: head/security/py-dfdatetime/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-dfdatetime/distinfo Tue Sep 20 16:47:29 2016 (r422519) @@ -0,0 +1,3 @@ +TIMESTAMP = 1474382627 +SHA256 (dfdatetime-20160323.tar.gz) = 1fa7e4bcd3c5f3ba3745eb61f847c8a09090d4986eb6c71eae37f38458e909e1 +SIZE (dfdatetime-20160323.tar.gz) = 12488 Added: head/security/py-dfdatetime/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-dfdatetime/pkg-descr Tue Sep 20 16:47:29 2016 (r422519) @@ -0,0 +1,4 @@ +dfDateTime, or Digital Forensics date and time, provides date and time +objects to preserve accuracy and precision. + +WWW: https://github.com/log2timeline/dfdatetime