svn commit: r487616 - in head/x11-fonts: . py-glyphsLib
Li-Wen Hsu
lwhsu at FreeBSD.org
Sun Dec 16 18:36:45 UTC 2018
Author: lwhsu
Date: Sun Dec 16 18:36:43 2018
New Revision: 487616
URL: https://svnweb.freebsd.org/changeset/ports/487616
Log:
Add x11-fonts/py-glyphsLib, bridge from Glyphs source files (.glyphs) to UFOs
PR: 228027
Submitted by: Ting-Wei Lan <lantw44 at gmail.com>
Added:
head/x11-fonts/py-glyphsLib/
head/x11-fonts/py-glyphsLib/Makefile (contents, props changed)
head/x11-fonts/py-glyphsLib/distinfo (contents, props changed)
head/x11-fonts/py-glyphsLib/pkg-descr (contents, props changed)
Modified:
head/x11-fonts/Makefile
Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile Sun Dec 16 18:35:10 2018 (r487615)
+++ head/x11-fonts/Makefile Sun Dec 16 18:36:43 2018 (r487616)
@@ -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
Added: head/x11-fonts/py-glyphsLib/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-fonts/py-glyphsLib/Makefile Sun Dec 16 18:36:43 2018 (r487616)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= glyphsLib
+PORTVERSION= 3.1.2
+CATEGORIES= x11-fonts python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= lantw44 at 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>
Added: head/x11-fonts/py-glyphsLib/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-fonts/py-glyphsLib/distinfo Sun Dec 16 18:36:43 2018 (r487616)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1540712733
+SHA256 (glyphsLib-3.1.2.zip) = f3da4f97eb35654e3a6451ebd6a37f3fa39ccfc34e9fbee323d695e3db25a316
+SIZE (glyphsLib-3.1.2.zip) = 879503
Added: head/x11-fonts/py-glyphsLib/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-fonts/py-glyphsLib/pkg-descr Sun Dec 16 18:36:43 2018 (r487616)
@@ -0,0 +1,3 @@
+glyphsLib provides a bridge from Glyphs source files to UFOs via defcon.
+
+WWW: https://github.com/googlei18n/glyphsLib
More information about the svn-ports-all
mailing list