notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-RTFDE Library for extracting HTML content from RTF encapsulated HTML
0.1.1 textproc on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.1.0Version of this port present on the latest quarterly branch.
Maintainer: DtxdF@disroot.org search for ports maintained by this maintainer
Port Added: 2022-10-25 18:21:08
Last Update: 2024-02-22 12:31:52
Commit Hash: da5f506
Also Listed In: python
License: LGPL3
WWW:
https://github.com/seamustuohy/RTFDE
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
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>)
  • py39: py39-RTFDE
distinfo:
TIMESTAMP = 1702394408 SHA256 (RTFDE-0.1.1.tar.gz) = 9e43485e79b2dd1018127735d8134f65d2a9d73af314d2a101f10346333b241e SIZE (RTFDE-0.1.1.tar.gz) = 43608

Packages (timestamps in pop-ups are UTC):
py39-RTFDE
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.1.10.1.1-0.1.10.1.1---
FreeBSD:13:quarterly0.1.00.1.0-0.1.00.1.0-0.1.00.1.0
FreeBSD:14:latest0.1.10.1.1-0.1.10.1.1--0.0.2
FreeBSD:14:quarterly0.1.00.1.0-0.1.00.1.0-0.1.00.1.0
FreeBSD:15:latest0.1.10.1.1n/a0.1.0n/a-0.1.0-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-lark>=0.11 : devel/py-lark@py39
  2. py39-oletools>=0.56 : devel/py-oletools@py39
  3. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  4. python3.9 : lang/python39
This port is required by:
for Run
  1. textproc/py-extract-msg

Configuration Options:
No options to configure
Options name:
textproc_py-RTFDE
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/R/RTFDE/
  2. https://pypi.org/packages/source/R/RTFDE/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.1
22 Feb 2024 12:31:52
commit hash: da5f506d29756b1d604cb3691062fd9f021c9edccommit hash: da5f506d29756b1d604cb3691062fd9f021c9edccommit hash: da5f506d29756b1d604cb3691062fd9f021c9edccommit hash: da5f506d29756b1d604cb3691062fd9f021c9edc files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Jesús Daniel Colmenares Oviedo
textproc/py-RTFDE: Update to 0.1.1

ChangeLog: https://github.com/seamustuohy/RTFDE/releases/tag/0.1.1

* Pin RTFDE to lark 1.1.8.
* Exclude test modules from being installed as top level module when building
the wheel from source.
* Remove unnecessary shebang from non-standalone code.
* Updated all licenses to consistently state LGPLv3.
* Updated python version to v3.8 and removed use of v3.9 byte-manipulation
methods.
  - Next major change, when 3.9 is more commonly used, we will push up to 3.9
and revert it forward again.

PR:		275725
0.1.0
13 Aug 2023 09:35:33
commit hash: 165afb379257d6f0b973b23c46c1442ee87bee12commit hash: 165afb379257d6f0b973b23c46c1442ee87bee12commit hash: 165afb379257d6f0b973b23c46c1442ee87bee12commit hash: 165afb379257d6f0b973b23c46c1442ee87bee12 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Jesús Daniel Colmenares Oviedo
textproc/py-RTFDE: Update to 0.1.0

* Remove LXML option (It is a development dependency, so RTFDE does not
  need it to work properly.)

ChangeLog:
https://github.com/seamustuohy/RTFDE/commit/66780b8b1bc708f970de497e6e0c73d6f4a1a377

* Updated to only work with bytes.
* Added far greater unicode support.
* Fixed various whitespace issues.
* Added proper htmlrtf support.
* Added support for extracting (but not parsing binary data).
* Update grammar to be far more explicit when extracting objects.
* Fixes to ensure deencapsulation handles whitespace properly.
* Adds grammar composer to make grammar modifications more clearly
  defined.
* Adding support for surrogates which use raw unicode instead of 16bit
  signed encoding.
* Added better handling of parsing unicode HH replacement chars.

PR:		273063
0.0.2
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
0.0.2
30 Jan 2023 13:02:41
commit hash: 8da29562345b2fc76eeabe4aeff51295dc784923commit hash: 8da29562345b2fc76eeabe4aeff51295dc784923commit hash: 8da29562345b2fc76eeabe4aeff51295dc784923commit hash: 8da29562345b2fc76eeabe4aeff51295dc784923 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
0.0.2
25 Oct 2022 18:19:01
commit hash: f6c58e87095071d9ddd83df70090cd561be7ab9acommit hash: f6c58e87095071d9ddd83df70090cd561be7ab9acommit hash: f6c58e87095071d9ddd83df70090cd561be7ab9acommit hash: f6c58e87095071d9ddd83df70090cd561be7ab9a files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
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: 6