kaffe1.0(==JDK1.1) port
This commit is contained in:
parent
73926b04ce
commit
1d281e553b
28
lang/kaffe1/Makefile
Normal file
28
lang/kaffe1/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# OpenBSD makefile for: kaffe
|
||||
# Version required: 1.0.b1
|
||||
# Date created: 27 Aug 1998
|
||||
# Whom: ian@openbsd.org
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/09/09 01:33:25 ian Exp $
|
||||
#
|
||||
# Relevant URLs: http://www.transvirtual.com/kaffe/
|
||||
|
||||
DISTNAME= kaffe-1.0.b1
|
||||
CATEGORIES= lang
|
||||
|
||||
MASTER_SITES= ftp://ftp.transvirtual.com/pub/kaffe
|
||||
|
||||
LIB_DEPENDS= jpeg\\.:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
MAINTAINER= ian@OpenBSD.ORG
|
||||
|
||||
# build/configuration variables
|
||||
GNU_CONFIGURE= yes
|
||||
.if (${MACHINE_ARCH} != "alpha")
|
||||
CONFIGURE_ARGS+= --enable-shared
|
||||
.endif
|
||||
CONFIGURE_ARGS+= --enable-static \
|
||||
--with-includes=${PREFIX}/include \
|
||||
--with-libs=${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
1
lang/kaffe1/files/md5
Normal file
1
lang/kaffe1/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (kaffe-1.0.b1.tar.gz) = 90cc0fe53f3dc9fea9c08181d8cba076
|
1
lang/kaffe1/pkg/COMMENT
Normal file
1
lang/kaffe1/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
BETA TransVirtual's free Java JDK1.1 compiler, runtime and libraries.
|
18
lang/kaffe1/pkg/DESCR
Normal file
18
lang/kaffe1/pkg/DESCR
Normal file
@ -0,0 +1,18 @@
|
||||
=======================
|
||||
KAFFE OpenVM 1.0 Beta 1
|
||||
=======================
|
||||
|
||||
This is the first release of "Kaffe OpenVM", a complete virtual machine
|
||||
and class library set which allows the execution of Java code without any
|
||||
code from Javasoft. It comes with a virtual machine and a set of class
|
||||
libraries including beans, and the all important AWT graphics system.
|
||||
This is the first full JDK1.1 release of the runtime, and also includes
|
||||
a compiler (javac-compatible).
|
||||
|
||||
This is beta software and, in particular, has numerous minor glitches.
|
||||
However it can run enough JDK1.1-compatible programs that I am
|
||||
releasing it into the Ports tree for others to experiment with.
|
||||
We are keeping it separate from the Kaffe-0.8.* which will be maintained
|
||||
in ports/lang/kaffe for people who need JDK-1.0 compatability.
|
||||
|
||||
For more information see http://www.transvirtual.com/kaffe.html
|
35
lang/kaffe1/pkg/PLIST
Normal file
35
lang/kaffe1/pkg/PLIST
Normal file
@ -0,0 +1,35 @@
|
||||
bin/Kaffe
|
||||
bin/appletviewer
|
||||
bin/install-jar
|
||||
bin/jar
|
||||
bin/java
|
||||
bin/javac
|
||||
bin/javadoc
|
||||
bin/javakey
|
||||
bin/javap
|
||||
bin/jdb
|
||||
bin/kaffe
|
||||
bin/kaffeh
|
||||
bin/native2ascii
|
||||
bin/pizza
|
||||
bin/pizzadoc
|
||||
bin/report-kaffe-bug
|
||||
bin/rmic
|
||||
bin/rmiregistry
|
||||
bin/serialver
|
||||
libawt.so
|
||||
libawt.so.1.00
|
||||
libkaffevm.so
|
||||
libkaffevm.so.1.00
|
||||
libmanagement.so
|
||||
libmanagement.so.1.00
|
||||
libmath.so
|
||||
libmath.so.1.00
|
||||
libnative.so
|
||||
libnative.so.1.00
|
||||
libnet.so
|
||||
libnet.so.1.00
|
||||
libzip.so
|
||||
libzip.so.1.00
|
||||
share/kaffe/Klasses.jar
|
||||
share/kaffe/pizza.jar
|
Loading…
x
Reference in New Issue
Block a user