Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2FEC87A26F for ; Mon, 31 Oct 2016 16:48:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D367C85647; Mon, 31 Oct 2016 16:48:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 63D3285606 for ; Mon, 31 Oct 2016 16:48:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 1POIUxtICEZJ for ; Mon, 31 Oct 2016 16:48:49 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E8864855E8 for ; Mon, 31 Oct 2016 16:48:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2D2AFBA3; Mon, 31 Oct 2016 16:48:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1477932528185290" MIME-Version: 1.0 Date: Mon, 31 Oct 2016 16:48: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: <20161031164848.E2D2AFBA3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1477932528185290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Oct 31 16:48:48 UTC 2016 Modified Files: pkgsrc/fonts/unifont: Makefile distinfo Log Message: Updated unifont to 9.0.04. 2016-10-29 Paul Hardy * Version: 9.0.04. * font/plane00/unifont-base.hex: - Extended "{" and "}" by one pixel to add a point in the center. - Swapped U+2A05 and U+2A06; they were in reverse order. * Added omitted ChangeLog entry for Unifont 9.0.03 for the addition of Pikto glyphs to font/plane0Fcsur/plane0Fcsur.hex. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/fonts/unifont/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/fonts/unifont/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1477932528185290 Content-Disposition: inline Content-Length: 1664 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.6 pkgsrc/fonts/unifont/Makefile:1.7 --- pkgsrc/fonts/unifont/Makefile:1.6 Mon Oct 24 10:54:56 2016 +++ pkgsrc/fonts/unifont/Makefile Mon Oct 31 16:48:48 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2016/10/24 10:54:56 maya Exp $ +# $NetBSD: Makefile,v 1.7 2016/10/31 16:48:48 wiz Exp $ -DISTNAME= unifont-9.0.03 +DISTNAME= unifont-9.0.04 CATEGORIES= fonts MASTER_SITES= http://unifoundry.com/pub/${DISTNAME}/ Index: pkgsrc/fonts/unifont/distinfo diff -u pkgsrc/fonts/unifont/distinfo:1.5 pkgsrc/fonts/unifont/distinfo:1.6 --- pkgsrc/fonts/unifont/distinfo:1.5 Mon Oct 24 10:54:56 2016 +++ pkgsrc/fonts/unifont/distinfo Mon Oct 31 16:48:48 2016 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2016/10/24 10:54:56 maya Exp $ +$NetBSD: distinfo,v 1.6 2016/10/31 16:48:48 wiz Exp $ -SHA1 (unifont-9.0.03.tar.gz) = 503b25af4c0c3928bdea406c13524b5321232f60 -RMD160 (unifont-9.0.03.tar.gz) = 49a0c4e75a494c8ab861c01907637ceeb71ff392 -SHA512 (unifont-9.0.03.tar.gz) = 45f02e485edd426e9fa994c4e8dcf2ad3735d53ffc6be704cec0a3137a551921144cb92b95aadcc330dad5cbeaf5d0aafc74327435bbec14f9f59708e1deafd9 -Size (unifont-9.0.03.tar.gz) = 14787246 bytes +SHA1 (unifont-9.0.04.tar.gz) = da4df39b53ee5064917706bf1d2e9a757dca2507 +RMD160 (unifont-9.0.04.tar.gz) = c3ca1a905ccac497f7b9a4a90f62ec2234b7bf73 +SHA512 (unifont-9.0.04.tar.gz) = 1ddf232572e7e53838fbd9c9e28ef6573e29641ea47372ee7b0057d2df3c9d0eaf3c57478f5a8972ea439f7ce423e767208764676bbf34f7b026e60809b73fd4 +Size (unifont-9.0.04.tar.gz) = 14787042 bytes SHA1 (patch-man_Makefile) = 3d4274578270fc8df1e713ffacaecabfa356383a --_----------=_1477932528185290--