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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 3 18:52:26 UTC 2019


Author: sunpoet
Date: Wed Jul  3 18:52:19 2019
New Revision: 505780
URL: https://svnweb.freebsd.org/changeset/ports/505780

Log:
  Add py-fonttools-lxml-ufo (slave port of py-fonttools)
  
  PR:		237672
  Submitted by:	swills

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

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Wed Jul  3 18:52:14 2019	(r505779)
+++ head/print/Makefile	Wed Jul  3 18:52:19 2019	(r505780)
@@ -182,6 +182,7 @@
     SUBDIR += pstotext
     SUBDIR += psutils
     SUBDIR += py-fonttools
+    SUBDIR += py-fonttools-lxml-ufo
     SUBDIR += py-fpdf
     SUBDIR += py-pdf
     SUBDIR += py-pdf2

Added: head/print/py-fonttools-lxml-ufo/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/py-fonttools-lxml-ufo/Makefile	Wed Jul  3 18:52:19 2019	(r505780)
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX=	-lxml-ufo
+
+COMMENT=	Open source library for manipulating fonts, written in Python, with LXML and UFO options
+
+OPTIONS_SLAVE=	LXML UFO
+
+MASTERDIR=	${.CURDIR}/../py-fonttools
+
+.include "${MASTERDIR}/Makefile"

Modified: head/print/py-fonttools/Makefile
==============================================================================
--- head/print/py-fonttools/Makefile	Wed Jul  3 18:52:14 2019	(r505779)
+++ head/print/py-fonttools/Makefile	Wed Jul  3 18:52:19 2019	(r505780)
@@ -8,7 +8,7 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet at FreeBSD.org
-COMMENT=	Open source library for manipulating fonts, written in Python
+COMMENT?=	Open source library for manipulating fonts, written in Python
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE


More information about the svn-ports-head mailing list