mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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.
This commit is contained in:
parent
c15039154e
commit
933e7d280b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14172
@ -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>
|
||||
|
@ -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)
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user