Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2022 18:16:08 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 524b245f1d51 - main - x11-fonts/py-ufonormalizer: Add py-ufonormalizer 0.6.1
Message-ID:  <202203071816.227IG8xt058666@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=524b245f1d51eb82706873820e3601a02c07d166

commit 524b245f1d51eb82706873820e3601a02c07d166
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-07 17:47:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-07 18:10:53 +0000

    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
---
 x11-fonts/Makefile                   |  1 +
 x11-fonts/py-ufonormalizer/Makefile  | 22 ++++++++++++++++++++++
 x11-fonts/py-ufonormalizer/distinfo  |  3 +++
 x11-fonts/py-ufonormalizer/pkg-descr |  4 ++++
 4 files changed, 30 insertions(+)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203071816.227IG8xt058666>