diff options
author | Patrick S. Gardella <patrick@FreeBSD.org> | 2001-01-03 19:54:20 +0000 |
---|---|---|
committer | Patrick S. Gardella <patrick@FreeBSD.org> | 2001-01-03 19:54:20 +0000 |
commit | 5fc20865bd672e40c3a074117fe2b70b76b64945 (patch) | |
tree | a65f364f63d4e15f34e3f12ff409239938acef0d /java/jad | |
parent | Add orion 1.4.0,orion Application Server. (diff) |
Add jad 1.5.7f,jad - the fast JAva Decompiler.
PR: 21604
Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
Notes
Notes:
svn path=/head/; revision=36667
Diffstat (limited to 'java/jad')
-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 |
5 files changed, 37 insertions, 0 deletions
diff --git a/java/jad/Makefile b/java/jad/Makefile new file mode 100644 index 000000000000..5a20ad324ff7 --- /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 000000000000..1392db7ce07d --- /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 000000000000..8d6a9011cad3 --- /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 000000000000..2417a8fa9ec1 --- /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 000000000000..3ca40900d991 --- /dev/null +++ b/java/jad/pkg-plist @@ -0,0 +1,3 @@ +bin/jad +share/doc/jad/Readme.txt +@dirrm share/doc/jad |