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
Port details
py-fontfeatures Python library for manipulating OpenType font features
1.8.0_1 x11-fonts on this many watch lists=2 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 1.8.0_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-12-30 09:12:10
Last Update: 2024-11-06 15:17:35
Commit Hash: 6e2da96
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/simoncozens/fontFeatures
Description:
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.
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}fontfeatures>0:x11-fonts/py-fontfeatures@${PY_FLAVOR}
To install the port:
cd /usr/ports/x11-fonts/py-fontfeatures/ && make install clean
To add the package, run one of these commands:
  • pkg install x11-fonts/py-fontfeatures
  • pkg install py311-fontfeatures
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 py311-fontfeatures listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-fontfeatures
Package flavors (<flavor>: <package>)
  • py311: py311-fontfeatures
distinfo:
TIMESTAMP = 1691070194 SHA256 (fontFeatures-1.8.0.tar.gz) = 5cb243f752325148de4aa7615857c8aaff722123dc6d4e1b811bd71134873a26 SIZE (fontFeatures-1.8.0.tar.gz) = 1234846

Packages (timestamps in pop-ups are UTC):
py39-fontfeatures
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly-----1.8.01.8.01.8.0
FreeBSD:14:latest--------
FreeBSD:14:quarterly-----1.8.01.8.01.8.0
FreeBSD:15:latest--n/a-n/a1.8.01.8.01.8.0
 

py311-fontfeatures
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.8.0_11.8.0_1-1.8.0_11.8.0_1---
FreeBSD:13:quarterly1.8.0_11.8.0_1-1.8.0_11.8.0_1---
FreeBSD:14:latest1.8.0_11.8.0_1-1.8.0_11.8.0_1---
FreeBSD:14:quarterly1.8.0_11.8.0_1-1.8.0_11.8.0_1---
FreeBSD:15:latest1.8.0_11.8.0_1n/a1.8.0_1n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=0 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-fonttools>=4.28.0 : print/py-fonttools@py311
  2. py311-fs2>=0 : filesystems/py-fs2@py311
  3. py311-lxml>=0 : devel/py-lxml@py311
  4. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
x11-fonts_py-fontfeatures
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/f/fontFeatures/
  2. https://pypi.org/packages/source/f/fontFeatures/
Collapse this list.

Number of commits found: 8

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.8.0_1
06 Nov 2024 15:17:35
commit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9d files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
filesystems: add new category for file systems and related utilities

The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.

Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.

Approved by:	portmgr (rene)
Reviewed by:	mat
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/302
PR:		281988
1.8.0_1
23 Mar 2024 14:49:39
commit hash: 31b294cd1770f252545e7f21544b995ec1d006c1commit hash: 31b294cd1770f252545e7f21544b995ec1d006c1commit hash: 31b294cd1770f252545e7f21544b995ec1d006c1commit hash: 31b294cd1770f252545e7f21544b995ec1d006c1 files touched by this commit
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
1.8.0
16 Aug 2023 18:25:45
commit hash: 1c0ebfcedfc13954dfdf8a4ff8c60136949b3378commit hash: 1c0ebfcedfc13954dfdf8a4ff8c60136949b3378commit hash: 1c0ebfcedfc13954dfdf8a4ff8c60136949b3378commit hash: 1c0ebfcedfc13954dfdf8a4ff8c60136949b3378 files touched by this commit
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
1.7.4_1
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>
1.7.4_1
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
1.7.4
30 Jan 2023 13:00:28
commit hash: d9df0c5718fe83f4edbab42e85b6ae3854def1b2commit hash: d9df0c5718fe83f4edbab42e85b6ae3854def1b2commit hash: d9df0c5718fe83f4edbab42e85b6ae3854def1b2commit hash: d9df0c5718fe83f4edbab42e85b6ae3854def1b2 files touched by this commit
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
1.7.3
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
1.7.3
30 Dec 2022 09:04:01
commit hash: 5400271f1c6e2a76e5b1b073feb2f6db4d8fe76acommit hash: 5400271f1c6e2a76e5b1b073feb2f6db4d8fe76acommit hash: 5400271f1c6e2a76e5b1b073feb2f6db4d8fe76acommit hash: 5400271f1c6e2a76e5b1b073feb2f6db4d8fe76a files touched by this commit
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.

Number of commits found: 8