Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2018 18:25:38 +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: r487610 - in head/x11-fonts: . py-ufoLib
Message-ID:  <201812161825.wBGIPcHL042557@repo.freebsd.org>

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

Log:
  Add x11-fonts/py-ufoLib, Low-level Unified Font Object (UFO) reader and writer
  
  PR:		228027
  Submitted by:	Ting-Wei Lan <lantw44@gmail.com>

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

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Sun Dec 16 18:23:10 2018	(r487609)
+++ head/x11-fonts/Makefile	Sun Dec 16 18:25:38 2018	(r487610)
@@ -171,6 +171,7 @@
     SUBDIR += psftools
     SUBDIR += py-QtAwesome
     SUBDIR += py-bdflib
+    SUBDIR += py-ufoLib
     SUBDIR += raleway
     SUBDIR += roboto-fonts-ttf
     SUBDIR += sgifonts

Added: head/x11-fonts/py-ufoLib/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/py-ufoLib/Makefile	Sun Dec 16 18:25:38 2018	(r487610)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME=	ufoLib
+PORTVERSION=	2.3.2
+CATEGORIES=	x11-fonts python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	lantw44@gmail.com
+COMMENT=	Low-level Unified Font Object (UFO) reader and writer
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools>=3.1.2:print/py-fonttools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}lxml>=4.0:devel/py-lxml@${PY_FLAVOR}
+
+USES=		python zip
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3400
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}singledispatch>=3.4.0.3:devel/py-singledispatch@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>

Added: head/x11-fonts/py-ufoLib/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/py-ufoLib/distinfo	Sun Dec 16 18:25:38 2018	(r487610)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1540712987
+SHA256 (ufoLib-2.3.2.zip) = 2bc337a78b104e554e3e75c7c99fa1c8b305e2f82022743a34d5c77e2bca29e5
+SIZE (ufoLib-2.3.2.zip) = 125009

Added: head/x11-fonts/py-ufoLib/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/py-ufoLib/pkg-descr	Sun Dec 16 18:25:38 2018	(r487610)
@@ -0,0 +1,4 @@
+Unified Font Object (UFO) is a cross-platform, human-readable, future-proof
+format for storing font data. ufoLib is a low-level reader and writer for it.
+
+WWW: http://unifiedfontobject.org/



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