View | Details | Raw Unified | Return to bug 265765 | Differences between
and this patch

Collapse All | Expand All

(-)b/textproc/py-extract-msg/Makefile (+27 lines)
Added Link Here
1
PORTNAME=	extract-msg
2
PORTVERSION=	0.36.3
3
CATEGORIES=	textproc python
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
DISTNAME=	extract_msg-${PORTVERSION}
7
8
MAINTAINER=	DtxdF@disroot.org
9
COMMENT=	Extracts emails and attachments saved in MS Outlook's .msg files
10
11
LICENSE=	GPLv3
12
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.11.1:www/py-beautifulsoup@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}chardet>=4.0.0:textproc/py-chardet@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}compressed-rtf>=1.0.6:archivers/py-compressed-rtf@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}ebcdic>=1.1.1:textproc/py-ebcdic@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}imapclient>=2.1.0:mail/py-imapclient@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}olefile>=0.46:devel/py-olefile@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}pytz-deprecation-shim>0:devel/py-pytz-deprecation-shim@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}RTFDE>=0.0.2:textproc/py-RTFDE@${PY_FLAVOR} \
22
		${PYTHON_PKGNAMEPREFIX}tzlocal>=4.2:devel/py-tzlocal@${PY_FLAVOR}
23
24
USES=	python:3.6+
25
USE_PYTHON=	autoplist distutils
26
27
.include <bsd.port.mk>
(-)b/textproc/py-extract-msg/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1662216238
2
SHA256 (extract_msg-0.36.3.tar.gz) = eb5726ecf9f482aec2323dd06250d76dc514c8dc6f87804fb835bd0106e221c8
3
SIZE (extract_msg-0.36.3.tar.gz) = 158680
(-)b/textproc/py-extract-msg/pkg-descr (-1 / +5 lines)
Added Link Here
0
- 
1
msg-extract extracts emails and attachments saved in Microsoft
2
Outlook's .msg files. It automates the extraction of key email data
3
(from, to, cc, date, subject, body) and the email's attachments.
4
5
WWW: https://github.com/TeamMsgExtractor/msg-extractor

Return to bug 265765