Finish upgrade to 1.0.b3. Use multiple checksums.
This commit is contained in:
parent
8176a72241
commit
f2d639a8d5
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 1999/03/02 04:41:05 marc Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 1999/03/15 14:43:04 ian Exp $
|
||||
#
|
||||
# Relevant URLs: http://www.transvirtual.com/kaffe/
|
||||
|
||||
@ -10,8 +10,13 @@ NEED_VERSION= 1.73
|
||||
MASTER_SITES= ftp://ftp.transvirtual.com/pub/kaffe/
|
||||
|
||||
LIB_DEPENDS= jpeg.62.:${PORTSDIR}/graphics/jpeg \
|
||||
gif.3.:${PORTSDIR}/graphics/giflib \
|
||||
png.1.:${PORTSDIR}/graphics/png
|
||||
|
||||
.if defined(NO_SHARED_LIBS)
|
||||
BROKEN= "doesn't work on architectures that do not support shared libs"
|
||||
.endif
|
||||
|
||||
MAINTAINER= ian@OpenBSD.ORG
|
||||
|
||||
# build/configuration variables
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (kaffe-1.0.b3.tar.gz) = 2b911676c380b88e5d3e3ba65b584740
|
||||
RMD160 (kaffe-1.0.b3.tar.gz) = 6c926f8272393f8b01569f3c78ddcd3566f5dbaa
|
||||
SHA1 (kaffe-1.0.b3.tar.gz) = 3b3d536c567290822343cf3a1669ca4a3f0f445a
|
||||
RMD160 (kaffe-1.0.b3.tar.gz) = 6c926f8272393f8b01569f3c78ddcd3566f5dbaa
|
||||
MD5 (kaffe-1.0.b3.tar.gz) = 2b911676c380b88e5d3e3ba65b584740
|
||||
|
@ -1,5 +1,5 @@
|
||||
=======================
|
||||
KAFFE OpenVM 1.0 Beta 1
|
||||
KAFFE OpenVM 1.0 Beta 3
|
||||
=======================
|
||||
|
||||
This is the first release of "Kaffe OpenVM", a complete virtual machine
|
||||
@ -15,4 +15,4 @@ 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
|
||||
For more information see http://www.transvirtual.com/.
|
||||
|
@ -19,24 +19,24 @@ lib/kaffe/libawt.so
|
||||
lib/libkaffevm.so.1.00
|
||||
lib/libkaffevm.so
|
||||
bin/Kaffe
|
||||
bin/kaffeh
|
||||
bin/pizza
|
||||
bin/pizzadoc
|
||||
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
|
||||
bin/report-kaffe-bug
|
||||
bin/install-jar
|
||||
bin/kaffe
|
||||
bin/java
|
||||
include/kaffe/jtypes.h
|
||||
include/kaffe/native.h
|
||||
include/kaffe/jmalloc.h
|
||||
|
Loading…
Reference in New Issue
Block a user