svn commit: r369329 - in head/devel: . py-oletools

Ryan Steinmetz zi at FreeBSD.org
Fri Sep 26 16:03:38 UTC 2014


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	oletools
+PORTVERSION=	0.06
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	python at 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/


More information about the svn-ports-head mailing list