diff options
author | zi <zi@FreeBSD.org> | 2014-09-27 00:03:36 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2014-09-27 00:03:36 +0800 |
commit | 06f86c8258dfa37573cf65716903fc1f6f037993 (patch) | |
tree | 2d23335e543b95d1f53b3dd4c6ecba892cfc0311 /devel | |
parent | 303efad592a9613b953943d5fb052a26c166ee42 (diff) | |
download | freebsd-ports-gnome-06f86c8258dfa37573cf65716903fc1f6f037993.tar.gz freebsd-ports-gnome-06f86c8258dfa37573cf65716903fc1f6f037993.tar.zst freebsd-ports-gnome-06f86c8258dfa37573cf65716903fc1f6f037993.zip |
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/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-oletools/Makefile | 16 | ||||
-rw-r--r-- | devel/py-oletools/distinfo | 2 | ||||
-rw-r--r-- | devel/py-oletools/pkg-descr | 6 |
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 96d1541124fe..61eb916e693f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-oletools/Makefile b/devel/py-oletools/Makefile new file mode 100644 index 000000000000..124833e97743 --- /dev/null +++ b/devel/py-oletools/Makefile @@ -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> diff --git a/devel/py-oletools/distinfo b/devel/py-oletools/distinfo new file mode 100644 index 000000000000..5cd4071eb280 --- /dev/null +++ b/devel/py-oletools/distinfo @@ -0,0 +1,2 @@ +SHA256 (oletools-0.06.zip) = 67f037abea421432c3204ff1fc65e583e1421731cfd6f553e026bd4329f9dc26 +SIZE (oletools-0.06.zip) = 232056 diff --git a/devel/py-oletools/pkg-descr b/devel/py-oletools/pkg-descr new file mode 100644 index 000000000000..2a530490ab63 --- /dev/null +++ b/devel/py-oletools/pkg-descr @@ -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/ |