aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-07 17:47:02 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-07 18:10:53 +0000
commit524b245f1d51eb82706873820e3601a02c07d166 (patch)
tree54820d6b98870a3f4bb0c28241f90e59f23ed486 /x11-fonts
parent57a0570ffd8fc91a1415248affafe00943009dbf (diff)
downloadports-524b245f1d51eb82706873820e3601a02c07d166.tar.gz
ports-524b245f1d51eb82706873820e3601a02c07d166.zip
x11-fonts/py-ufonormalizer: Add py-ufonormalizer 0.6.1
ufoNormalizer provides a standard formatting so that there are meaningful diffs in version control rather than formatting noise. WWW: https://github.com/unified-font-object/ufoNormalizer
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/Makefile1
-rw-r--r--x11-fonts/py-ufonormalizer/Makefile22
-rw-r--r--x11-fonts/py-ufonormalizer/distinfo3
-rw-r--r--x11-fonts/py-ufonormalizer/pkg-descr4
4 files changed, 30 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index 0855f6de2ed9..22d312fbad1e 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -229,6 +229,7 @@
SUBDIR += py-ufo2ft
SUBDIR += py-ufoLib
SUBDIR += py-ufolint
+ SUBDIR += py-ufonormalizer
SUBDIR += raleway
SUBDIR += roboto-fonts-ttf
SUBDIR += sgifonts
diff --git a/x11-fonts/py-ufonormalizer/Makefile b/x11-fonts/py-ufonormalizer/Makefile
new file mode 100644
index 000000000000..6949b18d2e40
--- /dev/null
+++ b/x11-fonts/py-ufonormalizer/Makefile
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= ufonormalizer
+PORTVERSION= 0.6.1
+CATEGORIES= x11-fonts python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Script to normalize the XML and other data inside of a UFO
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
+
+USES= python:3.6+ zip
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/x11-fonts/py-ufonormalizer/distinfo b/x11-fonts/py-ufonormalizer/distinfo
new file mode 100644
index 000000000000..393b926015e5
--- /dev/null
+++ b/x11-fonts/py-ufonormalizer/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1646057864
+SHA256 (ufonormalizer-0.6.1.zip) = e61110e75a500083f265385b1354b578610f9542e3bbbeedb98a2a6155e4aa6c
+SIZE (ufonormalizer-0.6.1.zip) = 37360
diff --git a/x11-fonts/py-ufonormalizer/pkg-descr b/x11-fonts/py-ufonormalizer/pkg-descr
new file mode 100644
index 000000000000..ee9888914c94
--- /dev/null
+++ b/x11-fonts/py-ufonormalizer/pkg-descr
@@ -0,0 +1,4 @@
+ufoNormalizer provides a standard formatting so that there are meaningful diffs
+in version control rather than formatting noise.
+
+WWW: https://github.com/unified-font-object/ufoNormalizer