diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-02-27 21:44:56 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-02-27 21:44:56 +0000 |
commit | 3bdfee41d54041209c31cd8d83aef7c5375d9b7e (patch) | |
tree | 442180f36ba4b430f2ab784ad40731dc3c8f61a5 /graphics/tgif | |
parent | db646f8d3a101381153004853e7252e20b0122f2 (diff) | |
download | pkgsrc-3bdfee41d54041209c31cd8d83aef7c5375d9b7e.tar.gz |
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 <kuku@gilberto.physik.RWTH-Aachen.DE>
for pointing out the problem.
2) Fix a crashing bug in exiting tgif. Thanks to Wolfgang Glunz
<Wolfgang.Glunz@icn.siemens.de> for pointing out the problem.
3) Fix a menuing bug in using tgif with the NetManage PC X Server. Thanks to
Wolfgang Glunz <Wolfgang.Glunz@icn.siemens.de> 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
<hal@vailsys.com> 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.
Diffstat (limited to 'graphics/tgif')
-rw-r--r-- | graphics/tgif/Makefile | 4 | ||||
-rw-r--r-- | graphics/tgif/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
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 |