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:
parent
95b7a5b34a
commit
c327074a9a
@ -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
|
||||
|
25
x11-fonts/py-babelfont/Makefile
Normal file
25
x11-fonts/py-babelfont/Makefile
Normal 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>
|
3
x11-fonts/py-babelfont/distinfo
Normal file
3
x11-fonts/py-babelfont/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1620928549
|
||||
SHA256 (babelfont-2.0.2.tar.gz) = 4fe45910e0260f17045c6860a0e04c387af95fb795ad180131c7b33f6a3db40a
|
||||
SIZE (babelfont-2.0.2.tar.gz) = 639445
|
3
x11-fonts/py-babelfont/pkg-descr
Normal file
3
x11-fonts/py-babelfont/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
babelfont reads font files into fontParts objects and writes them out again.
|
||||
|
||||
WWW: https://github.com/simoncozens/babelfont
|
Loading…
Reference in New Issue
Block a user