| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.1.1_1 02 Jun 2025 17:08:39
    |
Rene Ladan (rene)  |
textproc/py-RTFDE: Remove expired port
2025-06-01 textproc/py-RTFDE: Depends on expired devel/py-oletools |
0.1.1_1 31 Mar 2025 20:15:35
    |
Rene Ladan (rene)  |
all: expire consumers of devel/py-oletools on 2025-06-01 |
0.1.1_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
0.1.1 22 Feb 2024 12:31:52
    |
Robert Clausecker (fuz)  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
    |
Robert Clausecker (fuz)  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
    |
Rene Ladan (rene)  |
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
    |
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 |