FreeBSD Bugzilla – Attachment 236334 Details for
Bug 265765
[NEW PORT] textproc/py-extract-msg: Extracts emails and attachments saved in MS Outlook's .msg files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 0.36.3
0001-textproc-py-extract-msg-new-port.patch (text/plain), 2.96 KB, created by
Jesús Daniel Colmenares Oviedo
on 2022-09-03 15:20:47 UTC
(
hide
)
Description:
Update to 0.36.3
Filename:
MIME Type:
Creator:
Jesús Daniel Colmenares Oviedo
Created:
2022-09-03 15:20:47 UTC
Size:
2.96 KB
patch
obsolete
>From a002584c499765436fe893e275c8d2fdbd44b9e8 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= > <DtxdF@disroot.org> >Date: Sat, 3 Sep 2022 11:13:45 -0400 >Subject: [PATCH] textproc/py-extract-msg: new port > >msg-extract extracts emails and attachments saved in Microsoft >Outlook's .msg files. It automates the extraction of key email data >(from, to, cc, date, subject, body) and the email's attachments. > >WWW: https://github.com/TeamMsgExtractor/msg-extractor >--- > textproc/py-extract-msg/Makefile | 27 +++++++++++++++++++++++++++ > textproc/py-extract-msg/distinfo | 3 +++ > textproc/py-extract-msg/pkg-descr | 5 +++++ > 3 files changed, 35 insertions(+) > create mode 100644 textproc/py-extract-msg/Makefile > create mode 100644 textproc/py-extract-msg/distinfo > create mode 100644 textproc/py-extract-msg/pkg-descr > >diff --git a/textproc/py-extract-msg/Makefile b/textproc/py-extract-msg/Makefile >new file mode 100644 >index 000000000..2640a55d9 >--- /dev/null >+++ b/textproc/py-extract-msg/Makefile >@@ -0,0 +1,27 @@ >+PORTNAME= extract-msg >+PORTVERSION= 0.36.3 >+CATEGORIES= textproc python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+DISTNAME= extract_msg-${PORTVERSION} >+ >+MAINTAINER= DtxdF@disroot.org >+COMMENT= Extracts emails and attachments saved in MS Outlook's .msg files >+ >+LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.11.1:www/py-beautifulsoup@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}chardet>=4.0.0:textproc/py-chardet@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}compressed-rtf>=1.0.6:archivers/py-compressed-rtf@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}ebcdic>=1.1.1:textproc/py-ebcdic@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}imapclient>=2.1.0:mail/py-imapclient@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}olefile>=0.46:devel/py-olefile@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pytz-deprecation-shim>0:devel/py-pytz-deprecation-shim@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}RTFDE>=0.0.2:textproc/py-RTFDE@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}tzlocal>=4.2:devel/py-tzlocal@${PY_FLAVOR} >+ >+USES= python:3.6+ >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> >diff --git a/textproc/py-extract-msg/distinfo b/textproc/py-extract-msg/distinfo >new file mode 100644 >index 000000000..2bfb37556 >--- /dev/null >+++ b/textproc/py-extract-msg/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1662216238 >+SHA256 (extract_msg-0.36.3.tar.gz) = eb5726ecf9f482aec2323dd06250d76dc514c8dc6f87804fb835bd0106e221c8 >+SIZE (extract_msg-0.36.3.tar.gz) = 158680 >diff --git a/textproc/py-extract-msg/pkg-descr b/textproc/py-extract-msg/pkg-descr >new file mode 100644 >index 000000000..07af0a94d >--- /dev/null >+++ b/textproc/py-extract-msg/pkg-descr >@@ -0,0 +1,5 @@ >+msg-extract extracts emails and attachments saved in Microsoft >+Outlook's .msg files. It automates the extraction of key email data >+(from, to, cc, date, subject, body) and the email's attachments. >+ >+WWW: https://github.com/TeamMsgExtractor/msg-extractor >-- >2.37.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 265765
:
235831
|
236295
|
236334
|
236769