freebsd-ports/java/jdk15/pkg-plist

1165 lines
58 KiB
Text
Raw Normal View History

jdk%%JDK_VERSION%%/COPYRIGHT
jdk%%JDK_VERSION%%/LICENSE
jdk%%JDK_VERSION%%/README
jdk%%JDK_VERSION%%/README.html
jdk%%JDK_VERSION%%/bin/appletviewer
jdk%%JDK_VERSION%%/bin/extcheck
jdk%%JDK_VERSION%%/bin/idlj
jdk%%JDK_VERSION%%/bin/jar
jdk%%JDK_VERSION%%/bin/jarsigner
jdk%%JDK_VERSION%%/bin/java
jdk%%JDK_VERSION%%/bin/java-rmi.cgi
jdk%%JDK_VERSION%%/bin/javac
jdk%%JDK_VERSION%%/bin/javadoc
jdk%%JDK_VERSION%%/bin/javah
jdk%%JDK_VERSION%%/bin/javap
jdk%%JDK_VERSION%%/bin/jdb
jdk%%JDK_VERSION%%/bin/keytool
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/bin/kinit
jdk%%JDK_VERSION%%/bin/klist
jdk%%JDK_VERSION%%/bin/ktab
jdk%%JDK_VERSION%%/bin/native2ascii
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/bin/orbd
jdk%%JDK_VERSION%%/bin/policytool
jdk%%JDK_VERSION%%/bin/rmic
jdk%%JDK_VERSION%%/bin/rmid
jdk%%JDK_VERSION%%/bin/rmiregistry
jdk%%JDK_VERSION%%/bin/serialver
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/bin/servertool
jdk%%JDK_VERSION%%/bin/tnameserv
jdk%%JDK_VERSION%%/demo/applets/Animator/Animation.class
jdk%%JDK_VERSION%%/demo/applets/Animator/AnimationFrame.class
jdk%%JDK_VERSION%%/demo/applets/Animator/Animator.class
jdk%%JDK_VERSION%%/demo/applets/Animator/Animator.java
jdk%%JDK_VERSION%%/demo/applets/Animator/DescriptionFrame.class
jdk%%JDK_VERSION%%/demo/applets/Animator/ParseException.class
jdk%%JDK_VERSION%%/demo/applets/Animator/audio/0.au
jdk%%JDK_VERSION%%/demo/applets/Animator/audio/1.au
jdk%%JDK_VERSION%%/demo/applets/Animator/audio/2.au
jdk%%JDK_VERSION%%/demo/applets/Animator/audio/3.au
jdk%%JDK_VERSION%%/demo/applets/Animator/audio/4.au
jdk%%JDK_VERSION%%/demo/applets/Animator/audio/5.au
jdk%%JDK_VERSION%%/demo/applets/Animator/audio/6.au
jdk%%JDK_VERSION%%/demo/applets/Animator/audio/7.au
jdk%%JDK_VERSION%%/demo/applets/Animator/audio/8.au
jdk%%JDK_VERSION%%/demo/applets/Animator/audio/9.au
jdk%%JDK_VERSION%%/demo/applets/Animator/audio/spacemusic.au
jdk%%JDK_VERSION%%/demo/applets/Animator/example1.html
jdk%%JDK_VERSION%%/demo/applets/Animator/example2.html
jdk%%JDK_VERSION%%/demo/applets/Animator/example3.html
jdk%%JDK_VERSION%%/demo/applets/Animator/example4.html
jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T1.gif
jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T10.gif
jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T2.gif
jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T3.gif
jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T4.gif
jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T5.gif
jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T6.gif
jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T7.gif
jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T8.gif
jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T9.gif
jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation/T1.gif
jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation/T2.gif
jdk%%JDK_VERSION%%/demo/applets/Animator/images/loading-msg.gif
jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcCanvas.class
jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcControls.class
jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcTest.class
jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcTest.java
jdk%%JDK_VERSION%%/demo/applets/ArcTest/example1.html
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/demo/applets/BarChart/BarChart.class
jdk%%JDK_VERSION%%/demo/applets/BarChart/BarChart.java
jdk%%JDK_VERSION%%/demo/applets/BarChart/example1.html
jdk%%JDK_VERSION%%/demo/applets/Blink/Blink$1.class
jdk%%JDK_VERSION%%/demo/applets/Blink/Blink.class
jdk%%JDK_VERSION%%/demo/applets/Blink/Blink.java
jdk%%JDK_VERSION%%/demo/applets/Blink/example1.html
jdk%%JDK_VERSION%%/demo/applets/CardTest/CardPanel.class
jdk%%JDK_VERSION%%/demo/applets/CardTest/CardTest.class
jdk%%JDK_VERSION%%/demo/applets/CardTest/CardTest.java
jdk%%JDK_VERSION%%/demo/applets/CardTest/example1.html
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/demo/applets/Clock/Clock.class
jdk%%JDK_VERSION%%/demo/applets/Clock/Clock.java
jdk%%JDK_VERSION%%/demo/applets/Clock/example1.html
jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherCanvas.class
jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherControls.class
jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherTest.class
jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherTest.java
jdk%%JDK_VERSION%%/demo/applets/DitherTest/example1.html
jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawControls.class
jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawPanel.class
jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawTest.class
jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawTest.java
jdk%%JDK_VERSION%%/demo/applets/DrawTest/example1.html
jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSFractal.class
jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSFractal.java
jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSRule.class
jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSTurtle.class
jdk%%JDK_VERSION%%/demo/applets/Fractal/ContextLSystem.class
jdk%%JDK_VERSION%%/demo/applets/Fractal/example1.html
jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Edge.class
jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Graph.class
jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Graph.java
jdk%%JDK_VERSION%%/demo/applets/GraphLayout/GraphPanel.class
jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Node.class
jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/computer.au
jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/drip.au
jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/gong.au
jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example1.html
jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example2.html
jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example3.html
jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example4.html
jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/AppletFrame.class
jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/AppletFrame.java
jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcCard.class
jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcDegreePanel.class
jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcPanel.class
jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ColorUtils.class
jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsCards.class
jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsPanel.class
jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsTest.class
jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsTest.java
jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/OvalShape.class
jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/PolygonShape.class
jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/RectShape.class
jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/RoundRectShape.class
jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/Shape.class
jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ShapeTest.class
jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/example1.html
jdk%%JDK_VERSION%%/demo/applets/ImageMap/AniArea.class
jdk%%JDK_VERSION%%/demo/applets/ImageMap/AniArea.java
jdk%%JDK_VERSION%%/demo/applets/ImageMap/ButtonFilter.class
jdk%%JDK_VERSION%%/demo/applets/ImageMap/ButtonFilter.java
jdk%%JDK_VERSION%%/demo/applets/ImageMap/ClickArea.class
jdk%%JDK_VERSION%%/demo/applets/ImageMap/ClickArea.java
jdk%%JDK_VERSION%%/demo/applets/ImageMap/DelayedSoundArea.class
jdk%%JDK_VERSION%%/demo/applets/ImageMap/DelayedSoundArea.java
jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightArea.class
jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightArea.java
jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightFilter.class
jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightFilter.java
jdk%%JDK_VERSION%%/demo/applets/ImageMap/HrefButtonArea.class
jdk%%JDK_VERSION%%/demo/applets/ImageMap/HrefButtonArea.java
jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMap.class
jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMap.java
jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMapArea.class
jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMapArea.java
jdk%%JDK_VERSION%%/demo/applets/ImageMap/LinkArea.class
jdk%%JDK_VERSION%%/demo/applets/ImageMap/LinkArea.java
jdk%%JDK_VERSION%%/demo/applets/ImageMap/NameArea.class
jdk%%JDK_VERSION%%/demo/applets/ImageMap/NameArea.java
jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundButtonFilter.class
jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundButtonFilter.java
jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundHrefButtonArea.class
jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundHrefButtonArea.java
jdk%%JDK_VERSION%%/demo/applets/ImageMap/SoundArea.class
jdk%%JDK_VERSION%%/demo/applets/ImageMap/SoundArea.java
jdk%%JDK_VERSION%%/demo/applets/ImageMap/TickerArea.class
jdk%%JDK_VERSION%%/demo/applets/ImageMap/TickerArea.java
jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio/chirp1.au
jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio/hi.au
jdk%%JDK_VERSION%%/demo/applets/ImageMap/example1.html
jdk%%JDK_VERSION%%/demo/applets/ImageMap/imagemapcheat.html
jdk%%JDK_VERSION%%/demo/applets/ImageMap/images/jim.graham.gif
jdk%%JDK_VERSION%%/demo/applets/ImageMap/sources.html
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/demo/applets/JumpingBox/JumpingBox.class
jdk%%JDK_VERSION%%/demo/applets/JumpingBox/JumpingBox.java
jdk%%JDK_VERSION%%/demo/applets/JumpingBox/example1.html
jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/adapt-or-die.au
jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/cannot.be.completed.au
jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/ip.au
jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/that.hurts.au
jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/thin.bell.au
jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au
jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Atom.class
jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Matrix3D.class
jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Matrix3D.java
jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZApp.class
jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZApp.java
jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZChemModel.class
jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example1.html
jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example2.html
jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example3.html
jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/HyaluronicAcid.xyz
jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/benzene.xyz
jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/buckminsterfullerine.xyz
jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/cyclohexane.xyz
jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/ethane.xyz
jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/water.xyz
jdk%%JDK_VERSION%%/demo/applets/NervousText/NervousText.class
jdk%%JDK_VERSION%%/demo/applets/NervousText/NervousText.java
jdk%%JDK_VERSION%%/demo/applets/NervousText/example1.html
jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/GraphApplet.class
jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/GraphApplet.java
jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/example1.html
jdk%%JDK_VERSION%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.class
jdk%%JDK_VERSION%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java
jdk%%JDK_VERSION%%/demo/applets/SortDemo/BubbleSortAlgorithm.class
jdk%%JDK_VERSION%%/demo/applets/SortDemo/BubbleSortAlgorithm.java
jdk%%JDK_VERSION%%/demo/applets/SortDemo/QSortAlgorithm.class
jdk%%JDK_VERSION%%/demo/applets/SortDemo/QSortAlgorithm.java
jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortAlgorithm.class
jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortAlgorithm.java
jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortItem.class
jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortItem.java
jdk%%JDK_VERSION%%/demo/applets/SortDemo/example1.html
jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/Cell.class
jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/CellUpdater.class
jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/InputField.class
jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/Node.class
jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheet.class
jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheet.java
jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheetInput.class
jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/example1.html
jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolCanvas.class
jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolTest$MyAdapter.class
jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolTest.class
jdk%%JDK_VERSION%%/demo/applets/SymbolTest/SymbolTest.java
jdk%%JDK_VERSION%%/demo/applets/SymbolTest/example1.html
jdk%%JDK_VERSION%%/demo/applets/TicTacToe/TicTacToe.class
jdk%%JDK_VERSION%%/demo/applets/TicTacToe/TicTacToe.java
jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/beep.au
jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/ding.au
jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/return.au
jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/yahoo1.au
jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/yahoo2.au
jdk%%JDK_VERSION%%/demo/applets/TicTacToe/example1.html
jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images/cross.gif
jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images/not.gif
jdk%%JDK_VERSION%%/demo/applets/WireFrame/FileFormatException.class
jdk%%JDK_VERSION%%/demo/applets/WireFrame/Matrix3D.class
jdk%%JDK_VERSION%%/demo/applets/WireFrame/Matrix3D.java
jdk%%JDK_VERSION%%/demo/applets/WireFrame/Model3D.class
jdk%%JDK_VERSION%%/demo/applets/WireFrame/ThreeD.class
jdk%%JDK_VERSION%%/demo/applets/WireFrame/ThreeD.java
jdk%%JDK_VERSION%%/demo/applets/WireFrame/example1.html
jdk%%JDK_VERSION%%/demo/applets/WireFrame/example2.html
jdk%%JDK_VERSION%%/demo/applets/WireFrame/example3.html
jdk%%JDK_VERSION%%/demo/applets/WireFrame/example4.html
jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/cube.obj
jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/dinasaur.obj
jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/hughes_500.obj
jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/knoxS.obj
jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/FileChooserDemo.jar
jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/README.txt
jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images/gifIcon.gif
jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images/jpgIcon.jpg
jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/ExampleFileFilter.java
jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/ExampleFileView.java
jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/FileChooserDemo.java
jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/Font2DTest.html
jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/Font2DTest.jar
jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/README.txt
jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/Font2DTest.java
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/Font2DTestApplet.java
jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/FontPanel.java
jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/RangeMenu.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/Java2Demo.html
jdk%%JDK_VERSION%%/demo/jfc/Java2D/Java2Demo.jar
jdk%%JDK_VERSION%%/demo/jfc/Java2D/README.txt
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/AnimatingControlsSurface.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/AnimatingSurface.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/CloningFeature.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/ControlsSurface.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/CustomControls.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/CustomControlsContext.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/DemoFonts.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/DemoGroup.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/DemoImages.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/DemoPanel.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/GlobalControls.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/GlobalPanel.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Intro.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Java2Demo.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Java2DemoApplet.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/MemoryMonitor.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/PerformanceMonitor.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/RunWindow.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Surface.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/TextureChooser.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Tools.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Arcs.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/BezierAnim.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Curves.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Ellipses.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Areas.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping/ClipAnim.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Intersection.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Text.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Colors/BullsEye.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Colors/ColorConvert.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Colors/Rotator3D.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Composite/ACimages.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Composite/ACrules.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Composite/FadeAnim.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/AllFonts.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/AttributedStr.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Highlighting.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Outline.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Tree.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images/DukeAnim.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images/ImageOps.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images/JPEGFlip.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images/WarpImage.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines/Caps.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines/Dash.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines/Joins.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines/LineAnim.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Mix/Balls.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Mix/BezierScroller.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Mix/Stars3D.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint/GradAnim.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint/Gradient.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint/Texture.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint/TextureAnim.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths/Append.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths/CurveQuadTo.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths/FillStroke.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths/WindingRule.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Transforms/Rotate.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Transforms/SelectTx.java
jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Transforms/TransformAnim.java
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/back.gif
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/credits.html
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/duke.gif
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/javalogo.gif
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/metal.html
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/metalworks.html
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/swing.html
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/toc.html
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/Metalworks.jar
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/MyTheme.theme
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/README.txt
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_crop.gif
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_draw.gif
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_hand.gif
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_select.gif
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_text.gif
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_zoom.gif
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/AquaMetalTheme.java
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/BigContrastMetalTheme.java
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/ContrastMetalTheme.java
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/DemoMetalTheme.java
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/GreenMetalTheme.java
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/KhakiMetalTheme.java
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalThemeMenu.java
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/Metalworks.java
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksFrame.java
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksHelp.java
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksInBox.java
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksPrefs.java
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/PropertiesMetalTheme.java
jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/UISwitchListener.java
jdk%%JDK_VERSION%%/demo/jfc/Notepad/Notepad.jar
jdk%%JDK_VERSION%%/demo/jfc/Notepad/README.txt
jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad.properties
jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_fr.properties
jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_sv.properties
jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_zh_CN.properties
jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/copy.gif
jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/cut.gif
jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/new.gif
jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/open.gif
jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/paste.gif
jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/save.gif
jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/ElementTreePanel.java
jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/Notepad.java
jdk%%JDK_VERSION%%/demo/jfc/SampleTree/README.txt
jdk%%JDK_VERSION%%/demo/jfc/SampleTree/SampleTree.jar
jdk%%JDK_VERSION%%/demo/jfc/SampleTree/images/collapsed.gif
jdk%%JDK_VERSION%%/demo/jfc/SampleTree/images/expanded.gif
jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/DynamicTreeNode.java
jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleData.java
jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTree.java
jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java
jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTreeModel.java
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/README.txt
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/Stylepad.jar
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad.properties
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_fr.properties
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_sv.properties
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_zh_CN.properties
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad.properties
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad_sv.properties
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad_zh_CN.properties
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/alice.gif
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/bold.gif
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/bullets.gif
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/caterpillar.gif
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/center.gif
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/copy.gif
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/cut.gif
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/fg.gif
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/hatter.gif
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/italic.gif
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/left.gif
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/new.gif
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/open.gif
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/paste.gif
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/rabbit.gif
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/rabbit2.gif
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/right.gif
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/save.gif
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/underline.gif
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/ElementTreePanel.java
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/HelloWorld.java
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Notepad.java
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Stylepad.java
jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Wonderland.java
jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/README.txt
jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/SwingApplet.html
jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/SwingApplet.jar
jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/src/SwingApplet.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/README.txt
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2.html
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2.jar
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/AquaTheme.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/BezierAnimationPanel.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ButtonDemo.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/CharcoalTheme.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/CodeViewer.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ColorChooserDemo.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ComboBoxDemo.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ContrastTheme.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/DemoModule.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/DirectionPanel.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/EmeraldTheme.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ExampleFileFilter.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ExampleFileView.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/FileChooserDemo.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/HtmlDemo.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/InternalFrameDemo.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/LayoutControlPanel.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ListDemo.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/OptionPaneDemo.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/Permuter.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ProgressBarDemo.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/RubyTheme.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ScrollPaneDemo.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SliderDemo.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SplitPaneDemo.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SwingSet2.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SwingSet2Applet.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TabbedPaneDemo.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TableDemo.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ToolTipDemo.java
jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TreeDemo.java
jdk%%JDK_VERSION%%/demo/jfc/TableExample/README.txt
jdk%%JDK_VERSION%%/demo/jfc/TableExample/TableExample.jar
jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/JDBCAdapter.java
jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/OldJTable.java
jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample.java
jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample2.java
jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample3.java
jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample4.java
jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableMap.java
jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableSorter.java
jdk%%JDK_VERSION%%/demo/jpda/examples.jar
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/include/bsd/jawt_md.h
jdk%%JDK_VERSION%%/include/bsd/jni_md.h
jdk%%JDK_VERSION%%/include/jawt.h
jdk%%JDK_VERSION%%/include/jni.h
jdk%%JDK_VERSION%%/include/jvmdi.h
jdk%%JDK_VERSION%%/include/jvmpi.h
jdk%%JDK_VERSION%%/jre/CHANGES
jdk%%JDK_VERSION%%/jre/COPYRIGHT
jdk%%JDK_VERSION%%/jre/LICENSE
jdk%%JDK_VERSION%%/jre/README
jdk%%JDK_VERSION%%/jre/Welcome.html
jdk%%JDK_VERSION%%/jre/bin/java
jdk%%JDK_VERSION%%/jre/bin/keytool
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/jre/bin/kinit
jdk%%JDK_VERSION%%/jre/bin/klist
jdk%%JDK_VERSION%%/jre/bin/ktab
jdk%%JDK_VERSION%%/jre/bin/orbd
jdk%%JDK_VERSION%%/jre/bin/policytool
jdk%%JDK_VERSION%%/jre/bin/rmid
jdk%%JDK_VERSION%%/jre/bin/rmiregistry
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/jre/bin/servertool
jdk%%JDK_VERSION%%/jre/bin/tnameserv
jdk%%JDK_VERSION%%/jre/lib/audio/soundbank.gm
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/jre/lib/charsets.jar
jdk%%JDK_VERSION%%/jre/lib/cmm/CIEXYZ.pf
jdk%%JDK_VERSION%%/jre/lib/cmm/GRAY.pf
jdk%%JDK_VERSION%%/jre/lib/cmm/LINEAR_RGB.pf
jdk%%JDK_VERSION%%/jre/lib/cmm/PYCC.pf
jdk%%JDK_VERSION%%/jre/lib/cmm/sRGB.pf
jdk%%JDK_VERSION%%/jre/lib/content-types.properties
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/jre/lib/ext/dnsns.jar
jdk%%JDK_VERSION%%/jre/lib/ext/ldapsec.jar
jdk%%JDK_VERSION%%/jre/lib/ext/localedata.jar
jdk%%JDK_VERSION%%/jre/lib/ext/sunjce_provider.jar
jdk%%JDK_VERSION%%/jre/lib/flavormap.properties
jdk%%JDK_VERSION%%/jre/lib/font.properties
jdk%%JDK_VERSION%%/jre/lib/font.properties.ja
jdk%%JDK_VERSION%%/jre/lib/font.properties.zh
jdk%%JDK_VERSION%%/jre/lib/font.properties.zh_TW
jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightDemiBold.ttf
jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightDemiItalic.ttf
jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightItalic.ttf
jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightRegular.ttf
jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansDemiBold.ttf
jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansRegular.ttf
jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterBold.ttf
jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterRegular.ttf
jdk%%JDK_VERSION%%/jre/lib/fonts/fonts.dir
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/jre/lib/i386/awt_robot
jdk%%JDK_VERSION%%/jre/lib/i386/client/Xusage.txt
jdk%%JDK_VERSION%%/jre/lib/i386/client/libjsig.so
jdk%%JDK_VERSION%%/jre/lib/i386/client/libjvm.so
jdk%%JDK_VERSION%%/jre/lib/i386/jvm.cfg
jdk%%JDK_VERSION%%/jre/lib/i386/libJdbcOdbc.so
jdk%%JDK_VERSION%%/jre/lib/i386/libawt.so
jdk%%JDK_VERSION%%/jre/lib/i386/libcmm.so
jdk%%JDK_VERSION%%/jre/lib/i386/libdcpr.so
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/jre/lib/i386/libdt_socket.so
jdk%%JDK_VERSION%%/jre/lib/i386/libfontmanager.so
jdk%%JDK_VERSION%%/jre/lib/i386/libhprof.so
jdk%%JDK_VERSION%%/jre/lib/i386/libioser12.so
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/jre/lib/i386/libjaas_unix.so
jdk%%JDK_VERSION%%/jre/lib/i386/libjava.so
jdk%%JDK_VERSION%%/jre/lib/i386/libjawt.so
jdk%%JDK_VERSION%%/jre/lib/i386/libjcov.so
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/jre/lib/i386/libjdwp.so
jdk%%JDK_VERSION%%/jre/lib/i386/libjpeg.so
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/jre/lib/i386/libjsig.so
jdk%%JDK_VERSION%%/jre/lib/i386/libjsound.so
jdk%%JDK_VERSION%%/jre/lib/i386/libmlib_image.so
jdk%%JDK_VERSION%%/jre/lib/i386/libnet.so
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/jre/lib/i386/libnio.so
jdk%%JDK_VERSION%%/jre/lib/i386/librmi.so
jdk%%JDK_VERSION%%/jre/lib/i386/libverify.so
jdk%%JDK_VERSION%%/jre/lib/i386/libzip.so
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/jre/lib/i386/native_threads/libhpi.so
jdk%%JDK_VERSION%%/jre/lib/i386/server/Xusage.txt
jdk%%JDK_VERSION%%/jre/lib/i386/server/libjsig.so
jdk%%JDK_VERSION%%/jre/lib/i386/server/libjvm.so
jdk%%JDK_VERSION%%/jre/lib/im/indicim.jar
jdk%%JDK_VERSION%%/jre/lib/images/cursors/cursors.properties
jdk%%JDK_VERSION%%/jre/lib/images/cursors/invalid32x32.gif
jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_CopyDrop32x32.gif
jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif
jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_LinkDrop32x32.gif
jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif
jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_MoveDrop32x32.gif
jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/jre/lib/jce.jar
jdk%%JDK_VERSION%%/jre/lib/jsse.jar
jdk%%JDK_VERSION%%/jre/lib/jvm.hprof.txt
jdk%%JDK_VERSION%%/jre/lib/jvm.jcov.txt
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/jre/lib/logging.properties
jdk%%JDK_VERSION%%/jre/lib/psfont.properties.ja
jdk%%JDK_VERSION%%/jre/lib/psfontj2d.properties
jdk%%JDK_VERSION%%/jre/lib/rt.jar
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/jre/lib/security/US_export_policy.jar
jdk%%JDK_VERSION%%/jre/lib/security/cacerts
jdk%%JDK_VERSION%%/jre/lib/security/java.policy
jdk%%JDK_VERSION%%/jre/lib/security/java.security
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/jre/lib/security/local_policy.jar
jdk%%JDK_VERSION%%/jre/lib/sunrsasign.jar
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Abidjan
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Accra
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Addis_Ababa
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Algiers
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Asmera
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Bamako
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Bangui
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Banjul
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Bissau
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Blantyre
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Brazzaville
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Bujumbura
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Cairo
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Casablanca
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Ceuta
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Conakry
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Dakar
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Dar_es_Salaam
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Djibouti
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Douala
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/El_Aaiun
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Freetown
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Gaborone
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Harare
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Johannesburg
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Kampala
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Khartoum
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Kigali
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Kinshasa
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Lagos
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Libreville
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Lome
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Luanda
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Lubumbashi
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Lusaka
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Malabo
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Maputo
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Maseru
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Mbabane
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Mogadishu
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Monrovia
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Nairobi
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Ndjamena
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Niamey
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Nouakchott
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Ouagadougou
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Porto-Novo
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Sao_Tome
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Timbuktu
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Tripoli
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Tunis
jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Windhoek
jdk%%JDK_VERSION%%/jre/lib/zi/America/Adak
jdk%%JDK_VERSION%%/jre/lib/zi/America/Anchorage
jdk%%JDK_VERSION%%/jre/lib/zi/America/Anguilla
jdk%%JDK_VERSION%%/jre/lib/zi/America/Antigua
jdk%%JDK_VERSION%%/jre/lib/zi/America/Araguaina
jdk%%JDK_VERSION%%/jre/lib/zi/America/Aruba
jdk%%JDK_VERSION%%/jre/lib/zi/America/Asuncion
jdk%%JDK_VERSION%%/jre/lib/zi/America/Barbados
jdk%%JDK_VERSION%%/jre/lib/zi/America/Belem
jdk%%JDK_VERSION%%/jre/lib/zi/America/Belize
jdk%%JDK_VERSION%%/jre/lib/zi/America/Boa_Vista
jdk%%JDK_VERSION%%/jre/lib/zi/America/Bogota
jdk%%JDK_VERSION%%/jre/lib/zi/America/Boise
jdk%%JDK_VERSION%%/jre/lib/zi/America/Buenos_Aires
jdk%%JDK_VERSION%%/jre/lib/zi/America/Cambridge_Bay
jdk%%JDK_VERSION%%/jre/lib/zi/America/Cancun
jdk%%JDK_VERSION%%/jre/lib/zi/America/Caracas
jdk%%JDK_VERSION%%/jre/lib/zi/America/Catamarca
jdk%%JDK_VERSION%%/jre/lib/zi/America/Cayenne
jdk%%JDK_VERSION%%/jre/lib/zi/America/Cayman
jdk%%JDK_VERSION%%/jre/lib/zi/America/Chicago
jdk%%JDK_VERSION%%/jre/lib/zi/America/Chihuahua
jdk%%JDK_VERSION%%/jre/lib/zi/America/Cordoba
jdk%%JDK_VERSION%%/jre/lib/zi/America/Costa_Rica
jdk%%JDK_VERSION%%/jre/lib/zi/America/Cuiaba
jdk%%JDK_VERSION%%/jre/lib/zi/America/Curacao
jdk%%JDK_VERSION%%/jre/lib/zi/America/Danmarkshavn
jdk%%JDK_VERSION%%/jre/lib/zi/America/Dawson
jdk%%JDK_VERSION%%/jre/lib/zi/America/Dawson_Creek
jdk%%JDK_VERSION%%/jre/lib/zi/America/Denver
jdk%%JDK_VERSION%%/jre/lib/zi/America/Detroit
jdk%%JDK_VERSION%%/jre/lib/zi/America/Dominica
jdk%%JDK_VERSION%%/jre/lib/zi/America/Edmonton
jdk%%JDK_VERSION%%/jre/lib/zi/America/Eirunepe
jdk%%JDK_VERSION%%/jre/lib/zi/America/El_Salvador
jdk%%JDK_VERSION%%/jre/lib/zi/America/Fortaleza
jdk%%JDK_VERSION%%/jre/lib/zi/America/Glace_Bay
jdk%%JDK_VERSION%%/jre/lib/zi/America/Godthab
jdk%%JDK_VERSION%%/jre/lib/zi/America/Goose_Bay
jdk%%JDK_VERSION%%/jre/lib/zi/America/Grand_Turk
jdk%%JDK_VERSION%%/jre/lib/zi/America/Grenada
jdk%%JDK_VERSION%%/jre/lib/zi/America/Guadeloupe
jdk%%JDK_VERSION%%/jre/lib/zi/America/Guatemala
jdk%%JDK_VERSION%%/jre/lib/zi/America/Guayaquil
jdk%%JDK_VERSION%%/jre/lib/zi/America/Guyana
jdk%%JDK_VERSION%%/jre/lib/zi/America/Halifax
jdk%%JDK_VERSION%%/jre/lib/zi/America/Havana
jdk%%JDK_VERSION%%/jre/lib/zi/America/Hermosillo
jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana/Knox
jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana/Marengo
jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana/Vevay
jdk%%JDK_VERSION%%/jre/lib/zi/America/Indianapolis
jdk%%JDK_VERSION%%/jre/lib/zi/America/Inuvik
jdk%%JDK_VERSION%%/jre/lib/zi/America/Iqaluit
jdk%%JDK_VERSION%%/jre/lib/zi/America/Jamaica
jdk%%JDK_VERSION%%/jre/lib/zi/America/Jujuy
jdk%%JDK_VERSION%%/jre/lib/zi/America/Juneau
jdk%%JDK_VERSION%%/jre/lib/zi/America/Kentucky/Monticello
jdk%%JDK_VERSION%%/jre/lib/zi/America/La_Paz
jdk%%JDK_VERSION%%/jre/lib/zi/America/Lima
jdk%%JDK_VERSION%%/jre/lib/zi/America/Los_Angeles
jdk%%JDK_VERSION%%/jre/lib/zi/America/Louisville
jdk%%JDK_VERSION%%/jre/lib/zi/America/Maceio
jdk%%JDK_VERSION%%/jre/lib/zi/America/Managua
jdk%%JDK_VERSION%%/jre/lib/zi/America/Manaus
jdk%%JDK_VERSION%%/jre/lib/zi/America/Martinique
jdk%%JDK_VERSION%%/jre/lib/zi/America/Mazatlan
jdk%%JDK_VERSION%%/jre/lib/zi/America/Mendoza
jdk%%JDK_VERSION%%/jre/lib/zi/America/Menominee
jdk%%JDK_VERSION%%/jre/lib/zi/America/Merida
jdk%%JDK_VERSION%%/jre/lib/zi/America/Mexico_City
jdk%%JDK_VERSION%%/jre/lib/zi/America/Miquelon
jdk%%JDK_VERSION%%/jre/lib/zi/America/Monterrey
jdk%%JDK_VERSION%%/jre/lib/zi/America/Montevideo
jdk%%JDK_VERSION%%/jre/lib/zi/America/Montreal
jdk%%JDK_VERSION%%/jre/lib/zi/America/Montserrat
jdk%%JDK_VERSION%%/jre/lib/zi/America/Nassau
jdk%%JDK_VERSION%%/jre/lib/zi/America/New_York
jdk%%JDK_VERSION%%/jre/lib/zi/America/Nipigon
jdk%%JDK_VERSION%%/jre/lib/zi/America/Nome
jdk%%JDK_VERSION%%/jre/lib/zi/America/Noronha
jdk%%JDK_VERSION%%/jre/lib/zi/America/North_Dakota/Center
jdk%%JDK_VERSION%%/jre/lib/zi/America/Panama
jdk%%JDK_VERSION%%/jre/lib/zi/America/Pangnirtung
jdk%%JDK_VERSION%%/jre/lib/zi/America/Paramaribo
jdk%%JDK_VERSION%%/jre/lib/zi/America/Phoenix
jdk%%JDK_VERSION%%/jre/lib/zi/America/Port-au-Prince
jdk%%JDK_VERSION%%/jre/lib/zi/America/Port_of_Spain
jdk%%JDK_VERSION%%/jre/lib/zi/America/Porto_Velho
jdk%%JDK_VERSION%%/jre/lib/zi/America/Puerto_Rico
jdk%%JDK_VERSION%%/jre/lib/zi/America/Rainy_River
jdk%%JDK_VERSION%%/jre/lib/zi/America/Rankin_Inlet
jdk%%JDK_VERSION%%/jre/lib/zi/America/Recife
jdk%%JDK_VERSION%%/jre/lib/zi/America/Regina
jdk%%JDK_VERSION%%/jre/lib/zi/America/Rio_Branco
jdk%%JDK_VERSION%%/jre/lib/zi/America/Santiago
jdk%%JDK_VERSION%%/jre/lib/zi/America/Santo_Domingo
jdk%%JDK_VERSION%%/jre/lib/zi/America/Sao_Paulo
jdk%%JDK_VERSION%%/jre/lib/zi/America/Scoresbysund
jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Johns
jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Kitts
jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Lucia
jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Thomas
jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Vincent
jdk%%JDK_VERSION%%/jre/lib/zi/America/Swift_Current
jdk%%JDK_VERSION%%/jre/lib/zi/America/Tegucigalpa
jdk%%JDK_VERSION%%/jre/lib/zi/America/Thule
jdk%%JDK_VERSION%%/jre/lib/zi/America/Thunder_Bay
jdk%%JDK_VERSION%%/jre/lib/zi/America/Tijuana
jdk%%JDK_VERSION%%/jre/lib/zi/America/Tortola
jdk%%JDK_VERSION%%/jre/lib/zi/America/Vancouver
jdk%%JDK_VERSION%%/jre/lib/zi/America/Whitehorse
jdk%%JDK_VERSION%%/jre/lib/zi/America/Winnipeg
jdk%%JDK_VERSION%%/jre/lib/zi/America/Yakutat
jdk%%JDK_VERSION%%/jre/lib/zi/America/Yellowknife
jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Casey
jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Davis
jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/DumontDUrville
jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Mawson
jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/McMurdo
jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Palmer
jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Syowa
jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Vostok
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Aden
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Almaty
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Amman
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Anadyr
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Aqtau
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Aqtobe
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Ashgabat
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Baghdad
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Bahrain
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Baku
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Bangkok
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Beirut
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Bishkek
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Brunei
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Calcutta
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Choibalsan
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Chongqing
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Colombo
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Damascus
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Dhaka
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Dili
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Dubai
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Dushanbe
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Gaza
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Harbin
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Hong_Kong
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Hovd
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Irkutsk
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Jakarta
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Jayapura
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Jerusalem
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kabul
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kamchatka
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Karachi
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kashgar
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Katmandu
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Krasnoyarsk
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kuala_Lumpur
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kuching
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kuwait
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Macau
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Magadan
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Makassar
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Manila
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Muscat
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Nicosia
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Novosibirsk
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Omsk
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Oral
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Phnom_Penh
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Pontianak
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Pyongyang
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Qatar
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Qyzylorda
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Rangoon
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Riyadh
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Riyadh87
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Riyadh88
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Riyadh89
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Saigon
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Sakhalin
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Samarkand
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Seoul
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Shanghai
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Singapore
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Taipei
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Tashkent
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Tbilisi
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Tehran
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Thimphu
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Tokyo
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Ulaanbaatar
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Urumqi
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Vientiane
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Vladivostok
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Yakutsk
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Yekaterinburg
jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Yerevan
jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Azores
jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Bermuda
jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Canary
jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Cape_Verde
jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Faeroe
jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Madeira
jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Reykjavik
jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/South_Georgia
jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/St_Helena
jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Stanley
jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Adelaide
jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Brisbane
jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Broken_Hill
jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Darwin
jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Hobart
jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Lindeman
jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Lord_Howe
jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Melbourne
jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Perth
jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Sydney
jdk%%JDK_VERSION%%/jre/lib/zi/CET
jdk%%JDK_VERSION%%/jre/lib/zi/EET
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+1
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+10
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+11
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+12
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+2
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+3
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+4
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+5
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+6
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+7
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+8
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+9
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-1
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-10
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-11
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-12
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-13
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-14
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-2
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-3
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-4
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-5
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-6
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-7
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-8
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-9
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/UCT
jdk%%JDK_VERSION%%/jre/lib/zi/Etc/UTC
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Amsterdam
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Andorra
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Athens
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Belfast
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Belgrade
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Berlin
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Brussels
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Bucharest
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Budapest
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Chisinau
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Copenhagen
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Dublin
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Gibraltar
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Helsinki
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Istanbul
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Kaliningrad
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Kiev
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Lisbon
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/London
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Luxembourg
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Madrid
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Malta
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Minsk
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Monaco
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Moscow
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Oslo
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Paris
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Prague
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Riga
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Rome
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Samara
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Simferopol
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Sofia
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Stockholm
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Tallinn
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Tirane
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Uzhgorod
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Vaduz
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Vienna
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Vilnius
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Warsaw
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Zaporozhye
jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Zurich
jdk%%JDK_VERSION%%/jre/lib/zi/GMT
jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Antananarivo
jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Chagos
jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Christmas
jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Cocos
jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Comoro
jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Kerguelen
jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Mahe
jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Maldives
jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Mauritius
jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Mayotte
jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Reunion
jdk%%JDK_VERSION%%/jre/lib/zi/MET
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Apia
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Auckland
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Chatham
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Easter
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Efate
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Enderbury
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Fakaofo
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Fiji
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Funafuti
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Galapagos
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Gambier
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Guadalcanal
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Guam
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Honolulu
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Johnston
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Kiritimati
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Kosrae
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Kwajalein
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Majuro
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Marquesas
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Midway
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Nauru
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Niue
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Norfolk
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Noumea
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Pago_Pago
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Palau
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Pitcairn
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Ponape
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Port_Moresby
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Rarotonga
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Saipan
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Tahiti
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Tarawa
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Tongatapu
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Truk
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Wake
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Wallis
jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Yap
jdk%%JDK_VERSION%%/jre/lib/zi/WET
jdk%%JDK_VERSION%%/jre/lib/zi/ZoneInfoMappings
jdk%%JDK_VERSION%%/lib/dt.jar
jdk%%JDK_VERSION%%/lib/ir.idl
jdk%%JDK_VERSION%%/lib/orb.idl
jdk%%JDK_VERSION%%/lib/tools.jar
jdk%%JDK_VERSION%%/man/man1/appletviewer.1
jdk%%JDK_VERSION%%/man/man1/extcheck.1
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/man/man1/idlj.1
jdk%%JDK_VERSION%%/man/man1/jar.1
jdk%%JDK_VERSION%%/man/man1/jarsigner.1
jdk%%JDK_VERSION%%/man/man1/java.1
jdk%%JDK_VERSION%%/man/man1/javac.1
jdk%%JDK_VERSION%%/man/man1/javadoc.1
jdk%%JDK_VERSION%%/man/man1/javah.1
jdk%%JDK_VERSION%%/man/man1/javap.1
jdk%%JDK_VERSION%%/man/man1/jdb.1
jdk%%JDK_VERSION%%/man/man1/keytool.1
jdk%%JDK_VERSION%%/man/man1/native2ascii.1
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/man/man1/orbd.1
jdk%%JDK_VERSION%%/man/man1/policytool.1
jdk%%JDK_VERSION%%/man/man1/rmic.1
jdk%%JDK_VERSION%%/man/man1/rmid.1
jdk%%JDK_VERSION%%/man/man1/rmiregistry.1
jdk%%JDK_VERSION%%/man/man1/serialver.1
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
jdk%%JDK_VERSION%%/man/man1/servertool.1
jdk%%JDK_VERSION%%/man/man1/tnameserv.1
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/appletviewer_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/extcheck_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/idlj_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/jar_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/jarsigner_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/java_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javac_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javadoc_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javah_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javap_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/jdb_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/keytool_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/kinit_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/klist_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/ktab_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/native2ascii_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/orbd_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/policytool_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/rmic_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/rmid_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/rmiregistry_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/serialver_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/servertool_g
%%DEBUG:%%jdk%%JDK_VERSION%%/bin/tnameserv_g
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/java_g
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/keytool_g
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/kinit_g
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/klist_g
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/ktab_g
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/orbd_g
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/policytool_g
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/rmid_g
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/rmiregistry_g
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/servertool_g
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/tnameserv_g
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/client/libjsig_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/client/libjvm_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libJdbcOdbc_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libawt_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libcmm_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libdcpr_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libdt_socket_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libfontmanager_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libhprof_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libioser12_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjaas_unix_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjava_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjawt_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjcov_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjdwp_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjpeg_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjsig_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjsound_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libmlib_image_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libnet_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libnio_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/librmi_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libverify_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libzip_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/native_threads/libhpi_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/server/libjsig_g.so
%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/server/libjvm_g.so
@exec mkdir -p %D/share/doc/java
@unexec rmdir %D/share/doc/java 2>/dev/null || true
@exec %D/bin/registervm "%D/jdk%%JDK_VERSION%%/bin/java # FREEBSD-JDK%%JDK_VERSION%%"
@unexec %D/bin/unregistervm FREEBSD-JDK%%JDK_VERSION%%
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
@dirrm jdk%%JDK_VERSION%%/bin
@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/audio
@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation
@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images
@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
@dirrm jdk%%JDK_VERSION%%/demo/applets/ArcTest
@dirrm jdk%%JDK_VERSION%%/demo/applets/BarChart
@dirrm jdk%%JDK_VERSION%%/demo/applets/Blink
@dirrm jdk%%JDK_VERSION%%/demo/applets/CardTest
@dirrm jdk%%JDK_VERSION%%/demo/applets/Clock
@dirrm jdk%%JDK_VERSION%%/demo/applets/DitherTest
@dirrm jdk%%JDK_VERSION%%/demo/applets/DrawTest
@dirrm jdk%%JDK_VERSION%%/demo/applets/Fractal
@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio
@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphLayout
@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphicsTest
@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio
@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap/images
@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap
@dirrm jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds
@dirrm jdk%%JDK_VERSION%%/demo/applets/JumpingBox
@dirrm jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models
@dirrm jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer
@dirrm jdk%%JDK_VERSION%%/demo/applets/NervousText
@dirrm jdk%%JDK_VERSION%%/demo/applets/SimpleGraph
@dirrm jdk%%JDK_VERSION%%/demo/applets/SortDemo
@dirrm jdk%%JDK_VERSION%%/demo/applets/SpreadSheet
@dirrm jdk%%JDK_VERSION%%/demo/applets/SymbolTest
@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio
@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images
@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe
@dirrm jdk%%JDK_VERSION%%/demo/applets/WireFrame/models
@dirrm jdk%%JDK_VERSION%%/demo/applets/WireFrame
@dirrm jdk%%JDK_VERSION%%/demo/applets
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images
@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src
@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Font2DTest
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Colors
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Composite
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Mix
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Transforms
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad/src
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad
@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree/images
@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src
@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src
@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad
@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/src
@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingApplet
@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src
@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2
@dirrm jdk%%JDK_VERSION%%/demo/jfc/TableExample/src
@dirrm jdk%%JDK_VERSION%%/demo/jfc/TableExample
@dirrm jdk%%JDK_VERSION%%/demo/jfc
@dirrm jdk%%JDK_VERSION%%/demo/jpda
@dirrm jdk%%JDK_VERSION%%/demo
I am pleased to announce first public -beta patchset of FreeBSD/Java port for JDK 1.4.1. This is complete and close to production quality native JDK with both working client and server native JVMs. Local micro benchmarks shown very little difference between Linux and FreeBSD JVMs in speed. One of important points of this patchset that it marks point when we are very close to passing of Sun TCK tests. Currently about 20 of >27000 tests are known to be broken (tests were run at -STABLE). If testing of this patchset will be smooth and founding of this work will be continued we may expect to have binary distribution of JDK 1.4.1 in April or begining of May. BUT, don't forget that even TCK tests can't cover all possible problems and this is -beta patchset. Keep your eyes open and report your problems to freebsd-java mailing list or to me directly! * About supported FreeBSD releases: Altough 4.8-RELEASE will be first officially supported FreeBSD release, you may use JDK 1.4.1-p3 at stock post-02-Feb-2003 -STABLE or -CURRENT. You also may use it at post-07-Jan-2003 -STABLE and -CURRENT (including 5.0-RELEASE), but it's required to apply libc_r patch, distributed with patchset3 archive, and rebuild libc_r first. * About compiler: This port is supposed to be built with stock FreeBSD compiler (3.2.[12] for -CURRENT and 2.95.4 for -STABLE)! * Following issues are known, but not yet addressed: . IPv6 networking. IPv6 support is disabled in this patchset. . Asian languages support. Patches are welcome! . K6 (586-class) processors support. There're issues with building on old K6 processors. If you've problems with 586-class machines other than K6 - please let me know. . Mozilla plugin is not yet ported. * Following areas should be used with increased attention: . Java Virtual Machine Profiling Interface (JVMPI) . Java Virtual Machine Debugging Interface (JVMDI) . Host Porting Interface (HPI) If you have problems with these interfaces please let me know. * THANKS! I would thank very much to FreeBSD Foundation, without which support and sponsorship JDK 1.4.1 port would not happen in such timeframes (less than 2 months). Sponsored by: FreeBSD Foundation Approved by: portmgr
2003-03-07 00:18:24 +01:00
@dirrm jdk%%JDK_VERSION%%/include/bsd
@dirrm jdk%%JDK_VERSION%%/include
@dirrm jdk%%JDK_VERSION%%/jre/bin
@dirrm jdk%%JDK_VERSION%%/jre/lib/audio
@dirrm jdk%%JDK_VERSION%%/jre/lib/applet
@dirrm jdk%%JDK_VERSION%%/jre/lib/cmm
@dirrm jdk%%JDK_VERSION%%/jre/lib/ext
@dirrm jdk%%JDK_VERSION%%/jre/lib/fonts
@dirrm jdk%%JDK_VERSION%%/jre/lib/i386/client
@dirrm jdk%%JDK_VERSION%%/jre/lib/i386/native_threads
@dirrm jdk%%JDK_VERSION%%/jre/lib/i386/server
@dirrm jdk%%JDK_VERSION%%/jre/lib/i386
@dirrm jdk%%JDK_VERSION%%/jre/lib/im
@dirrm jdk%%JDK_VERSION%%/jre/lib/images/cursors
@dirrm jdk%%JDK_VERSION%%/jre/lib/images
@dirrm jdk%%JDK_VERSION%%/jre/lib/security
@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/Africa
@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana
@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/America/Kentucky
@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/America/North_Dakota
@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/America
@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica
@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/Asia
@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic
@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/Australia
@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/Etc
@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/Europe
@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/Indian
@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/Pacific
@dirrm jdk%%JDK_VERSION%%/jre/lib/zi
@dirrm jdk%%JDK_VERSION%%/jre/lib
@dirrm jdk%%JDK_VERSION%%/jre
@dirrm jdk%%JDK_VERSION%%/lib
@dirrm jdk%%JDK_VERSION%%/man/man1
@dirrm jdk%%JDK_VERSION%%/man
@dirrm jdk%%JDK_VERSION%%