Path to this page:
Subject: CVS commit: pkgsrc
From: Min Sik Kim
Date: 2004-06-03 18:21:14
Message id: 20040603162114.A25712DA1D@cvs.netbsd.org
Log Message:
Update libstroke to 0.5.1 and switch to Tcl 8.4. This closes PR pkg/25574.
Changes since 0.3:
The big NEWS is that LibStroke now can draw the strokes! Yeeepeeee!
But it does not do so by default, you need to pass --with-mouse-footprints
to ./configure. After compiling everything try tests/stroke_test to
see how this works.
There's even more: libgstroke, a stroke implementation for GNOME has
been contributed by Dan Nicolaescu. It is fully functional (it
also supports mouse footprints by default!) and has a very easy to
use API. Try tests/gnome_stroke_test to see how it works (source
code in tests/gnome_stroke_test.c).
We are proposing a set of strokes to be standard strokes. A pretty
picture with them their string representation can be found in
doc/standard_strokes.jpg
A text listing is in doc/standard_strokes.txt (we will find some
better names than the current ones).
We'll also add some "sloppy strokes" for the standard strokes.
We created autoconf macros for libstroke and libgstroke, they are in
the macros subdir.
Java port included and some misc bug fixes with the install process.
Files: