Port details |
- py-gfsubsets Codepoint definitions for the Google Fonts subsetter
- 2024.9.25 x11-fonts =2 2024.5.9Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-02-21 15:19:49
- Last Update: 2024-09-30 13:36:40
- Commit Hash: 10cd15e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/googlefonts/nam-files
- Description:
- This is the collection of nam files (codepoint subsets) that are used to subset
fonts before serving on the Google Fonts CSS API.
The Python module gfsubsets provides an interface to these subset definitions.
It exports the following functions:
- CodepointsInFont(filename): Lists the Unicode codepoints supported by the font
- ListSubsets(): Returns the name of all defined subsets.
- SubsetsForCodepoint(cp): Returns the names of all subsets including the
codepoint.
- SubsetForCodepoint(cp): Returns the name of the "most relevant" subset
including the codepoint.
- CodepointsInSubset(subset): Returns a set of codepoints included in the
subset.
- SubsetsInFont(filename, min_pct, ext_min_pct): Returns the name of subsets
"well" supported by a font.
- ¦ ¦ ¦ ¦
- 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}gfsubsets>0:x11-fonts/py-gfsubsets@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/x11-fonts/py-gfsubsets/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-fonts/py-gfsubsets
- pkg install py311-gfsubsets
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-gfsubsets listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-gfsubsets
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1727314612
SHA256 (gfsubsets-2024.9.25.tar.gz) = 8c4b8804d43cf4b7b745b9345b83cb97d2c4eeb3f421c13a440cf27e165bee56
SIZE (gfsubsets-2024.9.25.tar.gz) = 1401903
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=61.0 : devel/py-setuptools@py311
- py311-setuptools-scm>=8.0 : devel/py-setuptools-scm@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- print/py-fontbakery
Configuration Options:
- No options to configure
- Options name:
- x11-fonts_py-gfsubsets
- USES:
- python:3.9+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2024.9.25 30 Sep 2024 13:36:40 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/py-gfsubsets: Update to 2024.9.25
Changes: https://github.com/googlefonts/nam-files/releases |
2024.5.9 19 May 2024 17:16:01 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/py-gfsubsets: Update to 2024.5.9
Changes: https://github.com/googlefonts/nam-files/releases |
2024.2.5 31 Mar 2024 03:08:13 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/py-gfsubsets: Update version requirement of BUILD_DEPENDS |
2024.2.5 29 Feb 2024 07:18:32 |
Charlie Li (vishwin) |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
2024.2.5 21 Feb 2024 15:06:11 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/py-gfsubsets: Add py-gfsubsets 2024.2.5
This is the collection of nam files (codepoint subsets) that are used to subset
fonts before serving on the Google Fonts CSS API.
The Python module gfsubsets provides an interface to these subset definitions.
It exports the following functions:
- CodepointsInFont(filename): Lists the Unicode codepoints supported by the font
- ListSubsets(): Returns the name of all defined subsets.
- SubsetsForCodepoint(cp): Returns the names of all subsets including the
codepoint.
- SubsetForCodepoint(cp): Returns the name of the "most relevant" subset
including the codepoint.
- CodepointsInSubset(subset): Returns a set of codepoints included in the
subset.
- SubsetsInFont(filename, min_pct, ext_min_pct): Returns the name of subsets
"well" supported by a font. |
Number of commits found: 5
|