From 039a9f9717444e2f4e315c4d53a2d3315454c3ff Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 24 Jun 2003 13:36:43 +0000 Subject: Initial import of classpath-0.05 into the NetBSD Packages Collection. Classpath is a free (open source) implementation of the Java runtime libraries. --- lang/classpath/DESCR | 2 ++ lang/classpath/Makefile | 18 ++++++++++++++++++ lang/classpath/PLIST | 11 +++++++++++ lang/classpath/distinfo | 4 ++++ 4 files changed, 35 insertions(+) create mode 100644 lang/classpath/DESCR create mode 100644 lang/classpath/Makefile create mode 100644 lang/classpath/PLIST create mode 100644 lang/classpath/distinfo diff --git a/lang/classpath/DESCR b/lang/classpath/DESCR new file mode 100644 index 00000000000..7759171aa6d --- /dev/null +++ b/lang/classpath/DESCR @@ -0,0 +1,2 @@ +Classpath is a free (open source) implementation of the Java runtime +libraries. diff --git a/lang/classpath/Makefile b/lang/classpath/Makefile new file mode 100644 index 00000000000..9344053c831 --- /dev/null +++ b/lang/classpath/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/06/24 13:36:43 agc Exp $ + +DISTNAME= classpath-0.05 +CATEGORIES= devel +MASTER_SITES= ftp://alpha.gnu.org/gnu/classpath/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnu.org/software/classpath +COMMENT= Class libraries for Java VM + +DEPENDS+= jikes>=1.18:../../lang/jikes + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-jikes +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +.include "../../mk/bsd.pkg.mk" diff --git a/lang/classpath/PLIST b/lang/classpath/PLIST new file mode 100644 index 00000000000..6810c62cce5 --- /dev/null +++ b/lang/classpath/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/24 13:36:43 agc Exp $ +info/hacking.info +info/vmintegration.info +lib/awt/font.properties +lib/security/classpath.security +share/classpath/glibj.zip +@exec ${MKDIR} %D/share/classpath/api +@dirrm share/classpath/api +@dirrm share/classpath +@dirrm lib/security +@dirrm lib/awt diff --git a/lang/classpath/distinfo b/lang/classpath/distinfo new file mode 100644 index 00000000000..eca61079354 --- /dev/null +++ b/lang/classpath/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/06/24 13:36:43 agc Exp $ + +SHA1 (classpath-0.05.tar.gz) = e73a81c314d4dba57e9115bef3ec7f0519831d4d +Size (classpath-0.05.tar.gz) = 6800324 bytes -- cgit v1.2.3