diff options
author | skrll <skrll@pkgsrc.org> | 2003-07-03 11:04:40 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2003-07-03 11:04:40 +0000 |
commit | 485d82859431ea93983522f31c8995960dd28d3d (patch) | |
tree | 4fd83a3af1b1cfcd7ad81a09dbd7d88059cc0b9e /lang/wonka/PLIST | |
parent | e8e8938e653298d259b1d03480f1e1adb359daa1 (diff) | |
download | pkgsrc-485d82859431ea93983522f31c8995960dd28d3d.tar.gz |
Update wonka to 0.9.6.
Once again lots of fixes in Rudolph (various speed improvements, support for
overlapping components, a working MemoryImageSource and PixelGrabber, ...)
A few new packages: java.awt.dnd, java.awt.datatransfer and java.beans
Garbage collection safe points have been added (though disabled by default),
stdin/out/err no longer need javax.comm, javax.comm got a make over, an
ExtensionClassLoader has been introduced, ...
Use asynchronous IO for network, serial ports and touchscreen.
Lots of bugfixes and speed improvements.
A full list of changes can be found at http://www.acunia.com/wonka/CHANGES/0.9.6
We would like to thank Nick Hudson, Mark Anderson, Richard Vanderlaan and Willem
Geldhof for their substantial contributions.
Diffstat (limited to 'lang/wonka/PLIST')
-rw-r--r-- | lang/wonka/PLIST | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/wonka/PLIST b/lang/wonka/PLIST index f261d61d529..4e2e1effefa 100644 --- a/lang/wonka/PLIST +++ b/lang/wonka/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2003/03/10 13:07:25 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/07/03 11:04:42 skrll Exp $ bin/java bin/wonka -lib/claudia.fr lib/device.config +lib/ext/crypto.jar +lib/font.properties lib/font/courR10.pcf lib/font/courR12.pcf lib/font/courR14.pcf @@ -63,6 +64,7 @@ test/rudolph3.gif test/utf8test.data test/vte.jar @dirrm test +@dirrm lib/ext @dirrm lib/font @dirrm lib @dirrm bin |