summaryrefslogtreecommitdiff
path: root/graphics/tgif
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2006-07-11 12:12:41 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2006-07-11 12:12:41 +0000
commit59a82e49442cc93c1386104bed6fb5e034712667 (patch)
treec2b5e2a774a91d806dda4a142c196fda28b4a5a8 /graphics/tgif
parent51c45e6c5e000c4f15efc389051b81236ec4e85c (diff)
downloadpkgsrc-59a82e49442cc93c1386104bed6fb5e034712667.tar.gz
update to tgif-4.1.45
-----------------------> tgif-4.1.44 => tgif-4.1.45 <----------------------- 1) Fix a bug with the create_arc_obj() internal command. Thanks to Jack Tucker for pointing out the bug. 2) Fix a bug with measurements in the ruler window when Tgif.ShowMeasure is active. Thanks to Olin Johnson for pointing out the bug. 3) Fix a bug with "tgif -print -pdf". Thanks to Rob for pointing out the problem. 4) Fix a bug with copy and paste in cygwin. Thanks to Tobias Naehring for fixing the bug. 5) Move tgif's web server to a standard web server port (80). The new tgif home page is now at: http://bourbon.usc.edu/tgif/ 6) Please note that as of 5/16/2006, postings to tgif related groups at Yahoo!Groups are restricted to members only. This is done to cut down SPAM. The affected groups are at: http://groups.yahoo.com/group/tgif4-discuss http://groups.yahoo.com/group/tgif4-howto http://groups.yahoo.com/group/tgif4-bugs http://groups.yahoo.com/group/tgif4-develop If you have registered as a member in a group above, you can now only post via the web interface or by sending an e-mail from your registered e-mail address. Sorry about this inconvenience. But there have been just too much SPAM on these lists. 7) Use the X Selections mechanism to perform copy and paste. 8) Add support for linking to an external JPEG file to save file size (under File->Import). Some editing operations cannot be performed on these linked JPEG objects. However, these objects do not have the color limitation of X11 pixmap objects. Therefore, when they are exported in the PS/EPS formation, they will have a lot more colors. 9) The standard Linux distribution now use Xtoolkit by default (this is done by including -DUSE_XT_INITIALIZE in the MISCDEFINES line and -lXt in the SYS_LIBRARIES line of Tgif.tmpl-linux). One advantage of this is that now it's easy to override X defaults. For example, one can use: tgif -xrm "Tgif.Foreground: red" 10) Add support for Tgif.PSDistillerNoImageCompress so that images in a generated PostScript file will \fInot\fR be compressed by a distiller program such as ps2pdf. Thanks to Dirk Farin for supplying the PostScript code. Please use Tgif.PSDistillerNoImageCompress with care. It has been noticed that generated EPS file may not work well with LaTeX. 11) Add support for Tgif.AdditionalPSSetup (and -pssetup commandline option) so that a user can add additiional user specified PostScript code in the PostScript file header (right before %%EndSetup). 12) Support a new commandline option "-noshowpageineps" so that the "showpage" PostScript command is not generated when printing/exporting in the EPS format when tgif is run with "-print".. 13) Add support for Tgif.PSFontNeedCharSubs and Tgif.PSCharSubs.* so that some characters in the non-ASCII portion of a non-iso8859-1 font can be replaced by user specified PostScript characters. Thanks to Peter Dembinski for the suggestion. 14) Add a new X default, Tgif.DrawTextFuncKey_F#, so that a function key can be associated with a list of internal commands (and activiated only in the text drawing mode). 15) Add the following internal commands: set_selected_text_style(<textstyle>) objs_bbox_intersect(<obj1_name>,<obj2_name>,<result_attr>) delete_all_attr_from_selected_objs()
Diffstat (limited to 'graphics/tgif')
-rw-r--r--graphics/tgif/Makefile5
-rw-r--r--graphics/tgif/distinfo9
2 files changed, 6 insertions, 8 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile
index 4afa45b85aa..264db93faca 100644
--- a/graphics/tgif/Makefile
+++ b/graphics/tgif/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2006/02/08 16:58:29 joerg Exp $
+# $NetBSD: Makefile,v 1.52 2006/07/11 12:12:41 dmcmahill Exp $
#
-DISTNAME= tgif-4.1.44
-PKGREVISION= 1
+DISTNAME= tgif-4.1.45
CATEGORIES= graphics
MASTER_SITES= ftp://bourbon.usc.edu/pub/tgif/free-of-charge/
diff --git a/graphics/tgif/distinfo b/graphics/tgif/distinfo
index b75e7dcd4b2..86c4d697b6d 100644
--- a/graphics/tgif/distinfo
+++ b/graphics/tgif/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.9 2005/02/24 08:45:13 agc Exp $
+$NetBSD: distinfo,v 1.10 2006/07/11 12:12:41 dmcmahill Exp $
-SHA1 (tgif-4.1.44.tar.gz) = 9213981dfd45c34ee17723c8e8e970ecee708290
-RMD160 (tgif-4.1.44.tar.gz) = 4335ffe6627c6e26e59f20de59e7d4ee46f108a0
-Size (tgif-4.1.44.tar.gz) = 1877564 bytes
-SHA1 (patch-aa) = c240d7c0a2791fd72da187494e5999f835381488
+SHA1 (tgif-4.1.45.tar.gz) = 795f7979c6ac271ed065238dcc55e4aaa57de76e
+RMD160 (tgif-4.1.45.tar.gz) = d6f2f89b66979cd4a557958d79a431752f9846a5
+Size (tgif-4.1.45.tar.gz) = 2221556 bytes