summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@FreeBSD.org>1996-04-04 01:09:21 +0000
committerMarc G. Fournier <scrappy@FreeBSD.org>1996-04-04 01:09:21 +0000
commit1bfe4e2eb59323be661def27e8d3c0d1623c49c3 (patch)
tree1b2d68020af26400d2a9619b2b7c4c121a811335 /java
parentUpgraded from kaffe-0.2 to kaffe-0.3 (diff)
Added various libraries to PLIST
Put "WHATs NEW in 0.3" into DESCR
Notes
Notes: svn path=/head/; revision=2939
Diffstat (limited to 'java')
-rw-r--r--java/kaffe/pkg-descr18
-rw-r--r--java/kaffe/pkg-plist9
2 files changed, 24 insertions, 3 deletions
diff --git a/java/kaffe/pkg-descr b/java/kaffe/pkg-descr
index d5bd75d9f21a..7d6cfb5befe2 100644
--- a/java/kaffe/pkg-descr
+++ b/java/kaffe/pkg-descr
@@ -5,9 +5,25 @@ This will ultimately allow execution of Java code at the same speed as
standard compiled code but while maintaining the advantages and flexibility
of code independence.
-Please note, this is version 0.2 and many feature are not yet implemented
+Please note, this is version 0.3 and many feature are not yet implemented
(notable there is no graphics support at the moment) and there are likely
to be various odd bugs. All comments to the mail address below.
Tim
tim@sarc.city.ac.uk
+
+Major changes in Kaffe v0.3
+===========================
+
+ * Split off Kaffe translator into a shared library. This makes it
+ simpler to encorporate into other programs and is essential to
+ getting Kaffe running on some OS's.
+
+ * Added array bounds checks. This is very slow but the people want it
+ slow rather than not at all.
+
+ * Additional ports have been added.
+
+ * Extensive bug fixes for both particular ports as well as the general
+ system.
+
diff --git a/java/kaffe/pkg-plist b/java/kaffe/pkg-plist
index 575d5e3441fa..b94f620eabb2 100644
--- a/java/kaffe/pkg-plist
+++ b/java/kaffe/pkg-plist
@@ -4,8 +4,13 @@ bin/kaffe
bin/kaffeh
include/kaffe/native.h
include/kaffe/stubPreamble.h
-lib/libnative.so.0.2
-lib/libnet.so.0.2
+lib/libkaffe_agent.so.0.3
+lib/libkaffe_mmedia.so.0.3
+lib/libkaffe_vm.so.0.3
+lib/libkaffe_awt.so.0.3
+lib/libkaffe_native.so.0.3
+lib/libkaffe_jpeg.so.0.3
+lib/libkaffe_net.so.0.3
@exec /sbin/ldconfig -m %B
share/kaffe/classes.zip
share/kaffe/lib/javac.properties