diff options
author | tonio <tonio@pkgsrc.org> | 2006-05-16 13:27:33 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-05-16 13:27:33 +0000 |
commit | b4aa7de30321259eff17de7fcd0c8a6a9df3210f (patch) | |
tree | b60e70f90e6c1da60a743b9bba307f3826a58392 /lang/classpath-gui | |
parent | 11878834aaa2107d9f8456e1253de2f1d899aaf2 (diff) | |
download | pkgsrc-b4aa7de30321259eff17de7fcd0c8a6a9df3210f.tar.gz |
Update lang/classpath and lang/classpath-gui to 0.91
New in release 0.91 (May 14, 2006)
(See the ChangeLog file for a full list of changes.)
* Experimental activation (java.rmi.activation) support, including RMI
activation daemon and persistent naming service tools.
* Experimental printing support: The API implementation of the javax.print
packages has been finished and work on the printing provider implementation
started. Currently supported features from the Java Print Service API are
print service discovery (CUPS registered printers), single document print
jobs and support for client-formatted print data. An example application
(see: examples/gnu/classpath/examples/print/Demo) has been added to show
the API usage for service discovery and printing of files.
* The GTKToolkit now gives access to the both the system clipboard and
system selection.
* Custom mouse cursor support has been added to the gtk+ peers. And cursors
can now also be set on light-weight components.
* Free Swing improvements: Support for OceanTheme has been mostly completed
and turned on as default Metal theme. X11-style Copy and Paste behavior in
text components with the middle mouse button. Support cursor changes on
various components when resizing. Support for Look and Feel window
decorations has been added.
* Updated locale data information to CLDR 1.3.
* Various bugs in Classpath's SecureRandom implementations have been
fixed; that class now respects the "securerandom.source" security
property and the "java.security.egd" system property.
* Support for assistive technologies has been added to AWT and Swing.
Diffstat (limited to 'lang/classpath-gui')
-rw-r--r-- | lang/classpath-gui/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/classpath-gui/Makefile b/lang/classpath-gui/Makefile index 51e023242b5..3ab32b79cbd 100644 --- a/lang/classpath-gui/Makefile +++ b/lang/classpath-gui/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2006/04/17 13:46:38 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2006/05/16 13:27:33 tonio Exp $ .include "../../lang/classpath/Makefile.common" PKGNAME= ${DISTNAME:S/classpath/classpath-gui/} -PKGREVISION= 1 COMMENT+= (GUI libraries) -DEPENDS+= classpath>=0.90:../../lang/classpath +DEPENDS+= classpath>=0.91:../../lang/classpath USE_TOOLS+= pkg-config |