From 8dccc27aeb165f920e3011ef9dcc644617600bd3 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Sun, 27 Feb 2000 21:44:56 +0000 Subject: Update to tgif-4.1.27. Changes (from the HISTORY file) are: 1) Fix a divide-by-zero bug in creating an arc (of the 2nd kind). Thanks to Christoph Kukulies for pointing out the problem. 2) Fix a crashing bug in exiting tgif. Thanks to Wolfgang Glunz for pointing out the problem. 3) Fix a menuing bug in using tgif with the NetManage PC X Server. Thanks to Wolfgang Glunz for pointing out the problem. 4) Fix a bug in exporting to PDF format. With the previous implementation, the PDF file may be generated in the wrong directory. The Tgif.PsToPdf X default now must contain 2 "%s" substrings. The new default value for it is "ps2pdf %s %s". 5) Fix a bug in exporting to GIF format using Print One File Per Page when page file names are specified. Thanks to Hal Snyder for pointing out the problem. 6) The current implementation of the whiteboard has a buffer size limitation. When the buffer size is exceeded, tgif will now print an error message and cancel the operation that causes the buffer overflow. --- graphics/tgif/Makefile | 4 ++-- graphics/tgif/files/md5 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics') diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 62c55a99ba2..ebe5848e7d7 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2000/02/06 18:46:15 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.21 2000/02/27 21:44:56 dmcmahill Exp $ # -DISTNAME= tgif-4.1.26 +DISTNAME= tgif-4.1.27 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ ftp://ftp.cs.ucla.edu/pub/tgif/ diff --git a/graphics/tgif/files/md5 b/graphics/tgif/files/md5 index 2acd9e3df84..bc48eaa370f 100644 --- a/graphics/tgif/files/md5 +++ b/graphics/tgif/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.13 2000/02/06 18:46:16 dmcmahill Exp $ +$NetBSD: md5,v 1.14 2000/02/27 21:44:57 dmcmahill Exp $ -MD5 (tgif-4.1.26.tar.gz) = d0688e0e0bd01af1e8d195549fd9906b +MD5 (tgif-4.1.27.tar.gz) = a1f11d3c250e5cff876e71afe42db03f -- cgit v1.2.3