diff options
author | rh <rh> | 2000-08-28 13:11:31 +0000 |
---|---|---|
committer | rh <rh> | 2000-08-28 13:11:31 +0000 |
commit | 94b7bd66e2be35bdbbdccf3910a8685a6b809251 (patch) | |
tree | 597458ee11416e7bacebbf48e9d8ad70b529a570 /graphics/tgif/Makefile | |
parent | 1182a30698686ed725bdb61965ba80672ff50646 (diff) | |
download | pkgsrc-94b7bd66e2be35bdbbdccf3910a8685a6b809251.tar.gz |
Update tgif to 4.1.38. Changes include:
* Fix a bug in Latest Release Info under the Help Menu.
* Fix a bug in handling the Edit Attribute in Editor Context Menu when the
edit_attrs_in_context_menu attribute is used.
* Fix a bug that may cause seg faults when reading tgif files.
* Fix a bug in Print Selected Objects that imported EPS objects are not
exported.
* For a tgif file in landscape mode, generate the correct (rotated) PDF
file.
* Update ja.po.
* Add a README file in the spice subdirectory to include some notes on the
ports and components feature of tgif.
* Add a compiler option -D_PRTGIF_USE_ISO_LATIN_1_ALWAYS to always use ISO
8859-1 character set for single-byte characters when running tgif with
the -print commandline option. Please only use this if you are sure that
you will *never* use other encoding. You can selectively turn off
reencoding by using either the Tgif.DontReencode X default or the
-dontreencode commandline option.
Diffstat (limited to 'graphics/tgif/Makefile')
-rw-r--r-- | graphics/tgif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 50f587e0abc..9fca7cb0dd5 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2000/08/06 18:29:58 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.27 2000/08/28 13:11:31 rh Exp $ # -DISTNAME= tgif-4.1.35 +DISTNAME= tgif-4.1.38 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ ftp://ftp.cs.ucla.edu/pub/tgif/ |