summaryrefslogtreecommitdiff
path: root/lang/classpath/PLIST
diff options
context:
space:
mode:
authortonio <tonio>2006-04-15 19:52:27 +0000
committertonio <tonio>2006-04-15 19:52:27 +0000
commit3807e308c0040b731a1240f48e204014d6d6e214 (patch)
treeb7c5db2284b1cc8645fd19079ba9c37e652f7bdc /lang/classpath/PLIST
parente637cb2529a4b16db39d03d3eb8fa6095c549c6f (diff)
downloadpkgsrc-3807e308c0040b731a1240f48e204014d6d6e214.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/PLIST')
-rw-r--r--lang/classpath/PLIST123
1 files changed, 118 insertions, 5 deletions
diff --git a/lang/classpath/PLIST b/lang/classpath/PLIST
index 136521efead..1dd7ca77f4e 100644
--- a/lang/classpath/PLIST
+++ b/lang/classpath/PLIST
@@ -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-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
-@exec ${MKDIR} %D/share/classpath/api
-@dirrm share/classpath/api
@dirrm share/classpath
@dirrm lib/security
@dirrm lib/classpath
-@dirrm lib/awt