diff options
author | markd <markd@pkgsrc.org> | 2004-08-22 03:20:49 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-08-22 03:20:49 +0000 |
commit | 6e51c4c36bbb85b2028066e878cf480e5fd30fe6 (patch) | |
tree | 3553aaf9b2afee53213c9a91cf4e46160e5d7642 /graphics/ivtools/PLIST | |
parent | c2df537d07b00f1d8ff82ee39673d89590304740 (diff) | |
download | pkgsrc-6e51c4c36bbb85b2028066e878cf480e5fd30fe6.tar.gz |
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 (limited to 'graphics/ivtools/PLIST')
-rw-r--r-- | graphics/ivtools/PLIST | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/graphics/ivtools/PLIST b/graphics/ivtools/PLIST index c833bb014c5..4c4309c3c80 100644 --- a/graphics/ivtools/PLIST +++ b/graphics/ivtools/PLIST @@ -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/rpcregistry.h 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/drawcreator.h 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 |