mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add x11-fonts/py-glyphsLib, bridge from Glyphs source files (.glyphs) to UFOs
PR: 228027 Submitted by: Ting-Wei Lan <lantw44@gmail.com>
This commit is contained in:
parent
2e0d172440
commit
65fd61a211
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487616
@ -174,6 +174,7 @@
|
||||
SUBDIR += py-compreffor
|
||||
SUBDIR += py-defcon
|
||||
SUBDIR += py-fontMath
|
||||
SUBDIR += py-glyphsLib
|
||||
SUBDIR += py-ufoLib
|
||||
SUBDIR += raleway
|
||||
SUBDIR += roboto-fonts-ttf
|
||||
|
24
x11-fonts/py-glyphsLib/Makefile
Normal file
24
x11-fonts/py-glyphsLib/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= glyphsLib
|
||||
PORTVERSION= 3.1.2
|
||||
CATEGORIES= x11-fonts python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= lantw44@gmail.com
|
||||
COMMENT= Bridge from Glyphs source files (.glyphs) to UFOs
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.24.0:print/py-fonttools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}defcon>=0.3.0:x11-fonts/py-defcon@${PY_FLAVOR}
|
||||
|
||||
USES= python zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-fonts/py-glyphsLib/distinfo
Normal file
3
x11-fonts/py-glyphsLib/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1540712733
|
||||
SHA256 (glyphsLib-3.1.2.zip) = f3da4f97eb35654e3a6451ebd6a37f3fa39ccfc34e9fbee323d695e3db25a316
|
||||
SIZE (glyphsLib-3.1.2.zip) = 879503
|
3
x11-fonts/py-glyphsLib/pkg-descr
Normal file
3
x11-fonts/py-glyphsLib/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
glyphsLib provides a bridge from Glyphs source files to UFOs via defcon.
|
||||
|
||||
WWW: https://github.com/googlei18n/glyphsLib
|
Loading…
Reference in New Issue
Block a user