Commit graph

3 commits

Author SHA1 Message Date
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
jlam
973921598e Trivially use buildlink2 and use java.mk. 2002-10-18 20:58:31 +00:00
agc
810a8d516a Initial import of javadeps-1.1 into 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.
2001-10-17 12:32:17 +00:00