Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 07:22:48 +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: r530563 - in head/print: . py-ufolib2
Message-ID:  <202004040722.0347MmcT042017@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr  4 07:22:48 2020
New Revision: 530563
URL: https://svnweb.freebsd.org/changeset/ports/530563

Log:
  Add py-ufolib2 0.6.2
  
  ufoLib2 is a UFO font library.
  
  WWW: https://github.com/fonttools/ufoLib2

Added:
  head/print/py-ufolib2/
  head/print/py-ufolib2/Makefile   (contents, props changed)
  head/print/py-ufolib2/distinfo   (contents, props changed)
  head/print/py-ufolib2/pkg-descr   (contents, props changed)
Modified:
  head/print/Makefile

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Sat Apr  4 07:22:41 2020	(r530562)
+++ head/print/Makefile	Sat Apr  4 07:22:48 2020	(r530563)
@@ -196,6 +196,7 @@
     SUBDIR += py-stapler
     SUBDIR += py-trml2pdf
     SUBDIR += py-ttfautohint-py
+    SUBDIR += py-ufolib2
     SUBDIR += py-weasyprint
     SUBDIR += qpdf
     SUBDIR += qpdfview

Added: head/print/py-ufolib2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/py-ufolib2/Makefile	Sat Apr  4 07:22:48 2020	(r530563)
@@ -0,0 +1,27 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ufolib2
+PORTVERSION=	0.6.2
+CATEGORIES=	print python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	ufoLib2-${PORTVERSION}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	UFO font processing library
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}fonttools>=3.34.0:print/py-fonttools@${PY_FLAVOR}
+
+USES=		python:3.6+ zip
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/print/py-ufolib2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/py-ufolib2/distinfo	Sat Apr  4 07:22:48 2020	(r530563)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1585907188
+SHA256 (ufoLib2-0.6.2.zip) = 7b4f8915eb311eb302a01e7a287cb38df93c2c0baf9b2babc12dad5c1b6f0609
+SIZE (ufoLib2-0.6.2.zip) = 60142

Added: head/print/py-ufolib2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/py-ufolib2/pkg-descr	Sat Apr  4 07:22:48 2020	(r530563)
@@ -0,0 +1,3 @@
+ufoLib2 is a UFO font library.
+
+WWW: https://github.com/fonttools/ufoLib2



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