diff options
author | tonio <tonio@pkgsrc.org> | 2006-04-15 19:52:27 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-04-15 19:52:27 +0000 |
commit | 3284159a35fbaf2c08e124cd8f0c46a09f8fd27a (patch) | |
tree | b7c5db2284b1cc8645fd19079ba9c37e652f7bdc /lang/classpath/Makefile | |
parent | a076f0930eaee4dfc7c865d14214f614b658b06e (diff) | |
download | pkgsrc-3284159a35fbaf2c08e124cd8f0c46a09f8fd27a.tar.gz |
Update to gnu classpath 0.90
New in release 0.90 (March 6, 2006)
* Many Swing improvements
* AWT. Improved support for mixing "lightweight" and "heavyweight"
Components in Containers. Better support for dynamically updated
menus. Better 1.0 event model support for Scrollbars. Better class
documentation of gtk+ awt peers.
* GNU Crypto and Jessie have been merged into GNU Classpath; this
provides Classpath with a wide array of cryptographic algorithms
(ciphers, message digests, etc.) and implementations of SSL version
3 and TLS version 1. These roughly complement the public
`java.security.' `javax.crypto,' and `javax.net.ssl' packages, and
are service providers implementing the underlying algorithms.
* Updated HTTP and FTP URLConnection protocol handlers. HTTPS support
out of the box.
* Unicode 4.0.0 is supported. Character now includes support for using
ether a char or an int to identify code points.
* The new folder tools includes GIOP and RMI stub and tie source code
generators, IOR parser and both transient and persistent GIOP naming
services.
* XML validaton support for RELAX NG and W3C XML schema namespace
URIs. RELAX NG pluggable XML schema datatype library API and an
implementation for XML Schema Datatypes
(http://www.w3.org/TR/xmlschema-2/).
* Updated StAX implementaton to be compatible with final JSWDP 2.0.
* gnu.regexp updated from GNU/Posix syntax to support util.regex
syntax including various Unicode blocks, categories and properties.
Runtime interface changes:
* A new class, VMMath, is now available which separates the native
mathematical functions from java.lang.Math. The previous fdlibm
implementation now forms the reference material for this class.
* Updated VMObjectInputStream class to return Thread context class
loader if no other class loader is found.
* Updated documentation on InstrumentationImpl in vmintegration guide.
And of course all the implovements from the previous releases
Diffstat (limited to 'lang/classpath/Makefile')
-rw-r--r-- | lang/classpath/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/classpath/Makefile b/lang/classpath/Makefile index b88b57d93d7..1a9e9a8ddeb 100644 --- a/lang/classpath/Makefile +++ b/lang/classpath/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2006/04/05 06:27:41 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/04/15 19:52:27 tonio Exp $ .include "Makefile.common" -PKGREVISION= 1 - BUILD_DEPENDS+= zip>=2.3:../../archivers/zip +USE_TOOLS+= makeinfo INFO_FILES= # PLIST CONFIGURE_ARGS+= --disable-gtk-peer |