pkgsrc-WIP-changes archive

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

fonttosfnt: update to 1.2.0.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Oct 21 08:54:41 2020 +0200
Changeset:	b292dddee8b657fd9c1fca756f8e4274e44eb95f

Modified Files:
	fonttosfnt/Makefile
	fonttosfnt/distinfo

Log Message:
fonttosfnt: update to 1.2.0.

Christopher Zimmermann (13):
      don't add arbitrary number to the glypth metrics
      use zero lineGap, sTypoDescender should be negative
      truncate foundry if there is no known abbreviation.
      correctly set OS2 fsSelection for italic and bold fonts
      use standard C rounding functions
      use more properties according to XLFD
      use design metrics in eblc instead of calculated metrics
      provide version 5 OS/2 table
      Add warnings when wrapping multiple fonts and on PCF fonts
      move metrics calculation to write.c
      calculate capHeight and xHeight as recommended
      fix sign of sTypoDescender
      use PIXEL_SIZE to calculate lineGap

Peng Wu (1):
      Guess Regular style for Medium Weight

Peter Hutterer (1):
      Bump to 1.2.0

rnhmjoj (2):
      Fix incorrect error handling in macTime()
      Fix uninitialised memory write

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b292dddee8b657fd9c1fca756f8e4274e44eb95f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fonttosfnt/Makefile | 2 +-
 fonttosfnt/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/fonttosfnt/Makefile b/fonttosfnt/Makefile
index d597546901..83599cfa36 100644
--- a/fonttosfnt/Makefile
+++ b/fonttosfnt/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.5 2012/09/28 23:21:48 asau Exp $
 
-DISTNAME=	fonttosfnt-1.1.0
+DISTNAME=	fonttosfnt-1.2.0
 CATEGORIES=	fonts x11
 MASTER_SITES=	${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=	.tar.bz2
diff --git a/fonttosfnt/distinfo b/fonttosfnt/distinfo
index 7d04100467..d4ad37a1f8 100644
--- a/fonttosfnt/distinfo
+++ b/fonttosfnt/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2009/11/09 19:40:18 tnn2 Exp $
 
-SHA1 (fonttosfnt-1.1.0.tar.bz2) = 0e0ea8c92941bf9126b87fae5bb723c8e1035ae2
-RMD160 (fonttosfnt-1.1.0.tar.bz2) = 18f89adf7a178a0a473513973e697a0dd6d7d42e
-SHA512 (fonttosfnt-1.1.0.tar.bz2) = f4fb9814c23bfd6f83771959444d2c37eb4ba32edee43c37cf21f0181be80c6e278307641b0f4dae4ee5d10db3289e95194f99757ea4bbca343fff15498e7173
-Size (fonttosfnt-1.1.0.tar.bz2) = 143545 bytes
+SHA1 (fonttosfnt-1.2.0.tar.bz2) = c538f62fc0a9373b016abaa3eb97b034df99ca63
+RMD160 (fonttosfnt-1.2.0.tar.bz2) = 098d84cab1eb880d2e57f65d13464c699115594a
+SHA512 (fonttosfnt-1.2.0.tar.bz2) = a360bd8535beaef89afa6c0678a40f7c554e9d631e0fcb80bb1363ab72288e27a5e106521610f61c95b8101f79c7f02492a2068411b5f5b695de780d8a1c1b25
+Size (fonttosfnt-1.2.0.tar.bz2) = 145904 bytes


Home | Main Index | Thread Index | Old Index