Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2018 18:40:53 +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: r487619 - in head/x11-fonts: . py-ufo2ft
Message-ID:  <201812161840.wBGIer72050508@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Sun Dec 16 18:40:52 2018
New Revision: 487619
URL: https://svnweb.freebsd.org/changeset/ports/487619

Log:
  Add x11-fonts/py-ufo2ft, bridge between UFOs and FontTools
  
  PR:		228027
  Submitted by:	Ting-Wei Lan <lantw44@gmail.com>

Added:
  head/x11-fonts/py-ufo2ft/
  head/x11-fonts/py-ufo2ft/Makefile   (contents, props changed)
  head/x11-fonts/py-ufo2ft/distinfo   (contents, props changed)
  head/x11-fonts/py-ufo2ft/pkg-descr   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Sun Dec 16 18:39:19 2018	(r487618)
+++ head/x11-fonts/Makefile	Sun Dec 16 18:40:52 2018	(r487619)
@@ -177,6 +177,7 @@
     SUBDIR += py-defcon
     SUBDIR += py-fontMath
     SUBDIR += py-glyphsLib
+    SUBDIR += py-ufo2ft
     SUBDIR += py-ufoLib
     SUBDIR += raleway
     SUBDIR += roboto-fonts-ttf

Added: head/x11-fonts/py-ufo2ft/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/py-ufo2ft/Makefile	Sun Dec 16 18:40:52 2018	(r487619)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME=	ufo2ft
+PORTVERSION=	2.4.0
+CATEGORIES=	x11-fonts python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	lantw44@gmail.com
+COMMENT=	Bridge between UFOs and FontTools
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools>=3.28.0:print/py-fonttools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ufoLib>=2.1.0:x11-fonts/py-ufoLib@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}defcon>=0.4.0:x11-fonts/py-defcon@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cu2qu>=1.5.0:x11-fonts/py-cu2qu@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}compreffor>=0.4.5:x11-fonts/py-compreffor@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}booleanOperations>=0.8.0:x11-fonts/py-booleanOperations@${PY_FLAVOR} \
+		${PY_ENUM34}
+
+USES=		python zip
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/x11-fonts/py-ufo2ft/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/py-ufo2ft/distinfo	Sun Dec 16 18:40:52 2018	(r487619)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1540712924
+SHA256 (ufo2ft-2.4.0.zip) = cec69976ba679ebdbed51cd4fdbfdbf148363acc5cbc6373950717eb95f3542b
+SIZE (ufo2ft-2.4.0.zip) = 151860

Added: head/x11-fonts/py-ufo2ft/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/py-ufo2ft/pkg-descr	Sun Dec 16 18:40:52 2018	(r487619)
@@ -0,0 +1,4 @@
+ufo2ft ("UFO to FontTools") is a fork of ufo2fdk whose goal is to generate
+OpenType font binaries from UFOs without the FDK dependency.
+
+WWW: https://github.com/googlei18n/ufo2ft



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812161840.wBGIer72050508>