Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2019 17:05:28 +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: r513502 - in head/print: . py-fonttools-woff
Message-ID:  <201910011705.x91H5SOi018471@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	fonttools
+PORTVERSION=	3.44.0
+CATEGORIES=	print python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	-woff
+
+MAINTAINER=	sunpoet@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



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