Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2019 17:04:51 +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: r513495 - in head/print: . py-fonttools-graphite
Message-ID:  <201910011704.x91H4p8w017342@repo.freebsd.org>

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

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

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

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Tue Oct  1 16:56:33 2019	(r513494)
+++ head/print/Makefile	Tue Oct  1 17:04:51 2019	(r513495)
@@ -183,6 +183,7 @@
     SUBDIR += pstotext
     SUBDIR += psutils
     SUBDIR += py-fonttools
+    SUBDIR += py-fonttools-graphite
     SUBDIR += py-fpdf
     SUBDIR += py-pdf
     SUBDIR += py-pdf2

Added: head/print/py-fonttools-graphite/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/py-fonttools-graphite/Makefile	Tue Oct  1 17:04:51 2019	(r513495)
@@ -0,0 +1,18 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	fonttools
+PORTVERSION=	3.44.0
+CATEGORIES=	print python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	-graphite
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Dependencies for graphite functionality of FontTools
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lz4>=1.7.4.2:archivers/py-lz4@${PY_FLAVOR}
+
+USES=		metaport python:env
+USE_PYTHON=	flavors
+
+.include <bsd.port.mk>

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



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