diff options
author | agc <agc@pkgsrc.org> | 1999-10-19 09:52:38 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-10-19 09:52:38 +0000 |
commit | 9f5ff298a9c9ade98d25b0cc09fdc384098e1c52 (patch) | |
tree | e0f19806ded420096b77a25e271bcd8bb196cb89 /lang/jikes | |
parent | 62dd5185de6295e442383bb2c2db2f2b1677f78a (diff) | |
download | pkgsrc-9f5ff298a9c9ade98d25b0cc09fdc384098e1c52.tar.gz |
Initial import of jikes, a java 2 compiler, into the NetBSD packages
collection.
Diffstat (limited to 'lang/jikes')
-rw-r--r-- | lang/jikes/Makefile | 15 | ||||
-rw-r--r-- | lang/jikes/files/md5 | 3 | ||||
-rw-r--r-- | lang/jikes/pkg/COMMENT | 1 | ||||
-rw-r--r-- | lang/jikes/pkg/DESCR | 14 | ||||
-rw-r--r-- | lang/jikes/pkg/PLIST | 3 |
5 files changed, 36 insertions, 0 deletions
diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile new file mode 100644 index 00000000000..0422ca9dc13 --- /dev/null +++ b/lang/jikes/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/10/19 09:52:38 agc Exp $ +# + +DISTNAME= jikes-1.06 +CATEGORIES= lang +MASTER_SITES= ftp://ftp.whistle.com/pub/archie/misc/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www10.software.ibm.com/developerworks/opensource/jikes/ + +WRKSRC= ${WRKDIR}/jikes/src + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/lang/jikes/files/md5 b/lang/jikes/files/md5 new file mode 100644 index 00000000000..b949b10700e --- /dev/null +++ b/lang/jikes/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/10/19 09:52:39 agc Exp $ + +MD5 (jikes-1.06.tar.gz) = c38177587d3df414d3f4ac2a2e445c1f diff --git a/lang/jikes/pkg/COMMENT b/lang/jikes/pkg/COMMENT new file mode 100644 index 00000000000..093838cdc87 --- /dev/null +++ b/lang/jikes/pkg/COMMENT @@ -0,0 +1 @@ +a Java source to byte-code compiler diff --git a/lang/jikes/pkg/DESCR b/lang/jikes/pkg/DESCR new file mode 100644 index 00000000000..575bbd239d6 --- /dev/null +++ b/lang/jikes/pkg/DESCR @@ -0,0 +1,14 @@ +The Jikes project is a collaborative software development project +dedicated to providing a compiler from Java source code to bytecode +that is conformant, robust, full-featured, commercial-quality, and +freely available. This project is jointly managed by a group of +companies and individual volunteers throughout the world, using the +Internet and the Web to communicate, plan, and develop the compiler +and its related software and documentation. + +The Jikes project is licensed under the IBM Public License, which has +been approved by the Open Source Initiative. + +The project currently includes the Jikes compiler, the Jikes Parser +Generator, and the Jikes Test Suite. + diff --git a/lang/jikes/pkg/PLIST b/lang/jikes/pkg/PLIST new file mode 100644 index 00000000000..5f77f3943d1 --- /dev/null +++ b/lang/jikes/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/19 09:52:39 agc Exp $ +bin/jikes +man/man1/jikes.1 |