Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2018 18:39:19 +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: r487618 - in head/x11-fonts: . py-cu2qu
Message-ID:  <201812161839.wBGIdJKQ049296@repo.freebsd.org>

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

Log:
  Add x11-fonts/py-cu2qu, cubic-to-quadratic bezier curve conversion
  
  PR:		228027
  Submitted by:	Ting-Wei Lan <lantw44@gmail.com>

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

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Sun Dec 16 18:37:59 2018	(r487617)
+++ head/x11-fonts/Makefile	Sun Dec 16 18:39:19 2018	(r487618)
@@ -173,6 +173,7 @@
     SUBDIR += py-bdflib
     SUBDIR += py-booleanOperations
     SUBDIR += py-compreffor
+    SUBDIR += py-cu2qu
     SUBDIR += py-defcon
     SUBDIR += py-fontMath
     SUBDIR += py-glyphsLib

Added: head/x11-fonts/py-cu2qu/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/py-cu2qu/Makefile	Sun Dec 16 18:39:19 2018	(r487618)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	cu2qu
+PORTVERSION=	1.6.4
+CATEGORIES=	x11-fonts python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	lantw44@gmail.com
+COMMENT=	Cubic-to-quadratic bezier curve conversion
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools>=3.18.0:print/py-fonttools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ufoLib>=2.1.1:x11-fonts/py-ufoLib@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}defcon>=0.4.0:x11-fonts/py-defcon@${PY_FLAVOR}
+
+USES=		python zip
+USE_PYTHON=	autoplist concurrent distutils
+
+.include <bsd.port.mk>

Added: head/x11-fonts/py-cu2qu/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/py-cu2qu/distinfo	Sun Dec 16 18:39:19 2018	(r487618)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1540712507
+SHA256 (cu2qu-1.6.4.zip) = 8ffda9ab0dec7f6249a93432c274d62a72b9a0ee6787b8027929ced3d6585fb5
+SIZE (cu2qu-1.6.4.zip) = 217409

Added: head/x11-fonts/py-cu2qu/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/py-cu2qu/pkg-descr	Sun Dec 16 18:39:19 2018	(r487618)
@@ -0,0 +1,4 @@
+cu2qu provides functions which take in UFO objects (Defcon Fonts or Robofab
+RFonts) and converts any cubic curves to quadratic.
+
+WWW: https://github.com/googlei18n/cu2qu



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