svn commit: r513500 - in head/print: . py-fonttools-ufo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Oct 1 17:05:18 UTC 2019


Author: sunpoet
Date: Tue Oct  1 17:05:17 2019
New Revision: 513500
URL: https://svnweb.freebsd.org/changeset/ports/513500

Log:
  Add py-fonttools-ufo 3.44.0
  
  This port is the extra dependencies for ufo functionality of FontTools.
  
  Add both print/py-fonttools and print/py-fonttools-ufo to RUN_DEPENDS if you
  need "fonttools[ufo]".
  
  WWW: https://github.com/fonttools/fonttools

Added:
  head/print/py-fonttools-ufo/
  head/print/py-fonttools-ufo/Makefile   (contents, props changed)
  head/print/py-fonttools-ufo/pkg-descr   (contents, props changed)
Modified:
  head/print/Makefile

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Tue Oct  1 17:05:12 2019	(r513499)
+++ head/print/Makefile	Tue Oct  1 17:05:17 2019	(r513500)
@@ -188,6 +188,7 @@
     SUBDIR += py-fonttools-lxml
     SUBDIR += py-fonttools-plot
     SUBDIR += py-fonttools-symfont
+    SUBDIR += py-fonttools-ufo
     SUBDIR += py-fpdf
     SUBDIR += py-pdf
     SUBDIR += py-pdf2

Added: head/print/py-fonttools-ufo/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/py-fonttools-ufo/Makefile	Tue Oct  1 17:05:17 2019	(r513500)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	fonttools
+PORTVERSION=	3.44.0
+CATEGORIES=	print python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	-ufo
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Dependencies for ufo functionality of FontTools
+
+RUN_DEPENDS=	${PY_ENUM34} \
+		${PYTHON_PKGNAMEPREFIX}fs2>=2.2.0<3:devel/py-fs2@${PY_FLAVOR}
+
+USES=		metaport python:env
+USE_PYTHON=	flavors
+
+.include <bsd.port.mk>

Added: head/print/py-fonttools-ufo/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/py-fonttools-ufo/pkg-descr	Tue Oct  1 17:05:17 2019	(r513500)
@@ -0,0 +1,6 @@
+This port is the extra dependencies for ufo functionality of FontTools.
+
+Add both print/py-fonttools and print/py-fonttools-ufo to RUN_DEPENDS if you
+need "fonttools[ufo]".
+
+WWW: https://github.com/fonttools/fonttools


More information about the svn-ports-head mailing list