Received: by mail.netbsd.org (Postfix, from userid 605) id D5E0284DC3; Tue, 20 Aug 2019 12:35:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5BEAC84DBC for ; Tue, 20 Aug 2019 12:35:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id pBB_Z1IlH071 for ; Tue, 20 Aug 2019 12:35:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D7C5284D65 for ; Tue, 20 Aug 2019 12:35:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D0A65FBF4; Tue, 20 Aug 2019 12:35:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1566304548201400" MIME-Version: 1.0 Date: Tue, 20 Aug 2019 12:35:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts/unifont To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190820123548.D0A65FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1566304548201400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Aug 20 12:35:48 UTC 2019 Modified Files: pkgsrc/fonts/unifont: Makefile distinfo Log Message: unifont: update to 12.1.03. 2019-08-11: Release 12.1.03 * Replaces the public domain Jiskan Japanese glyphs in unifont_jp with the improved Izumi Japanese glyphs, which (like Jiskan) are also from a font in the public domain spanning JIS X 0213 Plane 1 and Plane 2. * Improved glyphs for Limbu, Buginese, Tai Tham, Adlam, and Mayan Numerals. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/fonts/unifont/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/fonts/unifont/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1566304548201400 Content-Disposition: inline Content-Length: 1706 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/unifont/Makefile diff -u pkgsrc/fonts/unifont/Makefile:1.16 pkgsrc/fonts/unifont/Makefile:1.17 --- pkgsrc/fonts/unifont/Makefile:1.16 Sun Aug 11 13:21:02 2019 +++ pkgsrc/fonts/unifont/Makefile Tue Aug 20 12:35:48 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2019/08/11 13:21:02 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2019/08/20 12:35:48 wiz Exp $ -DISTNAME= unifont-12.1.02 -PKGREVISION= 1 +DISTNAME= unifont-12.1.03 CATEGORIES= fonts MASTER_SITES= http://unifoundry.com/pub/unifont/${DISTNAME}/ Index: pkgsrc/fonts/unifont/distinfo diff -u pkgsrc/fonts/unifont/distinfo:1.13 pkgsrc/fonts/unifont/distinfo:1.14 --- pkgsrc/fonts/unifont/distinfo:1.13 Tue Jun 11 09:04:00 2019 +++ pkgsrc/fonts/unifont/distinfo Tue Aug 20 12:35:48 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2019/06/11 09:04:00 wiz Exp $ +$NetBSD: distinfo,v 1.14 2019/08/20 12:35:48 wiz Exp $ -SHA1 (unifont-12.1.02.tar.gz) = 71597727a4f0919c429af99f96f825fb15bd1cb6 -RMD160 (unifont-12.1.02.tar.gz) = 5e0dc27e0e3c81c39573a9539b71b1e093f9425b -SHA512 (unifont-12.1.02.tar.gz) = 031336c5811957f211e442c9d3a3920cc3149f80681802a0f9e2a9c905ccce8f0434bf37f6000d30ff568aa5020d4017034906be2b38ead7ebb35b7dc8d47299 -Size (unifont-12.1.02.tar.gz) = 19740215 bytes +SHA1 (unifont-12.1.03.tar.gz) = 68f9c5dc5c2d51ff1024322f68ef731d7fc30d39 +RMD160 (unifont-12.1.03.tar.gz) = 42957cc0acb60d4f1b9d464f9943451800e9950c +SHA512 (unifont-12.1.03.tar.gz) = 4826095b3d5ab164a16a27d27334ab2ba62f39db46f164ceb31dccae14c8c0f2a1ea4d2141167c9328b699ab987bb094900d7d7af98a3c0b8d2260430d62200a +Size (unifont-12.1.03.tar.gz) = 19754011 bytes SHA1 (patch-man_Makefile) = 3d4274578270fc8df1e713ffacaecabfa356383a --_----------=_1566304548201400--