Date: Wed, 3 Jul 2019 18:52:20 +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: r505780 - in head/print: . py-fonttools py-fonttools-lxml-ufo Message-ID: <201907031852.x63IqKZt044556@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907031852.x63IqKZt044556>