svn commit: r513502 - in head/print: . py-fonttools-woff

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


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

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

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

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

Added: head/print/py-fonttools-woff/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/py-fonttools-woff/Makefile	Tue Oct  1 17:05:27 2019	(r513502)
@@ -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=	-woff
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Dependencies for woff functionality of FontTools
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}brotli>=1.0.1:archivers/py-brotli@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}zopfli>=0.1.4:archivers/py-zopfli@${PY_FLAVOR}
+
+USES=		metaport python:env
+USE_PYTHON=	flavors
+
+.include <bsd.port.mk>

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


More information about the svn-ports-head mailing list