Initial import of jad-1.5.7f
Jad is a fast Java decompiler
This commit is contained in:
parent
7e7851e58b
commit
7a91ac84cc
28
devel/jad/Makefile
Normal file
28
devel/jad/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/19 03:13:23 kevlo Exp $
|
||||
|
||||
DISTNAME= jadob157
|
||||
PKGNAME= jad-1.5.7f
|
||||
CATEGORIES= devel
|
||||
NEED_VERSION= 1.351
|
||||
|
||||
HOMEPAGE= http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= "shareware"
|
||||
PERMIT_PACKAGE_FTP= "shareware"
|
||||
PERMIT_DISTFILES_CDROM= "shareware"
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.geocities.com/SiliconValley/Bridge/8617/jad/openbsd/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
NO_BUILD= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jad
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/jad ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/Readme.txt ${PREFIX}/share/doc/jad
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/jad/files/md5
Normal file
3
devel/jad/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (jadob157.zip) = 8ccb4ba6a24a9bcb65afe85bee9f9f62
|
||||
RMD160 (jadob157.zip) = 940841947cc2154df42420633ea333fb67303b9d
|
||||
SHA1 (jadob157.zip) = 8ab24dfdcc135db0159a35f6edbaffeaacbe0252
|
1
devel/jad/pkg/COMMENT
Normal file
1
devel/jad/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
fast Java decompiler
|
9
devel/jad/pkg/DESCR
Normal file
9
devel/jad/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
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).
|
||||
|
||||
WWW: ${HOMEPAGE}
|
4
devel/jad/pkg/PLIST
Normal file
4
devel/jad/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/19 03:13:23 kevlo Exp $
|
||||
bin/jad
|
||||
share/doc/jad/Readme.txt
|
||||
@dirrm share/doc/jad
|
Loading…
Reference in New Issue
Block a user