diff options
author | dmcmahill <dmcmahill> | 1999-10-13 18:41:00 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 1999-10-13 18:41:00 +0000 |
commit | 16bd671b3310f33b3e91f139f0080e02be637a95 (patch) | |
tree | dfdbb9a9e65bb3b072d3e07e9067c0930ef73ad8 /graphics/tgif | |
parent | 6476755f9c1f1a657eb855ac98b4a5e66984bc9e (diff) | |
download | pkgsrc-16bd671b3310f33b3e91f139f0080e02be637a95.tar.gz |
update to tgif-4.1.22
changes since tgif-4.1.21 are (from the tgif-4.1.22 release announcement):
1) Fix a crashing bug with right click on an non-existant text object.
Thanks to Helmut Jarausch <jarausch@igpm.rwth-aachen.de> for
pointing out the problem.
2) Make Import GIF To X Pixmap Desk under the GIF Animation Submenu of
the File Menu work with gifsicle-1.16.1. Thanks to Francis Ngoh
<fngoh@ti.com> for pointing out the problem.
3) Fix a RTLD_NOW not-defined bug for FreeBSD 2.2.2. Thanks to
Naofumi TSUJII <tsun@tsuki.elect.chuo-u.ac.jp> for the patch.
4) Force non-condensed PS export if the file contains an XPM or an EPS object.
5) Add the following new internal commands:
delete_eps_child(<obj_name>)
delete_xbm_child(<obj_name>)
delete_xpm_child(<obj_name>)
Diffstat (limited to 'graphics/tgif')
-rw-r--r-- | graphics/tgif/Makefile | 4 | ||||
-rw-r--r-- | graphics/tgif/files/md5 | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 7b347a6a057..ceb13f804bc 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 1999/10/01 18:28:42 drochner Exp $ +# $NetBSD: Makefile,v 1.18 1999/10/13 18:41:00 dmcmahill Exp $ # -DISTNAME= tgif-4.1.21 +DISTNAME= tgif-4.1.22 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 8f00d31ce99..0180e9617d5 100644 --- a/graphics/tgif/files/md5 +++ b/graphics/tgif/files/md5 @@ -1,2 +1,3 @@ -$NetBSD: md5,v 1.10 1999/10/01 18:28:42 drochner Exp $ -MD5 (tgif-4.1.21.tar.gz) = 01bce17028298e5cfd4072d629f6fa92 +$NetBSD: md5,v 1.11 1999/10/13 18:41:01 dmcmahill Exp $ + +MD5 (tgif-4.1.22.tar.gz) = 503e9880bd4cd4259337376bb064b9d8 |