Received: by mail.netbsd.org (Postfix, from userid 605) id A963584D76; Tue, 28 Jul 2020 16:34:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3206684D72 for ; Tue, 28 Jul 2020 16:34:50 +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 XSDlUPsffBqU for ; Tue, 28 Jul 2020 16:34:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A8CAF84CDC for ; Tue, 28 Jul 2020 16:34:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9C875FB28; Tue, 28 Jul 2020 16:34:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159595408922920" MIME-Version: 1.0 Date: Tue, 28 Jul 2020 16:34:49 +0000 From: "Sean Cole" Subject: CVS commit: pkgsrc/fonts/ttf-tlwg To: pkgsrc-changes@NetBSD.org Reply-To: scole@netbsd.org X-Mailer: log_accum Message-Id: <20200728163449.9C875FB28@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. --_----------=_159595408922920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: scole Date: Tue Jul 28 16:34:49 UTC 2020 Modified Files: pkgsrc/fonts/ttf-tlwg: Makefile distinfo Log Message: Updated to version 0.7.2 0.7.2 (2020-05-01) ===== - Garuda has been fine-tuned by hand for balanced cubic splines and optimal quadratic splines. - All families now use OS/2 Typo metrics instead of just Win/Hhea metrics. - The OS/2 Typo metrics of each family have been normalized for equal line spacing on all faces, esp. regular and bold. - Switch to Python 3 on build scripts. - Fix a TDS zipball naming issue in the generated CTAN zipball. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/fonts/ttf-tlwg/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/fonts/ttf-tlwg/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159595408922920 Content-Disposition: inline Content-Length: 1813 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/ttf-tlwg/Makefile diff -u pkgsrc/fonts/ttf-tlwg/Makefile:1.9 pkgsrc/fonts/ttf-tlwg/Makefile:1.10 --- pkgsrc/fonts/ttf-tlwg/Makefile:1.9 Sat Dec 14 01:01:15 2019 +++ pkgsrc/fonts/ttf-tlwg/Makefile Tue Jul 28 16:34:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/12/14 01:01:15 mef Exp $ +# $NetBSD: Makefile,v 1.10 2020/07/28 16:34:49 scole Exp $ DISTNAME= ttf-tlwg-${TLWG_VERSION} CATEGORIES= fonts @@ -6,7 +6,7 @@ CATEGORIES= fonts MASTER_SITES= ftp://linux.thai.net/pub/thailinux/software/fonts-tlwg/fonts/ EXTRACT_SUFX= .tar.xz -TLWG_VERSION= 0.7.1 +TLWG_VERSION= 0.7.2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://linux.thai.net/projects/thaifonts-scalable Index: pkgsrc/fonts/ttf-tlwg/distinfo diff -u pkgsrc/fonts/ttf-tlwg/distinfo:1.6 pkgsrc/fonts/ttf-tlwg/distinfo:1.7 --- pkgsrc/fonts/ttf-tlwg/distinfo:1.6 Sat Dec 14 01:01:15 2019 +++ pkgsrc/fonts/ttf-tlwg/distinfo Tue Jul 28 16:34:49 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2019/12/14 01:01:15 mef Exp $ +$NetBSD: distinfo,v 1.7 2020/07/28 16:34:49 scole Exp $ -SHA1 (ttf-tlwg-0.7.1.tar.xz) = 215c1c9638fafc245524cb634de430f4bffbfe56 -RMD160 (ttf-tlwg-0.7.1.tar.xz) = 07384e9eca388a7063e286ecd5ca475c10c435ea -SHA512 (ttf-tlwg-0.7.1.tar.xz) = 823932a25f7d5a2f99369ed42526fb37abf4c9dc9f1d2c7a2e8dcf812fae5e87b249cb820ba6c74cf02f03668e77b155af0cc5f0801a2eaee3558d48141b2aad -Size (ttf-tlwg-0.7.1.tar.xz) = 1972468 bytes +SHA1 (ttf-tlwg-0.7.2.tar.xz) = b7ca41429bc1c2525cb47616517527c3b2559558 +RMD160 (ttf-tlwg-0.7.2.tar.xz) = 66985a9e46f0a048149ccf14dfdbfc46a4e9859e +SHA512 (ttf-tlwg-0.7.2.tar.xz) = dd5865da81bbb10665c561ae188197a3bb0831162bf69795298f80f8aff1a210fce8e3d961476a878851376d15d95dd7d36144d53e8123a309ea883ced1a7e58 +Size (ttf-tlwg-0.7.2.tar.xz) = 1958780 bytes --_----------=_159595408922920--