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: x11-fonts/py-fontfeatures/Makefile

Number of commits found: 7

Saturday, 23 Mar 2024
14:49 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
x11-fonts/py-fontfeatures: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
commit hash: 31b294cd1770f252545e7f21544b995ec1d006c1 commit hash: 31b294cd1770f252545e7f21544b995ec1d006c1 commit hash: 31b294cd1770f252545e7f21544b995ec1d006c1 commit hash: 31b294cd1770f252545e7f21544b995ec1d006c1 31b294c
Wednesday, 16 Aug 2023
18:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
x11-fonts/py-fontfeatures: Update to 1.8.0

Changes:	https://github.com/simoncozens/fontFeatures/commits/master
commit hash: 1c0ebfcedfc13954dfdf8a4ff8c60136949b3378 commit hash: 1c0ebfcedfc13954dfdf8a4ff8c60136949b3378 commit hash: 1c0ebfcedfc13954dfdf8a4ff8c60136949b3378 commit hash: 1c0ebfcedfc13954dfdf8a4ff8c60136949b3378 1c0ebfc
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
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Monday, 30 Jan 2023
13:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
x11-fonts/py-fontfeatures: Update to 1.7.4

Changes:	https://github.com/simoncozens/fontFeatures/commits/master
commit hash: d9df0c5718fe83f4edbab42e85b6ae3854def1b2 commit hash: d9df0c5718fe83f4edbab42e85b6ae3854def1b2 commit hash: d9df0c5718fe83f4edbab42e85b6ae3854def1b2 commit hash: d9df0c5718fe83f4edbab42e85b6ae3854def1b2 d9df0c5
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
Friday, 30 Dec 2022
09:04 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
x11-fonts/py-fontfeatures: Add py-fontfeatures 1.7.3

OpenType fonts are "programmed" using features, which are normally authored in
Adobe's feature file format. This like source code to a computer program: it's a
user-friendly, but computer-unfriendly, way to represent the features.

Inside a font, the features are compiled in an efficient internal format. This
is like the binary of a computer program: computers can use it, but they can't
do else anything with it, and people can't read it.

The purpose of this library is to provide a middle ground for representing
features in a machine-manipulable format, kind of like the abstract syntax tree
of a computer programmer. This is so that:
- features can be represented in a structured human-readable and
  machine-readable way, analogous to the XML files of the Unified Font Object
  format.
- features can be more directly authored by programs (such as font editors),
  rather than them having to output AFDKO feature file format.
- features can be easily manipulated by programs - for example, features from
  two files merged together, or lookups moved between languages.
commit hash: 5400271f1c6e2a76e5b1b073feb2f6db4d8fe76a commit hash: 5400271f1c6e2a76e5b1b073feb2f6db4d8fe76a commit hash: 5400271f1c6e2a76e5b1b073feb2f6db4d8fe76a commit hash: 5400271f1c6e2a76e5b1b073feb2f6db4d8fe76a 5400271

Number of commits found: 7