Commit 397b9c2e authored by Rene Ladan's avatar Rene Ladan
Browse files

net/jsch: Remove expired port

2026-01-31 net/jsch: Upstream website does not exist. No ports depend on this. It does not compile on jdk21. See also: https://github.com/mwiede/jsch
parent 3fe60417
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5103,3 +5103,4 @@ x11-fonts/symbola||2026-02-01|Has expired: Unfetchable
biology/snpeff||2026-02-01|Has expired: Unfetchable
games/freeminer-default||2026-02-01|Has expired: depends on deprecated games/freeminer
games/freeminer||2026-02-01|Has expired: dead upstream
net/jsch||2026-02-01|Has expired: Upstream website does not exist. No ports depend on this. It does not compile on jdk21. See also: https://github.com/mwiede/jsch
+0 −1
Original line number Diff line number Diff line
@@ -307,7 +307,6 @@
    SUBDIR += jose
    SUBDIR += jotta-cli
    SUBDIR += jrdesktop
    SUBDIR += jsch
    SUBDIR += jumpgate
    SUBDIR += jwhois
    SUBDIR += k6

net/jsch/Makefile

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
PORTNAME=	jsch
PORTVERSION=	0.1.55
PORTREVISION=	2
CATEGORIES=	net java security
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Pure Java implementation of SSH2
WWW=		http://www.jcraft.com/jsch

LICENSE=	BSD3CLAUSE

DEPRECATED=	Upstream website does not exist. No ports depend on this. It does not compile on jdk21. See also: https://github.com/mwiede/jsch
EXPIRATION_DATE=	2026-01-31

USES=		cpe java:ant,run zip
CPE_VENDOR=	jcraft

PLIST_FILES+=	%%JAVAJARDIR%%/${PORTNAME}.jar

do-install:
	${INSTALL_DATA} ${WRKSRC}/dist/lib/*.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar

.include <bsd.port.mk>

net/jsch/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1610919107
SHA256 (jsch-0.1.55.zip) = 063bf66e163f43b7d7897ac14efe1e80ed094d4016afe1181fe2285e3797bed3
SIZE (jsch-0.1.55.zip) = 369664

net/jsch/pkg-descr

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
Sch is a pure Java implementation of SSH2. JSch allows you to connect
to an sshd server and use port forwarding, X11 forwarding, file
transfer, etc., and you can integrate its functionality into your
own Java programs. JSch is licensed under BSD style license.

- Why JSch?
Our intension in developing this stuff is to enable users of our
pure java X servers, WiredX and WeirdX, to enjoy secure X sessions.
Our efforts have mostly targeted the SSH2 protocol in relation to
X window system and X11 forwarding. Of course, we are also interested
in adding other functionality - port forward, file transfer, terminal
emulation, etc.