1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

x11-fonts/py-FindSystemFontsFilename: Add new port

This Python module allows you to get the font filename on your system.
It will collect TrueType (.ttf), OpenType (.otf), TrueType Collection (.ttc)
and OpenType Collection (.otc) font format.

https://github.com/moi15moi/FindSystemFontsFilename/
This commit is contained in:
Nicola Vitale 2024-10-06 18:34:38 +02:00
parent a7eb97b4ad
commit a3082efcd4
No known key found for this signature in database
GPG Key ID: A51E190C4C0808D0
4 changed files with 30 additions and 0 deletions

View File

@ -278,6 +278,7 @@
SUBDIR += proggy_fonts
SUBDIR += proggy_fonts-ttf
SUBDIR += psftools
SUBDIR += py-FindSystemFontsFilename
SUBDIR += py-QtAwesome
SUBDIR += py-afdko
SUBDIR += py-axisregistry

View File

@ -0,0 +1,23 @@
PORTNAME= FindSystemFontsFilename
DISTVERSION= 0.3.1
CATEGORIES= x11-fonts python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:tl}-${DISTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Find the system fonts filename
WWW= https://github.com/moi15moi/FindSystemFontsFilename/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} \
${PKGNAMEPREFIX}wheel>=0.44.0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1728227413
SHA256 (findsystemfontsfilename-0.3.1.tar.gz) = 04551e69a4b5b7a778cc7301adfbff0813f85c606827428ba9901f27a7770c40
SIZE (findsystemfontsfilename-0.3.1.tar.gz) = 20377

View File

@ -0,0 +1,3 @@
This Python module allows you to get the font filename on your system. It will
collect TrueType (.ttf), OpenType (.otf), TrueType Collection (.ttc) and
OpenType Collection (.otc) font format.