Initial port of Jikes, fast Java compiler

This commit is contained in:
ian 2001-03-26 16:48:21 +00:00
parent 29891d9416
commit 13b9ce4ace
5 changed files with 48 additions and 0 deletions

24
lang/jikes/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/26 16:48:21 ian Exp $
COMMENT="compile Java source into .class files (quickly!)."
# Jikes, a fast Java compiler. As of OpenBSD 2.8, compilation needs
# lots of space - up your limits and/or add swap space as appropriate.
DISTNAME= jikes-1.13
CATEGORIES= lang
NEED_VERSION= 1.361
HOMEPAGE= http://oss.software.idm.com/developerworks/projects/jikes/
MASTER_SITES= http://oss.software.ibm.com/pub/jikes/
MAINTAINER= ian@openbsd.org
# IBM Public License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= simple
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

3
lang/jikes/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (jikes-1.13.tar.gz) = 56497fb2096d6c596d703af86c67ebd0
RMD160 (jikes-1.13.tar.gz) = 66e92510babdbae2b445791488fbc20758c96e44
SHA1 (jikes-1.13.tar.gz) = f20b4567604f916200cde857767601bfd30c36b0

5
lang/jikes/pkg/DESCR Normal file
View File

@ -0,0 +1,5 @@
Jikes is a fast Java compiler for translating programs written as
defined in The Java Language Specification into the bytecode format
used for .class files. This is an open source project maintained
with help from IBM; see
http://oss.software.ibm.com/developerworks/opensource/jikes/project/.

10
lang/jikes/pkg/MESSAGE Normal file
View File

@ -0,0 +1,10 @@
This software is subject to the terms of the IBM Jikes Compiler Open
Source License Agreement in doc/jikes*/license.htm, also at this URL:
http://oss.software.ibm.com/developerworks/opensource/jikes/project/.
Copyright (C) 1996, 1998, International Business Machines Corporation
and others. All Rights Reserved.
You must accept the terms of that agreement to use this software.

6
lang/jikes/pkg/PLIST Normal file
View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/26 16:48:21 ian Exp $
bin/jikes
doc/jikes-1.13/license.htm
man/man1/jikes.1
@dirrm doc/jikes-1.13
@dirrm doc