From 9a82124203835bdc4c4033cd0ba74b620c13446b Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Mon, 28 Aug 2017 22:23:57 +0000 Subject: - Update to 10.0.06. - Reset maintainership. - Rewrite makefiles to make x11-fonts/gnu-unifont-ttf a slave port to x11-fonts/gnu-unifont. - Clarify license. PR: 220616 Approved by: maintainer timeout (> 1 month) --- x11-fonts/gnu-unifont-ttf/Makefile | 31 ++++++++----------------------- x11-fonts/gnu-unifont-ttf/distinfo | 9 +++++++-- x11-fonts/gnu-unifont-ttf/pkg-plist | 4 ---- 3 files changed, 15 insertions(+), 29 deletions(-) delete mode 100644 x11-fonts/gnu-unifont-ttf/pkg-plist (limited to 'x11-fonts/gnu-unifont-ttf') diff --git a/x11-fonts/gnu-unifont-ttf/Makefile b/x11-fonts/gnu-unifont-ttf/Makefile index 7ec6dfb68a5e..b7437eb689be 100644 --- a/x11-fonts/gnu-unifont-ttf/Makefile +++ b/x11-fonts/gnu-unifont-ttf/Makefile @@ -1,30 +1,15 @@ # $FreeBSD$ -PORTNAME= gnu-unifont-ttf -PORTVERSION= 7.0.03 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= x11-fonts -MASTER_SITES= GNU/unifont/unifont-${PORTVERSION} -DISTNAME= unifont-${PORTVERSION} +MASTERDIR= ${.CURDIR}/../gnu-unifont -MAINTAINER= bsdports@gmail.com -COMMENT= Unicode TrueType Font +PKGNAMESUFFIX= -ttf -USES= fonts +COMMENT= GNU Unicode TrueType font -NO_BUILD= yes -WRKSRC_SUBDIR= font/precompiled +FONTFILES= ${PORTNAME} ${PORTNAME}_csur ${PORTNAME}_upper +FONTSUFFIX= .ttf -do-install: - @${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/unifont-${PORTVERSION}.ttf \ - ${STAGEDIR}${FONTSDIR}/unifont.ttf - ${INSTALL_DATA} ${WRKSRC}/unifont_csur-${PORTVERSION}.ttf \ - ${STAGEDIR}${FONTSDIR}/unifont_csur.ttf - ${INSTALL_DATA} ${WRKSRC}/unifont_upper-${PORTVERSION}.ttf \ - ${STAGEDIR}${FONTSDIR}/unifont_upper.ttf - ${INSTALL_DATA} ${WRKSRC}/unifont_upper_csur-${PORTVERSION}.ttf \ - ${STAGEDIR}${FONTSDIR}/unifont_upper_csur.ttf +DESCR= ${.CURDIR}/pkg-descr +DISTINFO_FILE= ${.CURDIR}/distinfo -.include +.include "${MASTERDIR}/Makefile" diff --git a/x11-fonts/gnu-unifont-ttf/distinfo b/x11-fonts/gnu-unifont-ttf/distinfo index da903576d772..6c700644c7c3 100644 --- a/x11-fonts/gnu-unifont-ttf/distinfo +++ b/x11-fonts/gnu-unifont-ttf/distinfo @@ -1,2 +1,7 @@ -SHA256 (unifont-7.0.03.tar.gz) = 3b5f2f3aa1bee9fdd3b23b17c0a3206948c3148dfd3ca0404696ea06d63c72cd -SIZE (unifont-7.0.03.tar.gz) = 18372349 +TIMESTAMP = 1503957706 +SHA256 (unifont-10.0.06.ttf) = 669a9764fb640c832a8ebfbd2c351be744b55c6f65b40f1fb203144309659ac0 +SIZE (unifont-10.0.06.ttf) = 12291504 +SHA256 (unifont_csur-10.0.06.ttf) = c6bbd70acb29bec83611732cce1e41953c48cb59516506dbf0ed94a23f71753a +SIZE (unifont_csur-10.0.06.ttf) = 750816 +SHA256 (unifont_upper-10.0.06.ttf) = be9d9670632b65113bc280d687fbc806990847f6b4567af89f1db45ae97f5b92 +SIZE (unifont_upper-10.0.06.ttf) = 1375664 diff --git a/x11-fonts/gnu-unifont-ttf/pkg-plist b/x11-fonts/gnu-unifont-ttf/pkg-plist deleted file mode 100644 index f4701aefec45..000000000000 --- a/x11-fonts/gnu-unifont-ttf/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%FONTSDIR%%/unifont.ttf -%%FONTSDIR%%/unifont_csur.ttf -%%FONTSDIR%%/unifont_upper.ttf -%%FONTSDIR%%/unifont_upper_csur.ttf -- cgit v1.2.3