Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Jim Wise <jwise@netbsd.org>
List: source-changes
Date: 05/09/2000 11:30:14
Module Name:	pkgsrc
Committed By:	jwise
Date:		Tue May  9 18:30:13 UTC 2000

Modified Files:
	pkgsrc/databases/jdbc-postgresql: Makefile
	pkgsrc/databases/jdbc-postgresql/pkg: PLIST

Log Message:
Begin unification of install paths for java based packages.  Scheme is:

      * binaries which are not JVM dependent go in ${PREFIX}/bin

      * jar/zip/etc files for use by java programs go in
	${PREFIX}/lib/java

      * examples for java packages go in ${PREFIX}/share/examples/java

      * documentation for java packages go in ${PREFIX}/share/doc/java

JVMs go in their own directories, right now ${PREFIX}/{java,kaffe}, which
is necessary so that multiple JVMs can be installed concurrently, and so
that the miriad packages which count on ${JAVA_HOME} pointing to a JVM
install will DTRT.

Most java packages already use something similar or can be adapted easily.
Java packages such as Jakarta with large amounts of private java will need
to be addressed separately.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/jdbc-postgresql/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/jdbc-postgresql/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.