git: 3cd527b796ce - main - x11-fonts/py-opentypespec: Add py-opentypespec 1.8.4
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jul 24 20:31:19 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3cd527b796ce2cdf67599862d500d7495f50667e
commit 3cd527b796ce2cdf67599862d500d7495f50667e
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-24 20:20:50 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-24 20:20:50 +0000
x11-fonts/py-opentypespec: Add py-opentypespec 1.8.4
opentypespec currently provides the opentypespec.tags module, which exports
FEATURE_TAGS, SCRIPT_TAGS, LANGUAGE_TAGS and BASELINE_TAGS dictionaries,
representing data from the Layout Tag Registry (section 6.4 of the Open Font
Format specification).
WWW: https://github.com/simoncozens/opentypespec-py
---
x11-fonts/Makefile | 1 +
x11-fonts/py-opentypespec/Makefile | 19 +++++++++++++++++++
x11-fonts/py-opentypespec/distinfo | 3 +++
x11-fonts/py-opentypespec/pkg-descr | 6 ++++++
4 files changed, 29 insertions(+)
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index 2a473c3f366b..5ad7c8ea66ce 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -214,6 +214,7 @@
SUBDIR += py-fontmake
SUBDIR += py-glyphsLib
SUBDIR += py-opentype-sanitizer
+ SUBDIR += py-opentypespec
SUBDIR += py-ufo2ft
SUBDIR += py-ufoLib
SUBDIR += py-ufolint
diff --git a/x11-fonts/py-opentypespec/Makefile b/x11-fonts/py-opentypespec/Makefile
new file mode 100644
index 000000000000..f6b5157214dc
--- /dev/null
+++ b/x11-fonts/py-opentypespec/Makefile
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+
+PORTNAME= opentypespec
+PORTVERSION= 1.8.4
+CATEGORIES= x11-fonts python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Data derived from the OpenType specification
+
+LICENSE= APACHE20
+
+USES= python:3.6+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/x11-fonts/py-opentypespec/distinfo b/x11-fonts/py-opentypespec/distinfo
new file mode 100644
index 000000000000..03c585403310
--- /dev/null
+++ b/x11-fonts/py-opentypespec/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1627120802
+SHA256 (opentypespec-1.8.4.tar.gz) = 03621635fed0d04345fa7b97837de31f992fa6619aeefcca0e75e342248dbde2
+SIZE (opentypespec-1.8.4.tar.gz) = 16710
diff --git a/x11-fonts/py-opentypespec/pkg-descr b/x11-fonts/py-opentypespec/pkg-descr
new file mode 100644
index 000000000000..119a714ac64a
--- /dev/null
+++ b/x11-fonts/py-opentypespec/pkg-descr
@@ -0,0 +1,6 @@
+opentypespec currently provides the opentypespec.tags module, which exports
+FEATURE_TAGS, SCRIPT_TAGS, LANGUAGE_TAGS and BASELINE_TAGS dictionaries,
+representing data from the Layout Tag Registry (section 6.4 of the Open Font
+Format specification).
+
+WWW: https://github.com/simoncozens/opentypespec-py
More information about the dev-commits-ports-all
mailing list