diff options
author | hoek <hoek@FreeBSD.org> | 1998-10-25 16:52:31 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-10-25 16:52:31 +0800 |
commit | c2a2ef54008155d0a8187af59a850eb4881e16ad (patch) | |
tree | 7a1c8807177afbd3f97483e0404860786bdbaee9 /java/kaffe | |
parent | 95880d73e238c21ebd95de49e4da7d990f45ec15 (diff) | |
download | freebsd-ports-gnome-c2a2ef54008155d0a8187af59a850eb4881e16ad.tar.gz freebsd-ports-gnome-c2a2ef54008155d0a8187af59a850eb4881e16ad.tar.zst freebsd-ports-gnome-c2a2ef54008155d0a8187af59a850eb4881e16ad.zip |
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.
Diffstat (limited to 'java/kaffe')
-rw-r--r-- | java/kaffe/Makefile | 4 | ||||
-rw-r--r-- | java/kaffe/pkg-comment | 2 | ||||
-rw-r--r-- | java/kaffe/pkg-descr | 30 |
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. |