pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/ivtools Update ivtools to 1.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89475beb812c
branches:  trunk
changeset: 479769:89475beb812c
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Aug 22 03:20:49 2004 +0000

description:
Update ivtools to 1.2.1

July 13th, 2004  ivtools-1.2.1

Two crashes discovered and fixed by Michal Palczewski (mpalczew at
users.sourceforge.net).  One was a crash on exit after a delete with
idraw/drawtool, the other was a crash upon delete with graphdraw.
They turned out to be long-standing bugs in the order of object
deletion, problems that hadn't appeared with other versions of gcc.
RedHat must have adopted a more aggressive recycling of freed space in
a recent release.  Thanks Michal.


June 3rd, 2004  ivtools-1.2

ivtools-1.2 sets a new direction for the package, toward peer-to-peer
drawing chat.  ivtools' drawserv, the editor that incorporates every ivtool
mechanism to date (multi-frame, graph-editing, integrated scripting
language) has been extended to support a unique kind of
small-granularity shared whiteboard.

This work was based on the pre-existing networked scripting capability
of ivtools' comdraw.  Then the pasting of any graphic was intercepted,
and the graphic serialized into a command that could be communicated
to other drawing editors to keep them in sync.

diffstat:

 graphics/ivtools/Makefile |   4 ++--
 graphics/ivtools/PLIST    |  12 +++++++++++-
 graphics/ivtools/distinfo |   6 +++---
 3 files changed, 16 insertions(+), 6 deletions(-)

diffs (61 lines):

diff -r 0e6983d524a6 -r 89475beb812c graphics/ivtools/Makefile
--- a/graphics/ivtools/Makefile Sun Aug 22 03:10:49 2004 +0000
+++ b/graphics/ivtools/Makefile Sun Aug 22 03:20:49 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2004/05/29 13:06:29 markd Exp $
+# $NetBSD: Makefile,v 1.9 2004/08/22 03:20:49 markd Exp $
 
-DISTNAME=      ivtools-1.1.3
+DISTNAME=      ivtools-1.2.1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ivtools/}
 EXTRACT_SUFX=  .tgz
diff -r 0e6983d524a6 -r 89475beb812c graphics/ivtools/PLIST
--- a/graphics/ivtools/PLIST    Sun Aug 22 03:10:49 2004 +0000
+++ b/graphics/ivtools/PLIST    Sun Aug 22 03:20:49 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2004/05/29 13:06:29 markd Exp $
+@comment $NetBSD: PLIST,v 1.5 2004/08/22 03:20:49 markd Exp $
 bin/comdraw
 bin/comterp
 bin/comtest
@@ -104,6 +104,7 @@
 include/Dispatch/rpcservice.h
 include/Dispatch/rpcstream.h
 include/Dispatch/rpcwriter.h
+include/DrawServ/ackback-handler.h
 include/DrawServ/drawcatalog.h
 include/DrawServ/drawclasses.h
 include/DrawServ/drawcomps.h
@@ -111,8 +112,17 @@
 include/DrawServ/draweditor.h
 include/DrawServ/drawfunc.h
 include/DrawServ/drawkit.h
+include/DrawServ/drawlink.h
+include/DrawServ/drawlinkcomp.h
+include/DrawServ/drawlinklist.h
+include/DrawServ/drawserv-handler.h
 include/DrawServ/drawserv.h
 include/DrawServ/drawviews.h
+include/DrawServ/grid.h
+include/DrawServ/gridlist.h
+include/DrawServ/linkselection.h
+include/DrawServ/rcdialog.h
+include/DrawServ/sid.h
 include/FrameUnidraw/framecatalog.h
 include/FrameUnidraw/frameclasses.h
 include/FrameUnidraw/framecmds.h
diff -r 0e6983d524a6 -r 89475beb812c graphics/ivtools/distinfo
--- a/graphics/ivtools/distinfo Sun Aug 22 03:10:49 2004 +0000
+++ b/graphics/ivtools/distinfo Sun Aug 22 03:20:49 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2004/05/29 13:06:29 markd Exp $
+$NetBSD: distinfo,v 1.6 2004/08/22 03:20:49 markd Exp $
 
-SHA1 (ivtools-1.1.3.tgz) = 5aae7973be6e5b19df6c244ab91e87a9c20eb6a9
-Size (ivtools-1.1.3.tgz) = 2183696 bytes
+SHA1 (ivtools-1.2.1.tgz) = c2a8e6d3bbc3390db639051709eb718c8eab97f3
+Size (ivtools-1.2.1.tgz) = 2135750 bytes
 SHA1 (patch-aa) = 191619b7db43c47d7cc991bc33787434f0ef6948
 SHA1 (patch-ab) = 538b98662592212b03afda8c82b53ec7c2bff094
 SHA1 (patch-ac) = bcda1a0b71b669ad6a4900077564c226af262708



Home | Main Index | Thread Index | Old Index