Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2014 16:03:37 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369329 - in head/devel: . py-oletools
Message-ID:  <201409261603.s8QG3bLT043558@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Fri Sep 26 16:03:36 2014
New Revision: 369329
URL: http://svnweb.freebsd.org/changeset/ports/369329
QAT: https://qat.redports.org/buildarchive/r369329/

Log:
  New port: devel/py-oletools:
  
  Python tools to analyze security characteristics of MS OLE2 files (also called
  Structured Storage, Compound File Binary Format or Compound Document File
  Format), such as Microsoft Office documents, for Malware Analysis and Incident
  Response.
  
  WWW: https://pypi.python.org/pypi/oletools/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Sep 26 16:00:41 2014	(r369328)
+++ head/devel/Makefile	Fri Sep 26 16:03:36 2014	(r369329)
@@ -3797,6 +3797,7 @@
     SUBDIR += py-ode
     SUBDIR += py-odfpy
     SUBDIR += py-olefileio_pl
+    SUBDIR += py-oletools
     SUBDIR += py-omnijson
     SUBDIR += py-omniorb
     SUBDIR += py-optik

Added: head/devel/py-oletools/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-oletools/Makefile	Fri Sep 26 16:03:36 2014	(r369329)
@@ -0,0 +1,16 @@
+# Created by: Ryan Steinmetz <zi@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	oletools
+PORTVERSION=	0.06
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	python@FreeBSD.org
+COMMENT=	Tools to analyze security characteristics of MS OLE2 files
+
+USES=		python zip
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/devel/py-oletools/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-oletools/distinfo	Fri Sep 26 16:03:36 2014	(r369329)
@@ -0,0 +1,2 @@
+SHA256 (oletools-0.06.zip) = 67f037abea421432c3204ff1fc65e583e1421731cfd6f553e026bd4329f9dc26
+SIZE (oletools-0.06.zip) = 232056

Added: head/devel/py-oletools/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-oletools/pkg-descr	Fri Sep 26 16:03:36 2014	(r369329)
@@ -0,0 +1,6 @@
+Python tools to analyze security characteristics of MS OLE2 files (also called
+Structured Storage, Compound File Binary Format or Compound Document File
+Format), such as Microsoft Office documents, for Malware Analysis and Incident
+Response.
+
+WWW: https://pypi.python.org/pypi/oletools/



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