diff options
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/py-glyphsLib/Makefile | 24 | ||||
-rw-r--r-- | x11-fonts/py-glyphsLib/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/py-glyphsLib/pkg-descr | 3 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 18e6421954e4..66051e4db366 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -174,6 +174,7 @@ SUBDIR += py-compreffor SUBDIR += py-defcon SUBDIR += py-fontMath + SUBDIR += py-glyphsLib SUBDIR += py-ufoLib SUBDIR += raleway SUBDIR += roboto-fonts-ttf diff --git a/x11-fonts/py-glyphsLib/Makefile b/x11-fonts/py-glyphsLib/Makefile new file mode 100644 index 000000000000..1d9fd6cda8e0 --- /dev/null +++ b/x11-fonts/py-glyphsLib/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= glyphsLib +PORTVERSION= 3.1.2 +CATEGORIES= x11-fonts python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lantw44@gmail.com +COMMENT= Bridge from Glyphs source files (.glyphs) to UFOs + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.24.0:print/py-fonttools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}defcon>=0.3.0:x11-fonts/py-defcon@${PY_FLAVOR} + +USES= python zip +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/x11-fonts/py-glyphsLib/distinfo b/x11-fonts/py-glyphsLib/distinfo new file mode 100644 index 000000000000..4aa2abfd3137 --- /dev/null +++ b/x11-fonts/py-glyphsLib/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1540712733 +SHA256 (glyphsLib-3.1.2.zip) = f3da4f97eb35654e3a6451ebd6a37f3fa39ccfc34e9fbee323d695e3db25a316 +SIZE (glyphsLib-3.1.2.zip) = 879503 diff --git a/x11-fonts/py-glyphsLib/pkg-descr b/x11-fonts/py-glyphsLib/pkg-descr new file mode 100644 index 000000000000..b91f65ff3010 --- /dev/null +++ b/x11-fonts/py-glyphsLib/pkg-descr @@ -0,0 +1,3 @@ +glyphsLib provides a bridge from Glyphs source files to UFOs via defcon. + +WWW: https://github.com/googlei18n/glyphsLib |