Date: Sun, 16 May 2021 15:25:56 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 730d2ebaf0d3 - main - print/py-fontpens: Add py-fontpens 0.2.4 Message-ID: <202105161525.14GFPu4v065731@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=730d2ebaf0d302e05a4db41edb8b891ef4017fde commit 730d2ebaf0d302e05a4db41edb8b891ef4017fde Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-16 15:12:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-05-16 15:23:47 +0000 print/py-fontpens: Add py-fontpens 0.2.4 fontPens provides a collection of classes implementing the pen protocol for manipulating glyphs. WWW: https://github.com/robotools/fontPens --- print/Makefile | 1 + print/py-fontpens/Makefile | 25 +++++++++++++++++++++++++ print/py-fontpens/distinfo | 3 +++ print/py-fontpens/pkg-descr | 4 ++++ 4 files changed, 33 insertions(+) diff --git a/print/Makefile b/print/Makefile index 561c6f7bad3a..77081bf1b66e 100644 --- a/print/Makefile +++ b/print/Makefile @@ -175,6 +175,7 @@ SUBDIR += py-fontaine SUBDIR += py-fontbakery SUBDIR += py-fontparts + SUBDIR += py-fontpens SUBDIR += py-fonttools SUBDIR += py-fonttools3 SUBDIR += py-fpdf diff --git a/print/py-fontpens/Makefile b/print/py-fontpens/Makefile new file mode 100644 index 000000000000..79ec3cd1d250 --- /dev/null +++ b/print/py-fontpens/Makefile @@ -0,0 +1,25 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= fontpens +PORTVERSION= 0.2.4 +CATEGORIES= print python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= fontPens-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Collection of classes implementing the pen protocol for manipulating glyphs + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fontparts>=0.8.1:print/py-fontparts@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} + +USES= python:3.6+ zip +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/print/py-fontpens/distinfo b/print/py-fontpens/distinfo new file mode 100644 index 000000000000..464c821e2463 --- /dev/null +++ b/print/py-fontpens/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1620928541 +SHA256 (fontPens-0.2.4.zip) = a6d9a14573b3450f3313d69523f9006028c21fc7aef5d35333b87aab7f2b41fd +SIZE (fontPens-0.2.4.zip) = 22445 diff --git a/print/py-fontpens/pkg-descr b/print/py-fontpens/pkg-descr new file mode 100644 index 000000000000..11b20ec53856 --- /dev/null +++ b/print/py-fontpens/pkg-descr @@ -0,0 +1,4 @@ +fontPens provides a collection of classes implementing the pen protocol for +manipulating glyphs. + +WWW: https://github.com/robotools/fontPens
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105161525.14GFPu4v065731>