Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2016 16:47:29 +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: r422519 - in head/security: . py-dfdatetime
Message-ID:  <201609201647.u8KGlTY3095391@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <antoine@FreeBSD.org>
+# $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 <bsd.port.mk>

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



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