Commit graph

6 commits

Author SHA1 Message Date
Thomas Klausner
ab6362699e Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 09:00:04 +00:00
Thomas Klausner
ad6cb11b6d "wip" is not a valid category -- please use the standard pkgsrc ones.
Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
2005-11-02 17:59:54 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
pancake ;)
17049df259 Add support for OpenBSD-2.7 (i'm talking to the author for openbsd,netbsd update) 2004-11-03 17:49:07 +00:00
pancake ;)
15dc094981 Add support for FreeBSD. 2004-11-03 17:09:07 +00:00
pancake ;)
772fb5e6ea initial import for wip/jad
Jad is a Java decompiler, i.e. program that reads one or more Java class
files and converts them into Java source files which can be compiled again.

Jad is a 100% pure C++ program and it generally works several times faster
than decompilers written in Java.

Jad doesn't use the Java runtime for its functioning, therefore no special
setup is required (like changes to the CLASSPATH variable).

Jad can be used:
    * for recovering lost source codes;
    * for exploring the sources of Java runtime libraries;
    * as a Java disassembler;
    * as a Java source code cleaner and beautifier.
2004-11-03 16:26:26 +00:00