Date: Sun, 16 Dec 2018 18:42:27 +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: r487620 - in head/x11-fonts: . py-fontmake Message-ID: <201812161842.wBGIgRRb054489@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Sun Dec 16 18:42:27 2018 New Revision: 487620 URL: https://svnweb.freebsd.org/changeset/ports/487620 Log: Add x11-fonts/py-fontmake, compile fonts from sources to binary PR: 228027 Submitted by: Ting-Wei Lan <lantw44@gmail.com> Added: head/x11-fonts/py-fontmake/ head/x11-fonts/py-fontmake/Makefile (contents, props changed) head/x11-fonts/py-fontmake/distinfo (contents, props changed) head/x11-fonts/py-fontmake/pkg-descr (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Sun Dec 16 18:40:52 2018 (r487619) +++ head/x11-fonts/Makefile Sun Dec 16 18:42:27 2018 (r487620) @@ -176,6 +176,7 @@ SUBDIR += py-cu2qu SUBDIR += py-defcon SUBDIR += py-fontMath + SUBDIR += py-fontmake SUBDIR += py-glyphsLib SUBDIR += py-ufo2ft SUBDIR += py-ufoLib Added: head/x11-fonts/py-fontmake/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/py-fontmake/Makefile Sun Dec 16 18:42:27 2018 (r487620) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= fontmake +PORTVERSION= 1.7.5 +CATEGORIES= x11-fonts python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lantw44@gmail.com +COMMENT= Compile fonts from sources to binary + +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.30.0:print/py-fonttools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cu2qu>=1.5.0:x11-fonts/py-cu2qu@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}glyphsLib>=3.1.2:x11-fonts/py-glyphsLib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ufo2ft>=2.4.0:x11-fonts/py-ufo2ft@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}MutatorMath>=2.1.1:math/py-MutatorMath@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}defcon>=0.5.3:x11-fonts/py-defcon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}booleanOperations>=0.8.0:x11-fonts/py-booleanOperations@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ufoLib>=2.3.1:x11-fonts/py-ufoLib@${PY_FLAVOR} + +USES= python zip +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/x11-fonts/py-fontmake/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/py-fontmake/distinfo Sun Dec 16 18:42:27 2018 (r487620) @@ -0,0 +1,3 @@ +TIMESTAMP = 1540712736 +SHA256 (fontmake-1.7.5.zip) = 718f40f8e1e001f497c9d1269d8ec6399c05375dfbf4df7f885a10139a7cd994 +SIZE (fontmake-1.7.5.zip) = 54108 Added: head/x11-fonts/py-fontmake/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/py-fontmake/pkg-descr Sun Dec 16 18:42:27 2018 (r487620) @@ -0,0 +1,4 @@ +fontmake provides a wrapper for several other Python libraries which together +compile fonts from various sources (.glyphs, .ufo) into binaries (.otf, .ttf). + +WWW: https://github.com/googlei18n/fontmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812161842.wBGIgRRb054489>