1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

x11-fonts/py-babelfont: Add py-babelfont 2.0.2

babelfont reads font files into fontParts objects and writes them out again.

WWW: https://github.com/simoncozens/babelfont
This commit is contained in:
Po-Chuan Hsieh 2021-05-16 23:13:01 +08:00
parent 95b7a5b34a
commit c327074a9a
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 32 additions and 0 deletions

View File

@ -204,6 +204,7 @@
SUBDIR += proggy_fonts-ttf
SUBDIR += psftools
SUBDIR += py-QtAwesome
SUBDIR += py-babelfont
SUBDIR += py-bdflib
SUBDIR += py-booleanOperations
SUBDIR += py-compreffor

View File

@ -0,0 +1,25 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= babelfont
PORTVERSION= 2.0.2
CATEGORIES= x11-fonts python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Abstract interface to font source files based on fontParts
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defcon>=0:x11-fonts/py-defcon@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fontparts>=0:print/py-fontparts@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}glyphsLib>=0:x11-fonts/py-glyphsLib@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1620928549
SHA256 (babelfont-2.0.2.tar.gz) = 4fe45910e0260f17045c6860a0e04c387af95fb795ad180131c7b33f6a3db40a
SIZE (babelfont-2.0.2.tar.gz) = 639445

View File

@ -0,0 +1,3 @@
babelfont reads font files into fontParts objects and writes them out again.
WWW: https://github.com/simoncozens/babelfont