Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2019 17:05:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513501 - in head/print: . py-fonttools-unicode
Message-ID:  <201910011705.x91H5N5N018320@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Oct  1 17:05:22 2019
New Revision: 513501
URL: https://svnweb.freebsd.org/changeset/ports/513501

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

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

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Tue Oct  1 17:05:17 2019	(r513500)
+++ head/print/Makefile	Tue Oct  1 17:05:22 2019	(r513501)
@@ -189,6 +189,7 @@
     SUBDIR += py-fonttools-plot
     SUBDIR += py-fonttools-symfont
     SUBDIR += py-fonttools-ufo
+    SUBDIR += py-fonttools-unicode
     SUBDIR += py-fpdf
     SUBDIR += py-pdf
     SUBDIR += py-pdf2

Added: head/print/py-fonttools-unicode/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/py-fonttools-unicode/Makefile	Tue Oct  1 17:05:22 2019	(r513501)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	fonttools
+PORTVERSION=	3.44.0
+CATEGORIES=	print python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	-unicode
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Dependencies for unicode functionality of FontTools
+
+USES=		metaport python:env
+USE_PYTHON=	flavors
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3800
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}unicodedata2>=12.0.0:devel/py-unicodedata2@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>

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



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