diff options
author | jeh <jeh@FreeBSD.org> | 2001-06-27 12:30:44 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-06-27 12:30:44 +0000 |
commit | c6b10e7627bbeaa36fdceba56b2e37ff7076060b (patch) | |
tree | 9154a175e0fdd02c517243c554246dedfd8459fd | |
parent | 7d30046905a0c259d8e23b5d8a608d898c68d99d (diff) | |
download | FreeBSD-ports-c6b10e7627bbeaa36fdceba56b2e37ff7076060b.zip FreeBSD-ports-c6b10e7627bbeaa36fdceba56b2e37ff7076060b.tar.gz |
Update of pkg-descr and pkg-comment files. For real now :-)
PR: 28448
Submitted by: Ernst de Haan <ernst@jollem.com>
-rw-r--r-- | java/jad/pkg-descr | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/java/jad/pkg-descr b/java/jad/pkg-descr index 2417a8f..609cd83 100644 --- a/java/jad/pkg-descr +++ b/java/jad/pkg-descr @@ -1,7 +1,11 @@ -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, a Java decompiler. This program is able to reads one or more +Java class files and convert them back into Java source files +which can be recompiled. -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 is a C++ program and it generally works several times faster +than decompilers written in Java. + +No source code is available for this program. Jad is free for +non-commercial use, but not for commercial use. + +WWW: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html |