aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2011-03-16 19:51:30 +0800
committerale <ale@FreeBSD.org>2011-03-16 19:51:30 +0800
commit44b54bbafda326aa9771fe11998396d2ba2d05a9 (patch)
tree2c9749ccd52bdc9a61f96ee3b4ae9379d43f62bb
parent397fa62f3f9cca2a304d04d53a0a88ac753419ed (diff)
downloadfreebsd-ports-gnome-44b54bbafda326aa9771fe11998396d2ba2d05a9.tar.gz
freebsd-ports-gnome-44b54bbafda326aa9771fe11998396d2ba2d05a9.tar.zst
freebsd-ports-gnome-44b54bbafda326aa9771fe11998396d2ba2d05a9.zip
Remove DEPRECATED, take maintainership and cleanup the port.
JAD development is actual dead, but it's still heavily used.
-rw-r--r--java/jad/Makefile25
-rw-r--r--java/jad/distinfo5
-rw-r--r--java/jad/pkg-descr7
3 files changed, 14 insertions, 23 deletions
diff --git a/java/jad/Makefile b/java/jad/Makefile
index d4315b0161fc..cd40303a290c 100644
--- a/java/jad/Makefile
+++ b/java/jad/Makefile
@@ -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>
diff --git a/java/jad/distinfo b/java/jad/distinfo
index fcb57e62e241..1509342c577b 100644
--- a/java/jad/distinfo
+++ b/java/jad/distinfo
@@ -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
diff --git a/java/jad/pkg-descr b/java/jad/pkg-descr
index 1156b41e65c5..e5b283341624 100644
--- a/java/jad/pkg-descr
+++ b/java/jad/pkg-descr
@@ -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