Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 05/22/2004 21:13:17
Module Name: pkgsrc
Committed By: jmmv
Date: Sat May 22 21:13:17 UTC 2004
Added Files:
pkgsrc/mk: java-env.mk
Log Message:
Initial addition.
This file provides a framework to easily create wrappers to run Java
environments (either compilers or virtual machines) installed under
${PREFIX}/java/<implementation>. These wrappers hide the complexity
of having to modify the path, unlimit resources or to set a correct
CLASSPATH for the program to run.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/mk/java-env.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.