Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 06/03/2004 16:21:14
Module Name: pkgsrc
Committed By: minskim
Date: Thu Jun 3 16:21:14 UTC 2004
Modified Files:
pkgsrc/devel/libstroke: Makefile PLIST buildlink3.mk distinfo
pkgsrc/doc: CHANGES
Removed Files:
pkgsrc/devel/libstroke/patches: patch-aa
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.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/libstroke/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/libstroke/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/libstroke/buildlink3.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/libstroke/distinfo
cvs rdiff -r1.2 -r0 pkgsrc/devel/libstroke/patches/patch-aa
cvs rdiff -r1.6108 -r1.6109 pkgsrc/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.