Date: Sun, 16 Dec 2018 18:36:43 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487616 - in head/x11-fonts: . py-glyphsLib Message-ID: <201812161836.wBGIahvV048825@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812161836.wBGIahvV048825>