pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/classpath Update to gnu classpath 0.90
details: https://anonhg.NetBSD.org/pkgsrc/rev/2c79f6e7f65f
branches: trunk
changeset: 511494:2c79f6e7f65f
user: tonio <tonio%pkgsrc.org@localhost>
date: Sat Apr 15 19:52:27 2006 +0000
description:
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:
lang/classpath/Makefile | 5 +-
lang/classpath/Makefile.common | 4 +-
lang/classpath/PLIST | 123 +++++++++++++++++++++++++++++++++++++++-
lang/classpath/distinfo | 8 +-
4 files changed, 126 insertions(+), 14 deletions(-)
diffs (200 lines):
diff -r a64193146c0c -r 2c79f6e7f65f lang/classpath/Makefile
--- a/lang/classpath/Makefile Sat Apr 15 18:27:31 2006 +0000
+++ b/lang/classpath/Makefile Sat Apr 15 19:52:27 2006 +0000
@@ -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
diff -r a64193146c0c -r 2c79f6e7f65f lang/classpath/Makefile.common
--- a/lang/classpath/Makefile.common Sat Apr 15 18:27:31 2006 +0000
+++ b/lang/classpath/Makefile.common Sat Apr 15 19:52:27 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.6 2006/03/04 21:29:53 jlam Exp $
+# $NetBSD: Makefile.common,v 1.7 2006/04/15 19:52:27 tonio Exp $
-DISTNAME= classpath-0.12
+DISTNAME= classpath-0.90
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gnu.org/gnu/classpath/
diff -r a64193146c0c -r 2c79f6e7f65f lang/classpath/PLIST
--- a/lang/classpath/PLIST Sat Apr 15 18:27:31 2006 +0000
+++ b/lang/classpath/PLIST Sat Apr 15 19:52:27 2006 +0000
@@ -1,17 +1,62 @@
-@comment $NetBSD: PLIST,v 1.7 2006/04/05 06:27:41 jlam Exp $
+@comment $NetBSD: PLIST,v 1.8 2006/04/15 19:52:27 tonio Exp $
+include/jawt.h
+include/jawt_md.h
+include/jni.h
+include/jni_md.h
info/hacking.info
info/vmintegration.info
-lib/awt/font.properties
lib/classpath/libjavaio.la
lib/classpath/libjavalang.la
lib/classpath/libjavalangreflect.la
lib/classpath/libjavanet.la
lib/classpath/libjavanio.la
lib/classpath/libjavautil.la
+lib/logging.properties
lib/security/classpath.security
+share/classpath/examples/Makefile.jawt
share/classpath/examples/README
share/classpath/examples/examples.zip
+share/classpath/examples/gnu/classpath/examples/CORBA/NamingService/Demo.java
+share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/Demo.java
+share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/DemoServer.java
+share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/DemoServant.java
+share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/DemoTester.java
+share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/DirectTest.java
+share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/RequestTest.java
+share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToPass.java
+share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToPassHelper.java
+share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToPassHolder.java
+share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToReturn.java
+share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToReturnHelper.java
+share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToReturnHolder.java
+share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/TreeNode.java
+share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/TreeNodeHelper.java
+share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/TreeNodeHolder.java
+share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/WeThrowThisException.java
+share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/WeThrowThisExceptionHelper.java
+share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/_DemoTesterImplBase.java
+share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/_DemoTesterStub.java
+share/classpath/examples/gnu/classpath/examples/CORBA/swing/README.html
+share/classpath/examples/gnu/classpath/examples/CORBA/swing/x5/CanvasWorld.java
+share/classpath/examples/gnu/classpath/examples/CORBA/swing/x5/ChatConstants.java
+share/classpath/examples/gnu/classpath/examples/CORBA/swing/x5/ClientFrame.java
+share/classpath/examples/gnu/classpath/examples/CORBA/swing/x5/Demo.java
+share/classpath/examples/gnu/classpath/examples/CORBA/swing/x5/GameManager.java
+share/classpath/examples/gnu/classpath/examples/CORBA/swing/x5/GameManagerImpl.java
+share/classpath/examples/gnu/classpath/examples/CORBA/swing/x5/IorReader.java
+share/classpath/examples/gnu/classpath/examples/CORBA/swing/x5/OrbStarter.java
+share/classpath/examples/gnu/classpath/examples/CORBA/swing/x5/Player.java
+share/classpath/examples/gnu/classpath/examples/CORBA/swing/x5/PlayerImpl.java
+share/classpath/examples/gnu/classpath/examples/CORBA/swing/x5/PlayingDesk.java
+share/classpath/examples/gnu/classpath/examples/CORBA/swing/x5/State.java
+share/classpath/examples/gnu/classpath/examples/CORBA/swing/x5/X5Server.java
+share/classpath/examples/gnu/classpath/examples/CORBA/swing/x5/_GameManagerImpl_Tie.java
+share/classpath/examples/gnu/classpath/examples/CORBA/swing/x5/_GameManager_Stub.java
+share/classpath/examples/gnu/classpath/examples/CORBA/swing/x5/_PlayerImpl_Tie.java
+share/classpath/examples/gnu/classpath/examples/CORBA/swing/x5/_Player_Stub.java
share/classpath/examples/gnu/classpath/examples/awt/Demo.java
+share/classpath/examples/gnu/classpath/examples/datatransfer/Demo.java
+share/classpath/examples/gnu/classpath/examples/html/Demo.java
share/classpath/examples/gnu/classpath/examples/icons/big-fullscreen.png
share/classpath/examples/gnu/classpath/examples/icons/big-home.png
share/classpath/examples/gnu/classpath/examples/icons/big-warning.png
@@ -28,18 +73,86 @@
share/classpath/examples/gnu/classpath/examples/icons/stock-save-as.png
share/classpath/examples/gnu/classpath/examples/icons/stock-save.png
share/classpath/examples/gnu/classpath/examples/icons/stock-spell-check.png
+share/classpath/examples/gnu/classpath/examples/jawt/DemoJAWT.c
+share/classpath/examples/gnu/classpath/examples/jawt/DemoJAWT.java
+share/classpath/examples/gnu/classpath/examples/midi/Demo.java
+share/classpath/examples/gnu/classpath/examples/swing/ButtonDemo.java
+share/classpath/examples/gnu/classpath/examples/swing/ComboBoxDemo.java
share/classpath/examples/gnu/classpath/examples/swing/Demo.java
+share/classpath/examples/gnu/classpath/examples/swing/FileChooserDemo.java
+share/classpath/examples/gnu/classpath/examples/swing/GNULookAndFeel.java
+share/classpath/examples/gnu/classpath/examples/swing/MiniDemo.java
+share/classpath/examples/gnu/classpath/examples/swing/ProgressBarDemo.java
+share/classpath/examples/gnu/classpath/examples/swing/ScrollBarDemo.java
+share/classpath/examples/gnu/classpath/examples/swing/SliderDemo.java
+share/classpath/examples/gnu/classpath/examples/swing/SpinnerDemo.java
+share/classpath/examples/gnu/classpath/examples/swing/TableDemo.java
+share/classpath/examples/gnu/classpath/examples/swing/TextFieldDemo.java
share/classpath/glibj.zip
+share/classpath/tools/gnu/classpath/tools/AbstractMethodGenerator.java
+share/classpath/tools/gnu/classpath/tools/HelpPrinter.java
+share/classpath/tools/gnu/classpath/tools/giop/GRMIC.java
+share/classpath/tools/gnu/classpath/tools/giop/GRMIC.txt
+share/classpath/tools/gnu/classpath/tools/giop/IorParser.java
+share/classpath/tools/gnu/classpath/tools/giop/IorParser.txt
+share/classpath/tools/gnu/classpath/tools/giop/NameService.java
+share/classpath/tools/gnu/classpath/tools/giop/NameServicePersistent.java
+share/classpath/tools/gnu/classpath/tools/giop/NameServicePersistent.txt
+share/classpath/tools/gnu/classpath/tools/giop/NamingService.txt
+share/classpath/tools/gnu/classpath/tools/giop/README
+share/classpath/tools/gnu/classpath/tools/giop/grmic/CompilationError.java
+share/classpath/tools/gnu/classpath/tools/giop/grmic/Generator.java
+share/classpath/tools/gnu/classpath/tools/giop/grmic/GiopIo.java
+share/classpath/tools/gnu/classpath/tools/giop/grmic/GiopRmicCompiler.java
+share/classpath/tools/gnu/classpath/tools/giop/grmic/HashFinder.java
+share/classpath/tools/gnu/classpath/tools/giop/grmic/MethodGenerator.java
+share/classpath/tools/gnu/classpath/tools/giop/grmic/templates/ImplTie.jav
+share/classpath/tools/gnu/classpath/tools/giop/grmic/templates/Stub.jav
+share/classpath/tools/gnu/classpath/tools/giop/grmic/templates/StubMethod.jav
+share/classpath/tools/gnu/classpath/tools/giop/grmic/templates/StubMethodVoid.jav
+share/classpath/tools/gnu/classpath/tools/giop/grmic/templates/Tie.jav
+share/classpath/tools/gnu/classpath/tools/giop/grmic/templates/TieMethod.jav
+share/classpath/tools/gnu/classpath/tools/giop/grmic/templates/TieMethodVoid.jav
+share/classpath/tools/gnu/classpath/tools/giop/nameservice/PersistentContext.java
+share/classpath/tools/gnu/classpath/tools/giop/nameservice/PersistentContextMap.java
+share/classpath/tools/gnu/classpath/tools/giop/nameservice/PersistentMap.java
+share/classpath/tools/gnu/classpath/tools/rmi/RMIC.java
+share/classpath/tools/gnu/classpath/tools/rmi/RMIC.txt
+share/classpath/tools/gnu/classpath/tools/rmi/rmic/RmiMethodGenerator.java
+share/classpath/tools/gnu/classpath/tools/rmi/rmic/RmicCompiler.java
+share/classpath/tools/gnu/classpath/tools/rmi/rmic/WrapUnWrapper.java
+share/classpath/tools/gnu/classpath/tools/rmi/rmic/templates/Stub_12.jav
+share/classpath/tools/gnu/classpath/tools/rmi/rmic/templates/Stub_12Method.jav
+share/classpath/tools/gnu/classpath/tools/rmi/rmic/templates/Stub_12MethodVoid.jav
+share/classpath/tools/tools.zip
+@dirrm share/classpath/tools/gnu/classpath/tools/rmi/rmic/templates
+@dirrm share/classpath/tools/gnu/classpath/tools/rmi/rmic
+@dirrm share/classpath/tools/gnu/classpath/tools/rmi
+@dirrm share/classpath/tools/gnu/classpath/tools/giop/nameservice
+@dirrm share/classpath/tools/gnu/classpath/tools/giop/grmic/templates
+@dirrm share/classpath/tools/gnu/classpath/tools/giop/grmic
+@dirrm share/classpath/tools/gnu/classpath/tools/giop
+@dirrm share/classpath/tools/gnu/classpath/tools
+@dirrm share/classpath/tools/gnu/classpath
+@dirrm share/classpath/tools/gnu
+@dirrm share/classpath/tools
@dirrm share/classpath/examples/gnu/classpath/examples/swing
+@dirrm share/classpath/examples/gnu/classpath/examples/midi
+@dirrm share/classpath/examples/gnu/classpath/examples/jawt
@dirrm share/classpath/examples/gnu/classpath/examples/icons
+@dirrm share/classpath/examples/gnu/classpath/examples/html
+@dirrm share/classpath/examples/gnu/classpath/examples/datatransfer
@dirrm share/classpath/examples/gnu/classpath/examples/awt
+@dirrm share/classpath/examples/gnu/classpath/examples/CORBA/swing/x5
+@dirrm share/classpath/examples/gnu/classpath/examples/CORBA/swing
+@dirrm share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication
+@dirrm share/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication
+@dirrm share/classpath/examples/gnu/classpath/examples/CORBA/NamingService
+@dirrm share/classpath/examples/gnu/classpath/examples/CORBA
@dirrm share/classpath/examples/gnu/classpath/examples
@dirrm share/classpath/examples/gnu/classpath
@dirrm share/classpath/examples/gnu
@dirrm share/classpath/examples
-@exec ${MKDIR} %D/share/classpath/api
-@dirrm share/classpath/api
@dirrm share/classpath
@dirrm lib/security
@dirrm lib/classpath
-@dirrm lib/awt
diff -r a64193146c0c -r 2c79f6e7f65f lang/classpath/distinfo
--- a/lang/classpath/distinfo Sat Apr 15 18:27:31 2006 +0000
+++ b/lang/classpath/distinfo Sat Apr 15 19:52:27 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 09:03:06 agc Exp $
+$NetBSD: distinfo,v 1.7 2006/04/15 19:52:27 tonio Exp $
-SHA1 (classpath-0.12.tar.gz) = bf2729671a913f37ebe85bcb06455147684cebe2
-RMD160 (classpath-0.12.tar.gz) = cf58b798cb39c76e6109aa304e854e47779cc257
-Size (classpath-0.12.tar.gz) = 4129732 bytes
+SHA1 (classpath-0.90.tar.gz) = 267dcd6345b90486cce17f1c73fbf33ee0d06f7c
+RMD160 (classpath-0.90.tar.gz) = e108fb537610ae993d1968d606aa43e6f804a402
+Size (classpath-0.90.tar.gz) = 7930836 bytes
Home |
Main Index |
Thread Index |
Old Index