From 730d2ebaf0d302e05a4db41edb8b891ef4017fde Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sun, 16 May 2021 23:12:52 +0800 Subject: 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(+) create mode 100644 print/py-fontpens/Makefile create mode 100644 print/py-fontpens/distinfo create mode 100644 print/py-fontpens/pkg-descr 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 + +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 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 -- cgit v1.2.3