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:
parent
5eaf947e65
commit
fc3e68ede1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487611
@ -171,6 +171,7 @@
|
||||
SUBDIR += psftools
|
||||
SUBDIR += py-QtAwesome
|
||||
SUBDIR += py-bdflib
|
||||
SUBDIR += py-fontMath
|
||||
SUBDIR += py-ufoLib
|
||||
SUBDIR += raleway
|
||||
SUBDIR += roboto-fonts-ttf
|
||||
|
23
x11-fonts/py-fontMath/Makefile
Normal file
23
x11-fonts/py-fontMath/Makefile
Normal 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>
|
3
x11-fonts/py-fontMath/distinfo
Normal file
3
x11-fonts/py-fontMath/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1537021352
|
||||
SHA256 (fontMath-0.4.7.zip) = 6d80531c5ccdd2a6f01ce2b97b19aa133ea206a2edab26b3716d9b0306dd0bf5
|
||||
SIZE (fontMath-0.4.7.zip) = 33600
|
3
x11-fonts/py-fontMath/pkg-descr
Normal file
3
x11-fonts/py-fontMath/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
fontMath is a collection of objects that implement fast font, glyph, etc. math.
|
||||
|
||||
WWW: https://github.com/typesupply/fontMath
|
Loading…
Reference in New Issue
Block a user