Date: Wed, 12 Dec 2018 21:01:51 +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: r487325 - in head/security: . py-msoffcrypto-tool Message-ID: <201812122101.wBCL1pBI078030@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Dec 12 21:01:51 2018 New Revision: 487325 URL: https://svnweb.freebsd.org/changeset/ports/487325 Log: New port: security/py-msoffcrypto-tool msoffcrypto-tool (formerly ms-offcrypto-tool) is a Python tool and library for decrypting encrypted MS Office files with password, intermediate key, or private key which generated its escrow key. WWW: https://github.com/nolze/msoffcrypto-tool Added: head/security/py-msoffcrypto-tool/ head/security/py-msoffcrypto-tool/Makefile (contents, props changed) head/security/py-msoffcrypto-tool/distinfo (contents, props changed) head/security/py-msoffcrypto-tool/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Dec 12 20:48:30 2018 (r487324) +++ head/security/Makefile Wed Dec 12 21:01:51 2018 (r487325) @@ -981,6 +981,7 @@ SUBDIR += py-mhash SUBDIR += py-mixbox SUBDIR += py-mnemonic + SUBDIR += py-msoffcrypto-tool SUBDIR += py-netmiko SUBDIR += py-ntlm-auth SUBDIR += py-oauth2client Added: head/security/py-msoffcrypto-tool/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-msoffcrypto-tool/Makefile Wed Dec 12 21:01:51 2018 (r487325) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= msoffcrypto-tool +PORTVERSION= 4.6.3 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Python tool and library for decrypting MS Office files + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.3:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}olefile>=0.45:devel/py-olefile@${PY_FLAVOR} + +NO_ARCH= yes +USES= python +USE_PYTHON= concurrent distutils autoplist + +.include <bsd.port.mk> Added: head/security/py-msoffcrypto-tool/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-msoffcrypto-tool/distinfo Wed Dec 12 21:01:51 2018 (r487325) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544647358 +SHA256 (msoffcrypto-tool-4.6.3.tar.gz) = d97b14314c9a744b94abdfa7f623af4fccdaf9d34cdb173acaf38351e18a9a39 +SIZE (msoffcrypto-tool-4.6.3.tar.gz) = 16068 Added: head/security/py-msoffcrypto-tool/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-msoffcrypto-tool/pkg-descr Wed Dec 12 21:01:51 2018 (r487325) @@ -0,0 +1,5 @@ +msoffcrypto-tool (formerly ms-offcrypto-tool) is a Python tool and library for +decrypting encrypted MS Office files with password, intermediate key, or +private key which generated its escrow key. + +WWW: https://github.com/nolze/msoffcrypto-tool
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812122101.wBCL1pBI078030>