Remove DEPRECATED, take maintainership and cleanup the port.
JAD development is actual dead, but it's still heavily used.
This commit is contained in:
parent
fc201f8b79
commit
d3aa9e6276
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271016
@ -8,16 +8,11 @@
|
||||
PORTNAME= jad
|
||||
PORTVERSION= 1.5.8c
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= http://www.kpdus.com/jad/freebsd/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= znerd
|
||||
DISTNAME= jadfb158
|
||||
MASTER_SITES= http://www.varaneckas.com/sites/default/files/jad/
|
||||
DISTNAME= jad158c.freebsd
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Jad, a Java decompiler
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= A Java Decompiler
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
@ -25,19 +20,15 @@ NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= bin/jad
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= Readme.txt
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
PORTDOCS= *
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/jad ${PREFIX}/bin/
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/jad
|
||||
@${INSTALL_DATA} ${WRKSRC}/Readme.txt ${PREFIX}/share/doc/jad/
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/Readme.txt ${DOCSDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (jadfb158.zip) = ccc876b8c95b3f41cadce3e1855111a5
|
||||
SHA256 (jadfb158.zip) = 4342e4ea5cc988f0b4cd8f6e0a23ba4b4b3f491eab05f42612adb613e6c18399
|
||||
SIZE (jadfb158.zip) = 322311
|
||||
SHA256 (jad158c.freebsd.zip) = 4342e4ea5cc988f0b4cd8f6e0a23ba4b4b3f491eab05f42612adb613e6c18399
|
||||
SIZE (jad158c.freebsd.zip) = 322311
|
||||
|
@ -1,6 +1,6 @@
|
||||
Jad, a Java decompiler. This program is able to reads one or more
|
||||
Jad is a Java decompiler, a program that reads one or more
|
||||
Java class files and convert them back into Java source files
|
||||
which can be recompiled.
|
||||
which can be compiled again.
|
||||
|
||||
Jad is a C++ program and it generally works several times faster
|
||||
than decompilers written in Java.
|
||||
@ -8,4 +8,5 @@ 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.kpdus.com/jad.html
|
||||
- Alex Dupre
|
||||
ale@FreeBSD.org
|
||||
|
Loading…
Reference in New Issue
Block a user