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.

non port: textproc/py-RTFDE/Makefile

Number of commits found: 6

Thursday, 22 Feb 2024
12:31 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
commit hash: da5f506d29756b1d604cb3691062fd9f021c9edc commit hash: da5f506d29756b1d604cb3691062fd9f021c9edc commit hash: da5f506d29756b1d604cb3691062fd9f021c9edc commit hash: da5f506d29756b1d604cb3691062fd9f021c9edc da5f506
Sunday, 13 Aug 2023
09:35 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
commit hash: 165afb379257d6f0b973b23c46c1442ee87bee12 commit hash: 165afb379257d6f0b973b23c46c1442ee87bee12 commit hash: 165afb379257d6f0b973b23c46c1442ee87bee12 commit hash: 165afb379257d6f0b973b23c46c1442ee87bee12 165afb3
Tuesday, 27 Jun 2023
19:34 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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Monday, 30 Jan 2023
13:02 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)
commit hash: 8da29562345b2fc76eeabe4aeff51295dc784923 commit hash: 8da29562345b2fc76eeabe4aeff51295dc784923 commit hash: 8da29562345b2fc76eeabe4aeff51295dc784923 commit hash: 8da29562345b2fc76eeabe4aeff51295dc784923 8da2956
Wednesday, 11 Jan 2023
15:58 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
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Tuesday, 25 Oct 2022
18:19 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
commit hash: f6c58e87095071d9ddd83df70090cd561be7ab9a commit hash: f6c58e87095071d9ddd83df70090cd561be7ab9a commit hash: f6c58e87095071d9ddd83df70090cd561be7ab9a commit hash: f6c58e87095071d9ddd83df70090cd561be7ab9a f6c58e8

Number of commits found: 6