Upgrade to version 0.9.2.

Note that BISS-awt is not available for this version of kaffe.
This commit is contained in:
David E. O'Brien 1997-12-08 07:28:27 +00:00
parent 4f80c28d16
commit 27be852fe2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9018
3 changed files with 9 additions and 11 deletions

View file

@ -3,15 +3,16 @@
# Date created: 20 February 1995
# Whom: Tim Wilkinson <tim@sarc.city.ac.uk>
#
# $Id: Makefile,v 1.27 1997/07/01 07:00:01 tg Exp $
# $Id: Makefile,v 1.28 1997/11/21 23:10:10 fenner Exp $
#
DISTNAME= kaffe-0.9.1
DISTNAME= kaffe-0.9.2
CATEGORIES= lang
MASTER_SITES= ftp://ftp.kaffe.org/pub/kaffe/
MASTER_SITES= ftp://ftp.kaffe.org/pub/kaffe/ \
ftp://ftp.cs.columbia.edu/pub/kaffe/ \
http://www.webcity.co.jp/info/andoh/java/kaffe/
EXTRACT_SUFX= .tgz
DISTFILES= ${DISTNAME}.tgz kaffe-0.9.1-package-biss-net.com.tgz \
kaffe-0.9.1-package-javasoft.com.tgz
DISTFILES= ${DISTNAME}.tgz kaffe-0.9.2-package-javasoft.com.tgz \
MAINTAINER= xaa@stack.nl

View file

@ -1,3 +1,2 @@
MD5 (kaffe-0.9.1.tgz) = 36269bc8daf2c7d73cedfdb134279e06
MD5 (kaffe-0.9.1-package-biss-net.com.tgz) = 37e43f50de3bd4467e829dd76db9656a
MD5 (kaffe-0.9.1-package-javasoft.com.tgz) = 40ab3333cf917f8eb4bfb73e885d0655
MD5 (kaffe-0.9.2.tgz) = 576762b44fda537a33dc33616062cf1a
MD5 (kaffe-0.9.2-package-javasoft.com.tgz) = 0a6ce38b13cd747e2e865c4d1c0f9ab2

View file

@ -17,7 +17,7 @@ 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:/usr/local/share/kaffe/biss.zip
CLASSPATH=.:/usr/local/share/kaffe/classes.zip
KAFFEHOME=/usr/local/share/kaffe
LD_LIBRARY_PATH=/usr/lib:/usr/local/lib
@ -26,9 +26,7 @@ you.
What's in there
===============
This package includes BISS-awt, an AWT-package
For further info see the file README that comes with the distribution.
----
* Java and Javasoft are registered trademark of Sun Microsystems, Inc.