Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2018 18:33:37 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487614 - in head/x11-fonts: . py-compreffor
Message-ID:  <201812161833.wBGIXbLn048346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Sun Dec 16 18:33:37 2018
New Revision: 487614
URL: https://svnweb.freebsd.org/changeset/ports/487614

Log:
  Add x11-fonts/py-compreffor, CFF subroutinizer for fontTools
  
  PR:		228027
  Submitted by:	Ting-Wei Lan <lantw44@gmail.com>

Added:
  head/x11-fonts/py-compreffor/
  head/x11-fonts/py-compreffor/Makefile   (contents, props changed)
  head/x11-fonts/py-compreffor/distinfo   (contents, props changed)
  head/x11-fonts/py-compreffor/pkg-descr   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Sun Dec 16 18:32:07 2018	(r487613)
+++ head/x11-fonts/Makefile	Sun Dec 16 18:33:37 2018	(r487614)
@@ -171,6 +171,7 @@
     SUBDIR += psftools
     SUBDIR += py-QtAwesome
     SUBDIR += py-bdflib
+    SUBDIR += py-compreffor
     SUBDIR += py-defcon
     SUBDIR += py-fontMath
     SUBDIR += py-ufoLib

Added: head/x11-fonts/py-compreffor/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/py-compreffor/Makefile	Sun Dec 16 18:33:37 2018	(r487614)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	compreffor
+PORTVERSION=	0.4.6
+CATEGORIES=	x11-fonts python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	lantw44@gmail.com
+COMMENT=	CFF subroutinizer for fontTools
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools>=3.1:print/py-fonttools@${PY_FLAVOR}
+
+USES=		python zip
+USE_PYTHON=	autoplist concurrent distutils
+
+.include <bsd.port.mk>

Added: head/x11-fonts/py-compreffor/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/py-compreffor/distinfo	Sun Dec 16 18:33:37 2018	(r487614)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1525601591
+SHA256 (compreffor-0.4.6.zip) = c9578301995e9e011896a2ee3751419256b33342004b6ea6d34960c51d1463d5
+SIZE (compreffor-0.4.6.zip) = 83779

Added: head/x11-fonts/py-compreffor/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/py-compreffor/pkg-descr	Sun Dec 16 18:33:37 2018	(r487614)
@@ -0,0 +1,3 @@
+compreffor is a CFF table subroutinizer for FontTools.
+
+WWW: https://github.com/googlei18n/compreffor



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