diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-03-29 15:40:21 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-03-29 15:40:21 +0000 |
commit | 381a95a0482f46560773e81c21c9ee3feb4fae43 (patch) | |
tree | 88fec8bb900fde16767ce0c40dd801e7ccb3379b /graphics/tgif | |
parent | c60a394982251bbf036770ad0192ef793e3d2b8e (diff) | |
download | pkgsrc-381a95a0482f46560773e81c21c9ee3feb4fae43.tar.gz |
update to tgif-4.1.42
Here's a list of added features/bug fixes.
1) Tgif's home has moved from University of Maryland to University of
Southern California.
2) If there's no domain resources specified in the X resource file,
tgif will use the library path specified when tgif is compiled as the
default. This is the directory where the equation symbols are installed.
Thanks to A. Sengupta <osegu@iitk.ac.in> for pointing out the problem.
3) For Red Hat 7.2, /usr/bin/xpmtoppm cannot handle input file whose
format is XPM version 1. Suport for a new compiler option,
-D_XPM3TOPPM, is added so that tgif can generate XPM format version 3 by
default. This is has the same effect as setting Tgif.XPmOutputVersion to 3
and Tgif.UseXPmVersion1ForImageMap to false.
4) Add more information in the tooltip when
Tgif.MeasureTooltipVerbose is set to true.
5) Add a new LaTeX equation symbol file "eq4xpm.sym" in the release.
Instead of generating and embedding an EPS file, this new object
will generate and embed an XPM file with additional controls. Please
open this file with tgif for more details and check out
http://bourbon.usc.edu:8001/tgif/faq/eq4xpm.html.
Thanks to Kai Sattler <kaisat@post.tele.dk> for the contribution.
6) Fix a bug in tgwb when a text object is being edited.
7) Obsolete the Tgif.LandscapePdfSetPageDevice X default (because the
name was misleading) and add support for a new X default,
Tgif.PdfSetPageDevice. As mentioned in the release notes for
tgif-4.1.39, the use of this should
not be necessary in the future (and is considered a bug in
should not be necessary in the future (and is considered a bug in
ps2pdf).
The old commandline option, "-nolandpdfspd" is also obsolete and
is replaced by "-pdfspd=yes" and "-pdfspd=no".
8) Add a new X default, Tgif.NoModeWindow, so that tgif can start
without a mode window.
9) Add a new X default, Tgif.MakeUnsavableInSlideShow, so that the
current file will be made unsavable when slideshow mode is entered. (If
the current file contains auto page numbering objects, the file will
be made
unsavable regardless of the setting of this X default.)
10) Update the Reliable IP-multicast Library (distributed in the
rmcast subdirectory of this distribution). The new version allows
point-to-point connection between 2 whiteboards. Please see the updated
README.tgwb file. Thanks to the team members of the research group lead by
Professor Edmundo de Souze e Silva <edmundo@land.ufrj.br> at the
Federal University of Rio de Janeiro.
Diffstat (limited to 'graphics/tgif')
-rw-r--r-- | graphics/tgif/Makefile | 14 | ||||
-rw-r--r-- | graphics/tgif/PLIST | 5 | ||||
-rw-r--r-- | graphics/tgif/distinfo | 6 |
3 files changed, 15 insertions, 10 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 4589756b9e8..505bd4aebfa 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -1,22 +1,24 @@ -# $NetBSD: Makefile,v 1.34 2001/10/17 12:47:19 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.35 2002/03/29 15:40:21 dmcmahill Exp $ # -DISTNAME= tgif-4.1.41 +DISTNAME= tgif-4.1.42 CATEGORIES= graphics -MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ - ftp://ftp.cs.ucla.edu/pub/tgif/ +MASTER_SITES= ftp://bourbon.usc.edu/pub/tgif/free-of-charge/ MAINTAINER= dmcmahill@netbsd.org -HOMEPAGE= http://bourbon.cs.umd.edu:8001/tgif/tgif.html +HOMEPAGE= http://bourbon.usc.edu:8001/tgif/tgif.html COMMENT= Fully-featured X11 drawing program USE_IMAKE= yes USE_X11= yes +USE_PTHREAD= native pth +.include "../../mk/bsd.prefs.mk" + post-patch:: @${RM} -f ${WRKSRC}/Tgif.tmpl @${CP} ${WRKSRC}/Tgif.tmpl-netbsd ${WRKSRC}/Tgif.tmpl -.include "../../devel/pth/buildlink.mk" .include "../../graphics/jpeg/buildlink.mk" +.include "../../mk/pthread.buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/tgif/PLIST b/graphics/tgif/PLIST index 461388be6ad..bbad07685f6 100644 --- a/graphics/tgif/PLIST +++ b/graphics/tgif/PLIST @@ -1,9 +1,12 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:54:07 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/03/29 15:40:21 dmcmahill Exp $ bin/tgif +lib/X11/tgif/Copyright +lib/X11/tgif/License lib/X11/tgif/eq4-2x.sym lib/X11/tgif/eq4-epstool.sym lib/X11/tgif/eq4-ps2epsi.sym lib/X11/tgif/eq4.sym +lib/X11/tgif/eq4xpm.sym lib/X11/tgif/keys.obj lib/X11/tgif/tangram.sym lib/X11/tgif/tgif.Xdefaults diff --git a/graphics/tgif/distinfo b/graphics/tgif/distinfo index 5a171f18d56..18ce31362a0 100644 --- a/graphics/tgif/distinfo +++ b/graphics/tgif/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2001/10/17 12:47:19 dmcmahill Exp $ +$NetBSD: distinfo,v 1.6 2002/03/29 15:40:21 dmcmahill Exp $ -SHA1 (tgif-4.1.41.tar.gz) = bd703861961a76a81d2ef366532b5ce8bd408eb1 -Size (tgif-4.1.41.tar.gz) = 1497477 bytes +SHA1 (tgif-4.1.42.tar.gz) = 13a03442b0ac21f30a60bebe7eee52f399c46183 +Size (tgif-4.1.42.tar.gz) = 1517886 bytes |