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 277B37A13F for ; Sun, 24 Jul 2016 18:50:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9FFA385F3D; Sun, 24 Jul 2016 18:50:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2EE5085F33 for ; Sun, 24 Jul 2016 18:50:58 +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 HxDCHghE_CmF for ; Sun, 24 Jul 2016 18:50:57 +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 90EFC85E58 for ; Sun, 24 Jul 2016 18:50:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8EE85FBB5; Sun, 24 Jul 2016 18:50:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469386257193300" MIME-Version: 1.0 Date: Sun, 24 Jul 2016 18:50:57 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/fonts/harfbuzz To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160724185057.8EE85FBB5@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. --_----------=_1469386257193300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jul 24 18:50:57 UTC 2016 Modified Files: pkgsrc/fonts/harfbuzz: Makefile PLIST distinfo Log Message: Updated harfbuzz to 1.3.0. Overview of changes leading to 1.3.0 Thursday, July 21, 2016 ==================================== - Update to Unicode 9.0.0 - Move Javanese from Indic shaper to Universal Shaping Engine. - Allow MultipleSubst to delete a glyph (matching Windows engine). - Update Universal Shaping Engine to latest draft from Microsoft. - DirectWrite backend improvements. Note: this backend is for testing ONLY. - CoreText backend improvements with unreachable fonts. - Implement symbol fonts (cmap 3.0.0) in hb-ft and hb-ot-font. - Blacklist bad GDEF of more fonts (Tahoma & others). - Misc fixes. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/fonts/harfbuzz/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/fonts/harfbuzz/PLIST cvs rdiff -u -r1.55 -r1.56 pkgsrc/fonts/harfbuzz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469386257193300 Content-Disposition: inline Content-Length: 2456 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/harfbuzz/Makefile diff -u pkgsrc/fonts/harfbuzz/Makefile:1.68 pkgsrc/fonts/harfbuzz/Makefile:1.69 --- pkgsrc/fonts/harfbuzz/Makefile:1.68 Thu May 12 14:03:27 2016 +++ pkgsrc/fonts/harfbuzz/Makefile Sun Jul 24 18:50:57 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2016/05/12 14:03:27 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2016/07/24 18:50:57 wiz Exp $ -DISTNAME= harfbuzz-1.2.7 +DISTNAME= harfbuzz-1.3.0 CATEGORIES= fonts MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/fonts/harfbuzz/PLIST diff -u pkgsrc/fonts/harfbuzz/PLIST:1.15 pkgsrc/fonts/harfbuzz/PLIST:1.16 --- pkgsrc/fonts/harfbuzz/PLIST:1.15 Thu Mar 3 12:34:33 2016 +++ pkgsrc/fonts/harfbuzz/PLIST Sun Jul 24 18:50:57 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2016/03/03 12:34:33 wiz Exp $ +@comment $NetBSD: PLIST,v 1.16 2016/07/24 18:50:57 wiz Exp $ bin/hb-ot-shape-closure bin/hb-shape include/harfbuzz/hb-blob.h @@ -82,6 +82,7 @@ share/gtk-doc/html/harfbuzz/harfbuzz.dev share/gtk-doc/html/harfbuzz/hello-harfbuzz.html share/gtk-doc/html/harfbuzz/home.png share/gtk-doc/html/harfbuzz/index.html +share/gtk-doc/html/harfbuzz/index.sgml share/gtk-doc/html/harfbuzz/install-harfbuzz.html share/gtk-doc/html/harfbuzz/left-insensitive.png share/gtk-doc/html/harfbuzz/left.png Index: pkgsrc/fonts/harfbuzz/distinfo diff -u pkgsrc/fonts/harfbuzz/distinfo:1.55 pkgsrc/fonts/harfbuzz/distinfo:1.56 --- pkgsrc/fonts/harfbuzz/distinfo:1.55 Thu May 12 14:03:27 2016 +++ pkgsrc/fonts/harfbuzz/distinfo Sun Jul 24 18:50:57 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.55 2016/05/12 14:03:27 wiz Exp $ +$NetBSD: distinfo,v 1.56 2016/07/24 18:50:57 wiz Exp $ -SHA1 (harfbuzz-1.2.7.tar.bz2) = d8a1ee20de9e792e17c11b2c2c14ccc643aaeda1 -RMD160 (harfbuzz-1.2.7.tar.bz2) = 73b68dccf2877cc205cc168ce122c812b7789a6d -SHA512 (harfbuzz-1.2.7.tar.bz2) = e1edfa0bf4936f7d47e5622547429b7f573710ac0c4fc023a7b00e1dceca8aa7f02800166eea0c883ae44d2886c50416d61791a8a8240ddaab9f4e389dadfff2 -Size (harfbuzz-1.2.7.tar.bz2) = 1345389 bytes +SHA1 (harfbuzz-1.3.0.tar.bz2) = 260ccf91fd9e78fbc68e9086bc2555158713c633 +RMD160 (harfbuzz-1.3.0.tar.bz2) = 92c18499ec2cc830d58b9512ee181dba0228a74e +SHA512 (harfbuzz-1.3.0.tar.bz2) = 6a5b917e47233eebd8ecb36f24b4eb189c3bacc920b7ca8f8f1bc1036fedaba0b415727a4cc2836956eea48e8dabc63b117789331a9b27201731ab99bf0c2399 +Size (harfbuzz-1.3.0.tar.bz2) = 1351234 bytes --_----------=_1469386257193300--