1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

x11-fonts/py-ufoprocessor: Add py-ufoprocessor 1.9.0

ufoProcessor is a Python package based on the designSpaceDocument specifically
to process and generate instances for UFO files, glyphs and other data.

WWW: https://github.com/LettError/ufoProcessor
This commit is contained in:
Po-Chuan Hsieh 2022-03-08 01:47:03 +08:00
parent 524b245f1d
commit f7f980ce80
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 36 additions and 0 deletions

View File

@ -230,6 +230,7 @@
SUBDIR += py-ufoLib
SUBDIR += py-ufolint
SUBDIR += py-ufonormalizer
SUBDIR += py-ufoprocessor
SUBDIR += raleway
SUBDIR += roboto-fonts-ttf
SUBDIR += sgifonts

View File

@ -0,0 +1,28 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= ufoprocessor
PORTVERSION= 1.9.0
CATEGORIES= x11-fonts python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ufoProcessor-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Read, write and generate UFOs with designspace data
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defcon>=0.6.0:x11-fonts/py-defcon@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fontMath>=0.4.9:x11-fonts/py-fontMath@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fontparts>=0.8.2:print/py-fontparts@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mutatormath>=2.1.2:math/py-mutatormath@${PY_FLAVOR}
USES= python:3.7+ zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1646057866
SHA256 (ufoProcessor-1.9.0.zip) = baa8bd9bbbb11ce004647eb1906105f4d5bfdbc1b3388ca4d36fab57950a415b
SIZE (ufoProcessor-1.9.0.zip) = 70066

View File

@ -0,0 +1,4 @@
ufoProcessor is a Python package based on the designSpaceDocument specifically
to process and generate instances for UFO files, glyphs and other data.
WWW: https://github.com/LettError/ufoProcessor