pkgsrc/lang/classpath/PLIST
tonio 3284159a35 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
2006-04-15 19:52:27 +00:00

158 lines
10 KiB
Text

@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/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
share/classpath/examples/gnu/classpath/examples/icons/stock-copy.png
share/classpath/examples/gnu/classpath/examples/icons/stock-cut.png
share/classpath/examples/gnu/classpath/examples/icons/stock-go-back.png
share/classpath/examples/gnu/classpath/examples/icons/stock-go-down.png
share/classpath/examples/gnu/classpath/examples/icons/stock-go-forward.png
share/classpath/examples/gnu/classpath/examples/icons/stock-mic.png
share/classpath/examples/gnu/classpath/examples/icons/stock-new.png
share/classpath/examples/gnu/classpath/examples/icons/stock-open.png
share/classpath/examples/gnu/classpath/examples/icons/stock-paste.png
share/classpath/examples/gnu/classpath/examples/icons/stock-quit.png
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
@dirrm share/classpath
@dirrm lib/security
@dirrm lib/classpath