diff options
author | patrick <patrick@FreeBSD.org> | 2001-01-03 19:54:20 +0000 |
---|---|---|
committer | patrick <patrick@FreeBSD.org> | 2001-01-03 19:54:20 +0000 |
commit | c4c1376fff7d94829026daffaedfc76831178124 (patch) | |
tree | 26d60e116dab85c1185285176fbd5cf1a61c4fb8 | |
parent | 2a700a1d6a0d616ccfa1c5ace9b0e8eb47873d2c (diff) | |
download | FreeBSD-ports-c4c1376fff7d94829026daffaedfc76831178124.zip FreeBSD-ports-c4c1376fff7d94829026daffaedfc76831178124.tar.gz |
Add jad 1.5.7f,jad - the fast JAva Decompiler.
PR: 21604
Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
-rw-r--r-- | java/Makefile | 1 | ||||
-rw-r--r-- | java/jad/Makefile | 25 | ||||
-rw-r--r-- | java/jad/distinfo | 1 | ||||
-rw-r--r-- | java/jad/pkg-comment | 1 | ||||
-rw-r--r-- | java/jad/pkg-descr | 7 | ||||
-rw-r--r-- | java/jad/pkg-plist | 3 |
6 files changed, 38 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index faa21f4..3a86219 100644 --- a/java/Makefile +++ b/java/Makefile @@ -7,6 +7,7 @@ SUBDIR += gnu-regexp SUBDIR += guavac SUBDIR += infobus + SUBDIR += jad SUBDIR += jaf SUBDIR += java-cup SUBDIR += javamail diff --git a/java/jad/Makefile b/java/jad/Makefile new file mode 100644 index 0000000..5a20ad3 --- /dev/null +++ b/java/jad/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: jad +# Date created: 27 September 2000 +# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= jad +PORTVERSION= 1.5.7f +CATEGORIES= java +MASTER_SITES= http://www.geocities.com/SiliconValley/Bridge/8617/jad/freebsd/ +DISTNAME= jadfb157 + +MAINTAINER= leeym@cae.ce.ntu.edu.tw + +USE_ZIP= yes +NO_WRKSUBDIR= yes +NO_BUILD= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/jad ${PREFIX}/bin/ + ${MKDIR} ${PREFIX}/share/doc/jad + ${INSTALL_DATA} ${WRKSRC}/Readme.txt ${PREFIX}/share/doc/jad/ + +.include <bsd.port.mk> diff --git a/java/jad/distinfo b/java/jad/distinfo new file mode 100644 index 0000000..1392db7 --- /dev/null +++ b/java/jad/distinfo @@ -0,0 +1 @@ +MD5 (jadfb157.zip) = 7516fb0c9e12363e60ea2412624228cd diff --git a/java/jad/pkg-comment b/java/jad/pkg-comment new file mode 100644 index 0000000..8d6a901 --- /dev/null +++ b/java/jad/pkg-comment @@ -0,0 +1 @@ +Jad - the fast JAva Decompiler diff --git a/java/jad/pkg-descr b/java/jad/pkg-descr new file mode 100644 index 0000000..2417a8f --- /dev/null +++ b/java/jad/pkg-descr @@ -0,0 +1,7 @@ +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). diff --git a/java/jad/pkg-plist b/java/jad/pkg-plist new file mode 100644 index 0000000..3ca4090 --- /dev/null +++ b/java/jad/pkg-plist @@ -0,0 +1,3 @@ +bin/jad +share/doc/jad/Readme.txt +@dirrm share/doc/jad |