diff options
author | dillon <dillon@FreeBSD.org> | 1998-12-11 02:02:53 +0800 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 1998-12-11 02:02:53 +0800 |
commit | 895f8084a24fd7e494b193672fa2aac705121c2e (patch) | |
tree | c3ec5d836c123b2949bfcb01230b791304e57047 /java/jikes/pkg-descr | |
parent | 338a9dd6f724a93f51928c02deb6c163ab3782de (diff) | |
download | freebsd-ports-gnome-895f8084a24fd7e494b193672fa2aac705121c2e.tar.gz freebsd-ports-gnome-895f8084a24fd7e494b193672fa2aac705121c2e.tar.zst freebsd-ports-gnome-895f8084a24fd7e494b193672fa2aac705121c2e.zip |
Add IBM's open-source jikes package to the ports collection
Diffstat (limited to 'java/jikes/pkg-descr')
-rw-r--r-- | java/jikes/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/java/jikes/pkg-descr b/java/jikes/pkg-descr new file mode 100644 index 000000000000..e51348df2baa --- /dev/null +++ b/java/jikes/pkg-descr @@ -0,0 +1,19 @@ +This is jikes, a java source to byte-code compiler. The compiler has been +made available by IBM under their open-source license, please see: + + http://www.ibm.com/research/jikes + +for details. To operate, the CLASSPATH environment variable must typically +be set to a colon-delimited list of source directories, class directories, +or zip files. Note that jikes will complain if a non-existant directory or +file is specified in CLASSPATH. + +=============== + +// This software is subject to the terms of the IBM Jikes Compiler Open" +// Source License Agreement available at the following URL:" +// http://www.ibm.com/research/jikes." +// 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." + |