diff options
author | dmcmahill <dmcmahill> | 2001-10-17 12:47:19 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-10-17 12:47:19 +0000 |
commit | d0509bcf90d2edf705f54515956294a97c563472 (patch) | |
tree | a7ab0af667155b4061098379619e976fcdaa0de0 /graphics/tgif/Makefile | |
parent | 43e0d2d794994f5540c626bb189f9e6c889d3001 (diff) | |
download | pkgsrc-d0509bcf90d2edf705f54515956294a97c563472.tar.gz |
update to tgif-4.1.41.
Partial list of changes are:
-fixes the bugs addressed by the patches in tgif-4.1.40nb3
-several other bug fixes.
-Fix a bug with "on_resize=" attribute
-Fix a bug with Tgif.DeleteCmdAsCut
-Remove a redundant "a4" string in the generates PS file if A4 paper is requested
-Add horizontal scroll for mouse wheel
-Add a compiler option -D_DONT_REENCODE
-Add ConvertToBezier in the Poly/Polygon submenu of the Edit Menu
-Add a bunch of commands for adding tick marks to a poly/polygon/spline object.
-New Tgif.tmpl-darwin file for Darwin/Mac OS X (with XFree86)
-Update tgwb (the tgif-based whiteboard application) to use a new
Reliable IP-multicast Library
-Add a new X default, Tgif.UseXPmVersion1ForXPmDeck
-Add new X defaults, Tgif.SlideShowWindowOffsets
-Add the following new internal commands:
edit_attr_in_text_mode(<attr_name>)
for a more detailed list refer to the HISTORY file included with tgif.
Diffstat (limited to 'graphics/tgif/Makefile')
-rw-r--r-- | graphics/tgif/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 24830834a2a..4589756b9e8 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2001/08/22 17:38:58 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2001/10/17 12:47:19 dmcmahill Exp $ # -DISTNAME= tgif-4.1.40 -PKGNAME= tgif-4.1.40nb3 +DISTNAME= tgif-4.1.41 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ ftp://ftp.cs.ucla.edu/pub/tgif/ @@ -18,5 +17,6 @@ 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/bsd.pkg.mk" |