From owner-svn-ports-all@FreeBSD.ORG Fri Sep 26 16:03:38 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96FBAEE2; Fri, 26 Sep 2014 16:03:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 683ACF15; Fri, 26 Sep 2014 16:03:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8QG3c80043565; Fri, 26 Sep 2014 16:03:38 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8QG3bLT043558; Fri, 26 Sep 2014 16:03:37 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201409261603.s8QG3bLT043558@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 26 Sep 2014 16:03:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369329 - in head/devel: . py-oletools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2014 16:03:38 -0000 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 +# $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 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/