Skip to content

Commit

Permalink
print/py-glyphtools: Add py-glyphtools 0.7.1
Browse files Browse the repository at this point in the history
glyphtools provides routines for extracting information from font glyphs.

WWW: https://github.com/simoncozens/glyphtools
  • Loading branch information
sunpoet committed May 16, 2021
1 parent 730d2eb commit 4835e81
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions print/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
SUBDIR += py-fonttools3
SUBDIR += py-fpdf
SUBDIR += py-frescobaldi
SUBDIR += py-glyphtools
SUBDIR += py-pdf
SUBDIR += py-pdf2
SUBDIR += py-pollyreports
Expand Down
24 changes: 24 additions & 0 deletions print/py-glyphtools/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= glyphtools
PORTVERSION= 0.7.1
CATEGORIES= print python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Routines for extracting information from fontTools glyphs

LICENSE= APACHE20

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}babelfont>=0.2.0:x11-fonts/py-babelfont@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}beziers>=0:graphics/py-beziers@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}glyphsLib>=0:x11-fonts/py-glyphsLib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions print/py-glyphtools/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1620928543
SHA256 (glyphtools-0.7.1.tar.gz) = 06edd7016a4da2a69ef11d4e18101f6d3c096d95b19ded91b359b90184d0aa2b
SIZE (glyphtools-0.7.1.tar.gz) = 20328
3 changes: 3 additions & 0 deletions print/py-glyphtools/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
glyphtools provides routines for extracting information from font glyphs.

WWW: https://github.com/simoncozens/glyphtools

0 comments on commit 4835e81

Please sign in to comment.