git: 07012023ffdd - main - x11-fonts/gnu-unifont-ttf: Update to 13.0.06

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 11 21:51:48 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=07012023ffdd7e9704855a35a44f1ead2ba168de

commit 07012023ffdd7e9704855a35a44f1ead2ba168de
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:15:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-11 21:47:01 +0000

    x11-fonts/gnu-unifont-ttf: Update to 13.0.06
    
    - Convert from slave port to normal port
    
    Changes:        http://unifoundry.com/unifont/
                    https://savannah.gnu.org/projects/unifont
    - Fix a UCSUR Braille Extended glyph, U+EB63.
---
 x11-fonts/gnu-unifont-ttf/Makefile | 31 ++++++++++++++++++++++++++-----
 x11-fonts/gnu-unifont-ttf/distinfo | 14 +++++++-------
 2 files changed, 33 insertions(+), 12 deletions(-)

diff --git a/x11-fonts/gnu-unifont-ttf/Makefile b/x11-fonts/gnu-unifont-ttf/Makefile
index bfe374150ed8..f87a392b2bd9 100644
--- a/x11-fonts/gnu-unifont-ttf/Makefile
+++ b/x11-fonts/gnu-unifont-ttf/Makefile
@@ -1,13 +1,34 @@
-MASTERDIR=	${.CURDIR}/../gnu-unifont
-
+PORTNAME=	unifont
+PORTVERSION=	13.0.06
+PORTEPOCH=	1
+CATEGORIES=	x11-fonts
+MASTER_SITES=	GNU/unifont/unifont-${PORTVERSION}
+PKGNAMEPREFIX=	gnu-
 PKGNAMESUFFIX=	-ttf
+DISTFILES=	${FONTFILES:S|$|-${PORTVERSION}${FONTSUFFIX}|}
+EXTRACT_ONLY=	# empty
 
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	GNU Unicode TrueType font
 
+LICENSE=	GPLv2+
+
+USES=		fonts
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+FONTSDIR=	${PREFIX}/share/fonts/gnu-unifont${PKGNAMESUFFIX}
+PLIST_FILES=	${FONTFILES:S|^|${FONTSDIR}/|:S|$|${FONTSUFFIX}|}
+
 FONTFILES=	unifont unifont_csur unifont_upper
 FONTSUFFIX=	.ttf
 
-DESCR=		${.CURDIR}/pkg-descr
-DISTINFO_FILE=	${.CURDIR}/distinfo
+do-install:
+	${MKDIR} ${STAGEDIR}${FONTSDIR}
+.for i in ${FONTFILES}
+	${INSTALL_DATA} ${DISTDIR}/${i}-${PORTVERSION}${FONTSUFFIX} \
+	    ${STAGEDIR}${FONTSDIR}/${i}${FONTSUFFIX}
+.endfor
 
-.include "${MASTERDIR}/Makefile"
+.include <bsd.port.mk>
diff --git a/x11-fonts/gnu-unifont-ttf/distinfo b/x11-fonts/gnu-unifont-ttf/distinfo
index b83d165f84bb..2d3e4752850c 100644
--- a/x11-fonts/gnu-unifont-ttf/distinfo
+++ b/x11-fonts/gnu-unifont-ttf/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1609953875
-SHA256 (unifont-13.0.05.ttf) = 4e4731fce48b9f9a90440d149414920cba4b8d9c2cd11c4e00b89088fdfac739
-SIZE (unifont-13.0.05.ttf) = 12279720
-SHA256 (unifont_csur-13.0.05.ttf) = 39d749c22b39bd0d6e5ed36c25384eb1f8164ab556144e5150ce51f8bb56781c
-SIZE (unifont_csur-13.0.05.ttf) = 1268316
-SHA256 (unifont_upper-13.0.05.ttf) = e5815385b4ac816ad65471613b07584c4ab846a0b614a7876ad9377609e2a129
-SIZE (unifont_upper-13.0.05.ttf) = 1994720
+TIMESTAMP = 1620405363
+SHA256 (unifont-13.0.06.ttf) = d73c0425811ffd366b0d1973e9338bac26fe7cf085760a12e10c61241915e742
+SIZE (unifont-13.0.06.ttf) = 12279760
+SHA256 (unifont_csur-13.0.06.ttf) = b822013f4d342112b54f52ca643dce4bf2b305be40d4c0e65e543b46ee7baf3a
+SIZE (unifont_csur-13.0.06.ttf) = 1268372
+SHA256 (unifont_upper-13.0.06.ttf) = 3ffa216ccf910254390ca462687ab11ed0dab8f32f7d4c9fabb22692abcc3587
+SIZE (unifont_upper-13.0.06.ttf) = 1994756


More information about the dev-commits-ports-all mailing list