pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/public-sans (fonts/public-sans) Updated 1.0.0 to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74f2922b3f12
branches:  trunk
changeset: 345525:74f2922b3f12
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Dec 14 00:47:01 2019 +0000

description:
(fonts/public-sans) Updated 1.0.0 to 1.007

Public Sans v1.007
 @thisisdano thisisdano released this Nov 14, 2019 ? 1 commit to master since
 this release

 General
   - Rewrite type test to better test unusual combinations
   - Remove AFM files for simplicity
   - Rename fonts to binaries
   - Keep UFOs and designspace files in src
   - Move Glyphs files to src/glyphs
   - Update test strings
   - Add Google Analytics code to site
   - Update dependencies
   - Remediate package vulnerabilities in gulp-notify
   - Update and clarify Public Sans license

 Metadata
   - Update description
   - Remove trademark metadata
   - Update copyright and designer information

 Metrics changes
   - Changed ascender height to 1900

   Parameter   v1.006 v1.007
 Ascender      2000   1900
 typoAscender  2000   1900
 hheaAscender  2000   1900

 Kerning and spacing
   - Normalized sidebearings to multiples of 5
   - Used sidebearing groups more consistently
   - Improve ? spacing
   - Improve kerning of the following: s|s, t|t, g|g, r|g, E|t, V|[a,e], R|e,
     'P'|'e'
   - Fix spacing around U
   - Set width of the colonsign.tf to 1400
   - Use 600 width for tf punctuation
   - Rebalance roman tabular figures
   - Use components for .tf numbers and rebalance

 Glyphs
   - Widen H
   - Redraw ?
   - Add and synchronize italic tabular figs
   - Add currency to tabular figures
   - Align diacritics
   - Fix faulty dot accents
   - Fix italic i
   - Square terminals and regularize shapes in s,e,c
   - Update italic ? and ?
   - Update italic ? and ?

Public Sans v1.006
 @thisisdano thisisdano released this Jul 18, 2019 ? 94 commits to master since
 this release

   - Adds a new python-based build script for generating webfonts and variable
     fonts. Use /.build.sh from the project directory. Based on https://
     github.com/thundernixon/googlefonts-qa-template/blob/master/sources/
     build.sh
   - Moves to 2000 UPM
   - Adjusts kerning overall
   - Improves vertical metrics
   - Rounds counters in b, d, p, and q glyphs
   - Widens o and e glyphs
   - Narrows s glyph
   - Slightly squares curves in rounded lowercase thin glyphs
   - Squares counters on S and C glyphs
   - Aligns C and G glyph upper terminals
   - Improves output of variable fonts
   - Outputs better binaries for Font Bakery (https://github.com/googlefonts/
     fontbakery)

Public Sans v1.005
 @thisisdano thisisdano released this Jun 6, 2019 ? 108 commits to master since
 this release

   - Redraws eth character
   - Improves Vietnamese diacritics with better positioning and shape
   - Fixes bad masters that resulted in faulty interpolation in fractions and
     some math characters
   - Improves spacing of caron.alt?related glyphs

Public Sans v1.004
 @thisisdano thisisdano released this Jun 3, 2019 ? 115 commits to master since
 this release

   - Improved kerning
   - Improved hinting and rendering on Windows
   - Improved fractions and subscript/superscript numerals
   - Improved spacing for hyphens and em/en dashes
   - Fixes the col?n character

Public Sans v1.003
 @thisisdano thisisdano released this May 7, 2019 ? 129 commits to master since
 this release

   - Address some spacing regressions in v1.002
   - Thicken regular weight to 365 from 350
   - Adds explicit underline metadata to address a rendering quirk in Firefox

Public Sans v1.002
 @thisisdano thisisdano released this May 6, 2019 ? 136 commits to master since
 this release

 This release tries to simplify the kerning and spacing and make both easier to
 maintain. There may be some small spacing regressions as we evaluate this
 version in production and continue to update.

   - Added 'okina character
   - Improved appearance and spacing of diacritic glyphs ? especially Czech,
     Slovak, and Vietnamese
   - Improved consistency between roman and italic
   - Upscaled to 2000 UPM
   - Use 100-900 as range for variable font output
   - Rebalanced numbers
   - Improved kerning in fractions
   - Corrected some spacing issues in tabular figures, especially in italic
     tabular figures
   - Adjusted position of hcircumflex
   - Removed spur from eszett
   - Simplified spacing and kerning
   - Updated and made better use of sidebearing groups
   - Updated and made better use of kerning groups

diffstat:

 fonts/public-sans/Makefile |   8 ++++----
 fonts/public-sans/PLIST    |   6 +++---
 fonts/public-sans/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 12 deletions(-)

diffs (67 lines):

diff -r 3f520b30ba66 -r 74f2922b3f12 fonts/public-sans/Makefile
--- a/fonts/public-sans/Makefile        Fri Dec 13 21:53:06 2019 +0000
+++ b/fonts/public-sans/Makefile        Sat Dec 14 00:47:01 2019 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2019/04/14 06:28:13 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/14 00:47:01 mef Exp $
 
-DISTNAME=      public-sans-v1.0.0
+VERSION=       1.007
+DISTNAME=      public-sans-v${VERSION}
 PKGNAME=       ${DISTNAME:S/v1/1/}
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=uswds/}
-GITHUB_RELEASE=        v${PKGVERSION_NOREV}
-EXTRACT_SUFX=  .zip
+GITHUB_TAG=    v${VERSION}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/uswds/public-sans/
diff -r 3f520b30ba66 -r 74f2922b3f12 fonts/public-sans/PLIST
--- a/fonts/public-sans/PLIST   Fri Dec 13 21:53:06 2019 +0000
+++ b/fonts/public-sans/PLIST   Sat Dec 14 00:47:01 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/04/14 06:28:13 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/12/14 00:47:01 mef Exp $
 share/fonts/X11/OTF/PublicSans-Black.otf
 share/fonts/X11/OTF/PublicSans-BlackItalic.otf
 share/fonts/X11/OTF/PublicSans-Bold.otf
@@ -17,6 +17,8 @@
 share/fonts/X11/OTF/PublicSans-SemiBoldItalic.otf
 share/fonts/X11/OTF/PublicSans-Thin.otf
 share/fonts/X11/OTF/PublicSans-ThinItalic.otf
+share/fonts/X11/TTF/Public-Sans-Italic-VF.ttf
+share/fonts/X11/TTF/Public-Sans-Roman-VF.ttf
 share/fonts/X11/TTF/PublicSans-Black.ttf
 share/fonts/X11/TTF/PublicSans-BlackItalic.ttf
 share/fonts/X11/TTF/PublicSans-Bold.ttf
@@ -25,14 +27,12 @@
 share/fonts/X11/TTF/PublicSans-ExtraBoldItalic.ttf
 share/fonts/X11/TTF/PublicSans-ExtraLight.ttf
 share/fonts/X11/TTF/PublicSans-ExtraLightItalic.ttf
-share/fonts/X11/TTF/PublicSans-Italic-GX.ttf
 share/fonts/X11/TTF/PublicSans-Italic.ttf
 share/fonts/X11/TTF/PublicSans-Light.ttf
 share/fonts/X11/TTF/PublicSans-LightItalic.ttf
 share/fonts/X11/TTF/PublicSans-Medium.ttf
 share/fonts/X11/TTF/PublicSans-MediumItalic.ttf
 share/fonts/X11/TTF/PublicSans-Regular.ttf
-share/fonts/X11/TTF/PublicSans-Roman-GX.ttf
 share/fonts/X11/TTF/PublicSans-SemiBold.ttf
 share/fonts/X11/TTF/PublicSans-SemiBoldItalic.ttf
 share/fonts/X11/TTF/PublicSans-Thin.ttf
diff -r 3f520b30ba66 -r 74f2922b3f12 fonts/public-sans/distinfo
--- a/fonts/public-sans/distinfo        Fri Dec 13 21:53:06 2019 +0000
+++ b/fonts/public-sans/distinfo        Sat Dec 14 00:47:01 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/04/14 06:28:13 wiz Exp $
+$NetBSD: distinfo,v 1.2 2019/12/14 00:47:01 mef Exp $
 
-SHA1 (public-sans-v1.0.0.zip) = 6e81c08d37e589b76bd10beef44cd6ca7396b412
-RMD160 (public-sans-v1.0.0.zip) = 089aa56e8a20cebbe6bf3f09d046af124d405e42
-SHA512 (public-sans-v1.0.0.zip) = cd33af4456382d511d48bee71c30a093389da8d79adcb8df972ef5b32742eb4346399dee504db670dfc7d2136585ed373f5a12137929dae3bac4db043a18c25c
-Size (public-sans-v1.0.0.zip) = 3943535 bytes
+SHA1 (public-sans-v1.007.tar.gz) = 8429943ee7bff25202ff00f97d37209fd3277daa
+RMD160 (public-sans-v1.007.tar.gz) = 8fcbc603279ff6aa1d61f5b57dbcd4f903253d14
+SHA512 (public-sans-v1.007.tar.gz) = f9b233a56c7575247991d990710cb4524dc9d4fc5f56e8932126d9507b4e879e2e79863501cead8e96e4ddfeaff736e74bebef5dfcba18c9bbd85ead1fbbe3e4
+Size (public-sans-v1.007.tar.gz) = 12122456 bytes



Home | Main Index | Thread Index | Old Index