summaryrefslogtreecommitdiff
path: root/lang/kaffe/pkg
diff options
context:
space:
mode:
authoragc <agc>1998-01-28 10:48:58 +0000
committeragc <agc>1998-01-28 10:48:58 +0000
commit5e2cf589fd3b220bd7cef34e615b345f48b2a75b (patch)
tree30fd5e20fdc9e1838a36387029469ab4d927baa6 /lang/kaffe/pkg
parent0f31b7f366b7f82b4173a389748c4a53bc0a96c6 (diff)
downloadpkgsrc-5e2cf589fd3b220bd7cef34e615b345f48b2a75b.tar.gz
Initial import of kaffe 0.9.2 (a Java interpreter/JIT compiler) into
the NetBSD packages collection, from the FreeBSD port.
Diffstat (limited to 'lang/kaffe/pkg')
-rw-r--r--lang/kaffe/pkg/COMMENT1
-rw-r--r--lang/kaffe/pkg/DESCR32
-rw-r--r--lang/kaffe/pkg/PLIST62
3 files changed, 95 insertions, 0 deletions
diff --git a/lang/kaffe/pkg/COMMENT b/lang/kaffe/pkg/COMMENT
new file mode 100644
index 00000000000..9d110713256
--- /dev/null
+++ b/lang/kaffe/pkg/COMMENT
@@ -0,0 +1 @@
+A virtual machine capable of running Java(tm) code (including an awt-package)
diff --git a/lang/kaffe/pkg/DESCR b/lang/kaffe/pkg/DESCR
new file mode 100644
index 00000000000..97eda973075
--- /dev/null
+++ b/lang/kaffe/pkg/DESCR
@@ -0,0 +1,32 @@
+*******************
+* NB: The section about the settings of the environment variables
+* has changed! - Xaa
+*******************
+
+This is Kaffe, a virtual machine design to execute Java bytecode.
+This machine can be configured in two modes. In one mode it operates as
+a pure bytecode interpreter (not unlike Javasoft's machine); in the second
+mode if performs "just-in-time" code conversion from the abstract code to
+the host machine's native code. 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.
+
+Running Kaffe
+=============
+Before running Kaffe it is necessary to configure the environment.
+This requires the setting of CLASSPATH, KAFFEHOME and LD_LIBRARY_PATH.
+For the standard installation these would be defined as follows:
+
+ CLASSPATH=.:/usr/local/share/kaffe/classes.zip
+ KAFFEHOME=/usr/local/share/kaffe
+ LD_LIBRARY_PATH=/usr/lib:/usr/local/lib
+
+You can run "sh /usr/local/share/kaffe/ENVIRONMENT" to have these set for
+you.
+
+What's in there
+===============
+
+For further info see the file README that comes with the distribution.
+----
+* Java and Javasoft are registered trademark of Sun Microsystems, Inc.
diff --git a/lang/kaffe/pkg/PLIST b/lang/kaffe/pkg/PLIST
new file mode 100644
index 00000000000..ccf53fbec50
--- /dev/null
+++ b/lang/kaffe/pkg/PLIST
@@ -0,0 +1,62 @@
+bin/kaffe
+bin/kaffeh
+bin/appletviewer
+bin/jar
+bin/javac
+bin/javadoc
+bin/javakey
+bin/javap
+bin/jdb
+bin/native2ascii
+bin/report-kaffe-bug
+bin/rmic
+bin/rmiregistry
+bin/serialver
+include/kaffe/jtypes.h
+include/kaffe/native.h
+include/kaffe/StubPreamble.h
+include/kaffe/Arrays.h
+include/kaffe/java_lang_Object.h
+include/kaffe/java_lang_String.h
+include/kaffe/java_lang_Throwable.h
+include/kaffe/java_lang_Thread.h
+include/kaffe/java_lang_ThreadGroup.h
+lib/libnative.so.0.92
+lib/libnative.so
+lib/libnet.so.0.92
+lib/libnet.so
+lib/libagent.so.0.92
+lib/libagent.so
+lib/libzip.so.0.92
+lib/libzip.so
+lib/libkaffevm.so.0.92
+lib/libkaffevm.so
+man/man1/kaffe.1.gz
+share/kaffe/lib/security/java.security
+share/kaffe/lib/appletviewer.properties
+share/kaffe/lib/awt.properties
+share/kaffe/lib/content-types.properties
+share/kaffe/lib/font.properties
+share/kaffe/lib/rmic.properties
+share/kaffe/lib/serialver.properties
+share/kaffe/lib/font.properties.cs
+share/kaffe/lib/font.properties.el
+share/kaffe/lib/font.properties.hu
+share/kaffe/lib/font.properties.ja
+share/kaffe/lib/font.properties.ko
+share/kaffe/lib/font.properties.lt
+share/kaffe/lib/font.properties.lv
+share/kaffe/lib/font.properties.pl
+share/kaffe/lib/font.properties.ru
+share/kaffe/lib/font.properties.tr
+share/kaffe/lib/font.properties.zh
+share/kaffe/lib/font.properties.zh_TW
+share/kaffe/lib/psfont.properties.ja
+share/kaffe/classes.zip
+share/kaffe/ENVIRONMENT
+share/kaffe/license.terms
+@exec /sbin/ldconfig -m %B
+@dirrm include/kaffe
+@dirrm share/kaffe/lib/security
+@dirrm share/kaffe/lib
+@dirrm share/kaffe