pkgsrc-WIP-changes archive

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

fonttosfnt: update to 1.1.0.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Tue Jan 7 10:18:09 2020 +0100
Changeset:	2cb1bcb4d0f0f87eca0aee40b8a9d761eb69544e

Modified Files:
	fonttosfnt/Makefile
	fonttosfnt/distinfo

Log Message:
fonttosfnt: update to 1.1.0.

Hot on the heels of the 2018 release, here's another fonttosfnt release to
get your new year going. See, it doesn't always take a decade to run a release
script and throw some tarballs at a server. Sometimes a year and a bit is
sufficient.

fonttosfnt is a commandline tool that wraps bitmap fonts into a truetype
wrapper. This release includes a few code changes that warrant the minor
version number bump, but for a summary the git shortlog is about as useful
as any summary I can come up with.

Alan Coopersmith (2):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration

Jouke Witteveen (3):
      Correct a string literal
      Mention .otb as an extension
      Accept a BDF font on stdin

Maya Rashish (1):
      Avoid undefined behaviour

Peng Wu (1):
      Round font size to integer value when reading bitmap font

Peter Hutterer (2):
      Mark vsprintf_alloc as printf-like function
      Bump to 1.1.0

Ryan Farley (3):
      check for freetype NULL atoms
      let freetype handle ISO-8859-1 mapping
      allow ISO-646.1991-IRV as well, adobe standard for bdf

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

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 026f0293cf..7eef9519c0 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.0.5
+DISTNAME=	fonttosfnt-1.1.0
 CATEGORIES=	fonts x11
 MASTER_SITES=	${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=	.tar.bz2
diff --git a/fonttosfnt/distinfo b/fonttosfnt/distinfo
index 1fe531816b..7d04100467 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.0.5.tar.bz2) = acc1c8e47ba0fdc872442bf4fb087074b40ae618
-RMD160 (fonttosfnt-1.0.5.tar.bz2) = 0f8d356814b4df375e5dc4be80b53002f85fd116
-SHA512 (fonttosfnt-1.0.5.tar.bz2) = dba990098c95b07bc7240699a5c9ea11f056fbfddd70f669ae283548cbf20d756b28d817a99548c23ba81de9792877296ab6f35ee3c630e5c3cd8f14650ce297
-Size (fonttosfnt-1.0.5.tar.bz2) = 141446 bytes
+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


Home | Main Index | Thread Index | Old Index