Skip to content

Commit

Permalink
(fonts/ttf-tlwg) Updated from 0.6.4 to 0.7.1
Browse files Browse the repository at this point in the history
Fonts-TLWG 0.7.1 Released
Submitted by thep on 4 November, 2018 - 16:18

  - Address another reproducibility issue caused by "date stamp" in
    auto-generated UniqueID.
  - Automate font binary tarballs building, with additional ZIP provision.

Fonts-TLWG 0.7.0 Released
Submitted by thep on 26 October, 2018 - 14:32

  - Build fonts reproducibly, thus new major version due to source
    restructuring.
  -  Generate OTF by default instead of TTF.
  -  LaTeX: Provide OpenType fonts for XeTeX.
    (Issue #6. Thanks Abhabongse Janthong for the suggestion.)
  -  Fix bug in GSUB rule.
    (Issue #7. Thanks @Richard57 for the report and investigation.)
  -  Norasi: Fix Fontforge warnings and substitution rules.

Fonts-TLWG 0.6.5 Released
Submitted by thep on 24 April, 2018 - 12:57

  -  Convert source files to recent Fontforge format.
  -  Move fontconfig templates to /usr/share/fontconfig, according to recent
    fontconfig change.
  -  Normalize TTFWeight for non-bold, non-light fonts, so some apps like
    EditPad can classify the weight correctly.
    (Thanks @alysdexia for the report in Issue #5.)
  - Add missing Latin ligatures to Laksaman, to fullfill LaTeX typesetting.
    (Thanks Kittipitch Meesawat for the report in a KKLUG meeting.)
  • Loading branch information
mef committed Dec 14, 2019
1 parent 6c39748 commit 2104801
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions fonts/ttf-tlwg/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.8 2017/10/29 20:52:04 scole Exp $
# $NetBSD: Makefile,v 1.9 2019/12/14 01:01:15 mef Exp $

DISTNAME= ttf-tlwg-${TLWG_VERSION}
CATEGORIES= fonts

MASTER_SITES= ftp://linux.thai.net/pub/thailinux/software/fonts-tlwg/fonts/
EXTRACT_SUFX= .tar.xz

TLWG_VERSION= 0.6.4
TLWG_VERSION= 0.7.1

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://linux.thai.net/projects/thaifonts-scalable
Expand Down Expand Up @@ -46,7 +46,7 @@ do-install:
cd ${WRKSRC} && for f in *.ttf ; do \
${INSTALL_DATA} $$f ${DESTDIR}${FONTDIR}/$$f; \
done
${INSTALL_DATA} ${WRKSRC}/etc/fonts/conf.avail/* \
${INSTALL_DATA} ${WRKSRC}/fontconfig/conf.avail/* \
${DESTDIR}${PREFIX}/share/fontconfig/conf.avail

.include "../../mk/bsd.pkg.mk"
10 changes: 5 additions & 5 deletions fonts/ttf-tlwg/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2017/10/29 20:52:04 scole Exp $
$NetBSD: distinfo,v 1.6 2019/12/14 01:01:15 mef Exp $

SHA1 (ttf-tlwg-0.6.4.tar.xz) = bd93214e4182c2e1f4c6e26a16fb257f093db129
RMD160 (ttf-tlwg-0.6.4.tar.xz) = ff38ac7e4207852c34585d8ec10587cb9516a094
SHA512 (ttf-tlwg-0.6.4.tar.xz) = 062b92a78f377429d21f247896b05713bf76fd38378cce51c767e22ebdf3c3460522d330e0f277f8eb098d29189156df8d401b63be5561e217d1fcf6d13dc9ea
Size (ttf-tlwg-0.6.4.tar.xz) = 1960288 bytes
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

0 comments on commit 2104801

Please sign in to comment.