Received: by mail.netbsd.org (Postfix, from userid 605) id 25F6084D87; Fri, 13 Dec 2019 14:52:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A1F1484D7B for ; Fri, 13 Dec 2019 14:52: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 rmm8O9Fsfyzz for ; Fri, 13 Dec 2019 14:52: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 EF75884CF7 for ; Fri, 13 Dec 2019 14:52:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DEFE4FA97; Fri, 13 Dec 2019 14:52:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1576248768202490" MIME-Version: 1.0 Date: Fri, 13 Dec 2019 14:52:48 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/fonts/cantarell-fonts To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20191213145248.DEFE4FA97@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. --_----------=_1576248768202490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: mef Date: Fri Dec 13 14:52:48 UTC 2019 Modified Files: pkgsrc/fonts/cantarell-fonts: Makefile distinfo Log Message: (fonts/cantarell-fonts) Updated 0.025 to 0.111 0.111 - Fix the wrongly assigned OS/2 weight class values that e.g. led to Extra Bold being selected when Bold was requested. 0.110 - Space everything a little bit tighter. - Scale down whiteCircle and blackCircle by 50%, makes password dots smaller. - Tweak feet of one.lf slightly for a more even appearance. - Revise lcaron, dcaron and tcaron for collision-free rendering even at bold weight. Will need kerning later. - Add draft of Cyrillic (GF Cyrillic Plus set), to be improved. - Equalize advance width of period, comma, colon, semicolon. - Build packages with prebuilt fonts baked in. - New contributed AppStream metadata translations for Slovak (Dušan Kazik), Slovenian (Matej Urbančič), Russian (Stas Solovey) and Chinese China (Dingzhong Chen). 0.101 - Countless detail updates to various glyphs - Added contributed AppStream metdata translations for Polish (Piotr Drąg), French (Claude Paroz), Indonesian (Kukuh Syafaat), Galician (Fran Dieguez), Occitan (Cédric Valmary), Chinese Taiwan (Cheng-Chia Tseng), Spanish (Daniel Mustieles), Catalan (Adolfo Jayme), Croatian (gogo), German (Tim Sabsch), Dutch (Nathan Follens), Turkish (Emin Tufan Çetin), Serbian (Марко Костић), Serbian Latin (Marko Kostić), Hungarian (Gabor Kelemen), Korean (DaeHyun Sung), Czech (Marek Černocký), Lithuanian (Aurimas Černius), Danish (Ask Hjorth Larsen), Italian (Gianvito Cavasoli), Romanian (Daniel Șerbănescu), Punjabi (A S Alam), Latvian (Rūdolfs Mazurs), Swedish (Anders Jonsson), Icelandic (Sveinn í Felli), Greek (Efstathios Iosifidis) 0.100 - Redesigned from scratch to interpolate cleanly from thin to extra bold. Currently targets the Google Fonts Latin Core and Pro glyph sets. - Added contributed AppStream metdata translations for Brazilian Portugese (Rafael Fontenelle), Friulian (Fabio Tomat) and Finnish (Jiri Grönroos). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/fonts/cantarell-fonts/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/fonts/cantarell-fonts/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1576248768202490 Content-Disposition: inline Content-Length: 2148 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/cantarell-fonts/Makefile diff -u pkgsrc/fonts/cantarell-fonts/Makefile:1.7 pkgsrc/fonts/cantarell-fonts/Makefile:1.8 --- pkgsrc/fonts/cantarell-fonts/Makefile:1.7 Tue Sep 20 11:52:15 2016 +++ pkgsrc/fonts/cantarell-fonts/Makefile Fri Dec 13 14:52:48 2019 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2016/09/20 11:52:15 mef Exp $ +# $NetBSD: Makefile,v 1.8 2019/12/13 14:52:48 mef Exp $ # -DISTNAME= cantarell-fonts-0.0.25 +DISTNAME= cantarell-fonts-0.111 CATEGORIES= fonts -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/cantarell-fonts/0.0/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/cantarell-fonts/0.111/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org @@ -24,7 +24,7 @@ INSTALL_FONTS= Cantarell-Bold.otf \ do-install: .for f in ${INSTALL_FONTS} - ${INSTALL_DATA} ${WRKSRC}/otf/${f} ${DESTDIR}${FONTDIR} + ${INSTALL_DATA} ${WRKSRC}/prebuilt/${f} ${DESTDIR}${FONTDIR} .endfor .include "../../mk/bsd.pkg.mk" Index: pkgsrc/fonts/cantarell-fonts/distinfo diff -u pkgsrc/fonts/cantarell-fonts/distinfo:1.6 pkgsrc/fonts/cantarell-fonts/distinfo:1.7 --- pkgsrc/fonts/cantarell-fonts/distinfo:1.6 Tue Sep 20 11:52:15 2016 +++ pkgsrc/fonts/cantarell-fonts/distinfo Fri Dec 13 14:52:48 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2016/09/20 11:52:15 mef Exp $ +$NetBSD: distinfo,v 1.7 2019/12/13 14:52:48 mef Exp $ -SHA1 (cantarell-fonts-0.0.25.tar.xz) = b893687a68efa3139b8b429560705b48ba118396 -RMD160 (cantarell-fonts-0.0.25.tar.xz) = 5fb0c05b0a36ed29a238dbaf4f814e197fd16522 -SHA512 (cantarell-fonts-0.0.25.tar.xz) = c09c3ecb3d4c50f613234398fabd327ca92b8abbc27082e8e98f2944f3dd9f0c2ff4c022ff5e5503a86e724bb8e2fbf6cd081f8a29e91b4209f5bf0e32168c3e -Size (cantarell-fonts-0.0.25.tar.xz) = 351768 bytes +SHA1 (cantarell-fonts-0.111.tar.xz) = 149eb2552c4fb7a1105a3b9a273d97aa68607cdd +RMD160 (cantarell-fonts-0.111.tar.xz) = 30d911245da6672a403da39eaa4981d5d0b76a37 +SHA512 (cantarell-fonts-0.111.tar.xz) = 638298a6381a3ede862d1b100fcfea943bebb5e1c0dc4f1597ab2f841e933b484436b139090a669c770c02483a24f2b92bbd12bce71d7a40eb4c325573e3df9e +Size (cantarell-fonts-0.111.tar.xz) = 326216 bytes --_----------=_1576248768202490--