java/jad: Remove expired port

2026-06-30 java/jad: This is a version that is over 25 years old and has multiple vulnerabilities
This commit is contained in:
Rene Ladan
2026-06-30 23:47:27 +02:00
parent d13665dbca
commit 5bd0a2dc28
5 changed files with 1 additions and 43 deletions
+1
View File
@@ -5463,3 +5463,4 @@ www/twms||2026-06-30|Has expired: unmaintained port, may not work with newer Pyt
sysutils/logstash7||2026-06-30|Has expired: 7.x reached EoL on 15 Jan 2026 - use sysutils/logstash8 or sysutils/logstash9*
security/mcrypt||2026-06-30|Has expired: Abandoned, it has multiple vulnerabilities
security/steghide||2026-06-30|Has expired: This version is over 22 years old and has vulnerability
java/jad||2026-06-30|Has expired: This is a version that is over 25 years old and has multiple vulnerabilities
-1
View File
@@ -35,7 +35,6 @@
SUBDIR += intellij-fsnotifier
SUBDIR += intellij-pty4j
SUBDIR += intellij-ultimate
SUBDIR += jad
SUBDIR += jai
SUBDIR += jakarta-oro
SUBDIR += jasmin
-31
View File
@@ -1,31 +0,0 @@
PORTNAME= jad
PORTVERSION= 1.5.8c
PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= https://varaneckas.com/jad/
DISTNAME= jad158c.freebsd
MAINTAINER= ale@FreeBSD.org
COMMENT= Java Decompiler
DEPRECATED= This is a version that is over 25 years old and has multiple vulnerabilities
EXPIRATION_DATE=2026-06-30
USES= zip
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= bin/jad
PORTDOCS= *
ONLY_FOR_ARCHS= i386 amd64
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jad ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Readme.txt ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
-2
View File
@@ -1,2 +0,0 @@
SHA256 (jad158c.freebsd.zip) = 4342e4ea5cc988f0b4cd8f6e0a23ba4b4b3f491eab05f42612adb613e6c18399
SIZE (jad158c.freebsd.zip) = 322311
-9
View File
@@ -1,9 +0,0 @@
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 compiled again.
Jad is a C++ program and it generally works several times faster
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.