1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add x11-fonts/py-fontMath, set of objects for performing math operations on

font data

PR:		228027
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
This commit is contained in:
Li-Wen Hsu 2018-12-16 18:27:47 +00:00
parent 5eaf947e65
commit fc3e68ede1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487611
4 changed files with 30 additions and 0 deletions

View File

@ -171,6 +171,7 @@
SUBDIR += psftools
SUBDIR += py-QtAwesome
SUBDIR += py-bdflib
SUBDIR += py-fontMath
SUBDIR += py-ufoLib
SUBDIR += raleway
SUBDIR += roboto-fonts-ttf

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= fontMath
PORTVERSION= 0.4.7
CATEGORIES= x11-fonts python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lantw44@gmail.com
COMMENT= Set of objects for performing math operations on font data
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/License.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.3.0:print/py-fonttools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ufoLib>=2.0.0:x11-fonts/py-ufoLib@${PY_FLAVOR}
USES= python zip
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1537021352
SHA256 (fontMath-0.4.7.zip) = 6d80531c5ccdd2a6f01ce2b97b19aa133ea206a2edab26b3716d9b0306dd0bf5
SIZE (fontMath-0.4.7.zip) = 33600

View File

@ -0,0 +1,3 @@
fontMath is a collection of objects that implement fast font, glyph, etc. math.
WWW: https://github.com/typesupply/fontMath