Commit 5bd0a2dc authored by Rene Ladan's avatar Rene Ladan
Browse files

java/jad: Remove expired port

2026-06-30 java/jad: This is a version that is over 25 years old and has multiple vulnerabilities
parent d13665db
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@
    SUBDIR += intellij-fsnotifier
    SUBDIR += intellij-pty4j
    SUBDIR += intellij-ultimate
    SUBDIR += jad
    SUBDIR += jai
    SUBDIR += jakarta-oro
    SUBDIR += jasmin

java/jad/Makefile

deleted100644 → 0
+0 −31
Original line number Diff line number Diff line
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>

java/jad/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (jad158c.freebsd.zip) = 4342e4ea5cc988f0b4cd8f6e0a23ba4b4b3f491eab05f42612adb613e6c18399
SIZE (jad158c.freebsd.zip) = 322311

java/jad/pkg-descr

deleted100644 → 0
+0 −9
Original line number Diff line number Diff line
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.