mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Kaffe maker to brew Java on your PC.
Submitted by: Tim Wilkinson <tim@sarc.city.ac.uk> via Jeffrey Hsu
This commit is contained in:
parent
785118aa6f
commit
b303f5e3fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2798
26
java/kaffe/Makefile
Normal file
26
java/kaffe/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: kaffe
|
||||
# Version required: 0.2
|
||||
# Date created: 20 February 1995
|
||||
# Whom: Tim Wilkinson <tim@sarc.city.ac.uk>
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1995/11/27 04:05:58 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= kaffe-0.2
|
||||
CATEGORIES+= www
|
||||
MASTER_SITES= ftp://ftp.sarc.city.ac.uk/pub/kaffe/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= tim@sarc.city.ac.uk
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
do-configure:
|
||||
@(cd ${WRKSRC}; ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})
|
||||
|
||||
post-install:
|
||||
cp ${WRKSRC}/sun/COPYRIGHT ${PREFIX}/share/kaffe
|
||||
cp ${WRKSRC}/license.terms ${PREFIX}/share/kaffe
|
||||
/sbin/ldconfig -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
1
java/kaffe/distinfo
Normal file
1
java/kaffe/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (kaffe-0.2.tgz) = 50fbe364d52cbf7f9a1e9aa603e72ae7
|
1
java/kaffe/pkg-comment
Normal file
1
java/kaffe/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A virtual machine capable of running Java(tm) code
|
13
java/kaffe/pkg-descr
Normal file
13
java/kaffe/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
This is Kaffe, a virtual machine design to execute Java bytecode. Unlike
|
||||
other virtual machines available, this machine 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.
|
||||
|
||||
Please note, this is version 0.2 and many feature are not yet implemented
|
||||
(notable there is no graphics support at the moment) and there are likely
|
||||
to be various odd bugs. All comments to the mail address below.
|
||||
|
||||
Tim
|
||||
tim@sarc.city.ac.uk
|
13
java/kaffe/pkg-plist
Normal file
13
java/kaffe/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
bin/javac
|
||||
bin/javadoc
|
||||
bin/kaffe
|
||||
bin/kaffeh
|
||||
include/kaffe/native.h
|
||||
include/kaffe/stubPreamble.h
|
||||
lib/libnative.so.0.2
|
||||
lib/libnet.so.0.2
|
||||
@exec /sbin/ldconfig -m %B
|
||||
share/kaffe/classes.zip
|
||||
share/kaffe/lib/javac.properties
|
||||
share/kaffe/COPYRIGHT
|
||||
share/kaffe/license.terms
|
Loading…
Reference in New Issue
Block a user