Port details |
- py-RTFDE Library for extracting HTML content from RTF encapsulated HTML
- 0.0.2 textproc
=0 Version of this port present on the latest quarterly branch. - Maintainer: DtxdF@disroot.org
 - Port Added: 2022-10-25 18:21:08
- Last Update: 2023-01-30 13:02:41
- Commit Hash: 8da2956
- Also Listed In: python
- License: LGPL3
- Description:
- RTFDE is a python3 library for extracting encapsulated HTML & plain
text content from the RTF bodies of .msg files.
De-encapsulation enables previously encapsulated HTML and plain
text content to be extracted and rendered as HTML and plain text
instead of the encapsulating RTF content. After de-encapsulation,
the HTML and plain text should differ only minimally from the
original HTML or plain text content.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}RTFDE>0:textproc/py-RTFDE@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-RTFDE/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-RTFDE
- pkg install py39-RTFDE
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-RTFDE listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-RTFDE
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1659984075
SHA256 (RTFDE-0.0.2.tar.gz) = b86b5d734950fe8745a5b89133f50554252dbd67c6d1b9265e23ee140e7ea8a2
SIZE (RTFDE-0.0.2.tar.gz) = 18891
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-lark>=0.11 : devel/py-lark@py39
- py39-oletools>=0.56 : devel/py-oletools@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- textproc/py-extract-msg
Configuration Options:
- ===> The following configuration options are available for py39-RTFDE-0.0.2:
LXML=off: Pythonic binding for the libxml2 and libxslt libraries
===> Use 'make config' to modify these settings
- Options name:
- textproc_py-RTFDE
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2017-11-30
Affects: */py* Author: mat@FreeBSD.org Reason:
Ports using Python via USES=python are now flavored. All the py3-* ports
have been removed and folded into their py-* master ports.
People using Poudriere 3.2+ and binary packages do not have to do anything.
For other people, to build the Python 3.6 version of, for example,
databases/py-gdbm, you need to run:
# make FLAVOR=py36 install
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.2 30 Jan 2023 13:02:41
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-RTFDE: Add NO_ARCH
- While I'm here, fix indent
Approved by: portmgr (blanket) |
0.0.2 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.0.2 25 Oct 2022 18:19:01
    |
Li-Wen Hsu (lwhsu)  Author: Jesús Daniel Colmenares Oviedo |
Add textproc/py-RTFDE: Library for extracting HTML content from RTF encapsulated
HTML
RTFDE is a python3 library for extracting encapsulated HTML & plain
text content from the RTF bodies of .msg files.
De-encapsulation enables previously encapsulated HTML and plain
text content to be extracted and rendered as HTML and plain text
instead of the encapsulating RTF content. After de-encapsulation,
the HTML and plain text should differ only minimally from the
original HTML or plain text content.
WWW: https://github.com/seamustuohy/RTFDE
PR: 265764 |
Number of commits found: 3
|