Subject: CVS commit: doc
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 10/17/2001 15:34:33
Module Name: doc
Committed By: agc
Date: Wed Oct 17 12:34:32 UTC 2001
Modified Files:
doc: pkg-CHANGES
Log Message:
Note addition of javadeps-1.1 to the NetBSD Packages Collection.
JavaDeps - Automatic Dependency Tracking for Java
Tracking dependencies amongst a group of source files is always a chore.
With Java it's even worse: source files may be mutually-dependent, and
make doesn't deal with this situation at all!
JavaDeps is a tool to generate dependency rules for Java sources, inspired
by the "-MM" flag of gcc. This program analyzes a set of java source
files, and outputs their dependencies, along with makefile rules to build
the resulting classes.
Provided in PR 14258 by Ben Wong (ben@wongs.net), munged around slightly
by myself.
To generate a diff of this commit:
cvs rdiff -r1.5285 -r1.5286 doc/pkg-CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.