summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-10-25 08:52:31 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-10-25 08:52:31 +0000
commit933e7d280b47ea0dfa0bf6db9d0f39e2fc55efc1 (patch)
tree62f7d7d0164d2daf67fb32a96c88edc90cf01b06 /java
parentTET is now available off an FTP site. Change MASTER_SITE accordingly. (diff)
Use pkg/MESSAGE for information the user needs to read after
installing the package but before executing the package. Include the homepage in pkg/DESCR. portlint.
Notes
Notes: svn path=/head/; revision=14172
Diffstat (limited to 'java')
-rw-r--r--java/kaffe/Makefile4
-rw-r--r--java/kaffe/pkg-comment2
-rw-r--r--java/kaffe/pkg-descr30
3 files changed, 9 insertions, 27 deletions
diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile
index e6af29b543bd..5a6aefda4684 100644
--- a/java/kaffe/Makefile
+++ b/java/kaffe/Makefile
@@ -3,13 +3,12 @@
# Date created: 20 February 1995
# Whom: Tim Wilkinson <tim@sarc.city.ac.uk>
#
-# $Id: Makefile,v 1.34 1998/09/15 11:46:00 asami Exp $
+# $Id: Makefile,v 1.35 1998/10/10 03:40:18 steve Exp $
#
DISTNAME= kaffe-1.0.b2
CATEGORIES= lang
MASTER_SITES= ftp://ftp.transvirtual.com/pub/kaffe/
-DISTFILES= ${DISTNAME}.tar.gz
MAINTAINER= xaa@xaa.iae.nl
@@ -21,5 +20,6 @@ MAN1= kaffe.1
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/ENVIRONMENT ${PREFIX}/share/kaffe
${INSTALL_DATA} ${WRKSRC}/license.terms ${PREFIX}/share/kaffe
+ @${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>
diff --git a/java/kaffe/pkg-comment b/java/kaffe/pkg-comment
index 9d110713256f..33ae7370d8cb 100644
--- a/java/kaffe/pkg-comment
+++ b/java/kaffe/pkg-comment
@@ -1 +1 @@
-A virtual machine capable of running Java(tm) code (including an awt-package)
+Virtual machine to run Java(tm) bytecode (includes an Awt package)
diff --git a/java/kaffe/pkg-descr b/java/kaffe/pkg-descr
index b87254bd9682..4d6a4b072e23 100644
--- a/java/kaffe/pkg-descr
+++ b/java/kaffe/pkg-descr
@@ -1,29 +1,11 @@
-*******************
-* NB: The section about the settings of the environment variables
-* has changed! - Xaa
-*******************
+Kaffe is a virtual machine used to run Java bytecode. It includes
+its own implementation of the Java standard classes, including the
+Awt classes.
-This is Kaffe, a virtual machine design to execute Java bytecode.
-Kaffe comes with an own implementation of the Java standard classes,
-including the Awt classes.
+Once you have installed Kaffe, make sure that you set the appropriate
+environment variables by running "sh /usr/local/share/kaffe/ENVIRONMENT"
-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:
+http://www.kaffe.org
- CLASSPATH=.:/usr/local/share/kaffe/Klasses.jar:\
- /usr/local/share/kaffe/pizza.jar
- 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.