summaryrefslogtreecommitdiff
path: root/fonts/public-sans/Makefile
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2019-12-14 00:47:01 +0000
committermef <mef@pkgsrc.org>2019-12-14 00:47:01 +0000
commit22eba9b0d55b00047b560d8e1d48210777e8f943 (patch)
tree868d585c29c5936bd7fd2992548befefae680c5e /fonts/public-sans/Makefile
parent3197bf6a6c820f93f057ef4ec55c2eb10202f099 (diff)
downloadpkgsrc-22eba9b0d55b00047b560d8e1d48210777e8f943.tar.gz
(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 (limited to 'fonts/public-sans/Makefile')
-rw-r--r--fonts/public-sans/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/fonts/public-sans/Makefile b/fonts/public-sans/Makefile
index 3c08da730f3..3f0cc12c3b7 100644
--- a/fonts/public-sans/Makefile
+++ b/fonts/public-sans/Makefile
@@ -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
HOMEPAGE= https://github.com/uswds/public-sans/