Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2024 11:35:14 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bd97a6e179d9 - main - java/netcomponents: Remove expired port
Message-ID:  <202404011135.431BZES0044218@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bd97a6e179d9c4aec7d8f088c5bfe2ce155d6b1e

commit bd97a6e179d9c4aec7d8f088c5bfe2ce155d6b1e
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-04-01 11:35:04 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-04-01 11:35:04 +0000

    java/netcomponents: Remove expired port
    
    2024-03-31 java/netcomponents: Last upstream release was in 2000 and upstream unmaintained consider using net/apache-commons-net
---
 MOVED                        |  1 +
 java/Makefile                |  1 -
 java/netcomponents/Makefile  | 42 ------------------------------------------
 java/netcomponents/distinfo  |  2 --
 java/netcomponents/pkg-descr |  5 -----
 5 files changed, 1 insertion(+), 50 deletions(-)

diff --git a/MOVED b/MOVED
index 582cc4a055fc..3913451153b2 100644
--- a/MOVED
+++ b/MOVED
@@ -3115,3 +3115,4 @@ net/libzmq2||2024-04-01|Has expired: Last release was in 2012 switch to libzmq3
 irc/insub||2024-04-01|Has expired: Outdated version, unmaintained in ports since 2015
 archivers/xar||2024-04-01|Has expired: Last release was in 2012 and upstream is dead, consider archivers/libarchive or archivers/7-zip
 editors/morla||2024-04-01|Has expired: Project is unmaintained and last upstream release was in 2011
+java/netcomponents||2024-04-01|Has expired: Last upstream release was in 2000 and upstream unmaintained consider using net/apache-commons-net
diff --git a/java/Makefile b/java/Makefile
index f4c107823ea0..f0df61383329 100644
--- a/java/Makefile
+++ b/java/Makefile
@@ -81,7 +81,6 @@
     SUBDIR += mmake
     SUBDIR += mx4j
     SUBDIR += netbeans
-    SUBDIR += netcomponents
     SUBDIR += netrexx
     SUBDIR += netty
     SUBDIR += openjdk11
diff --git a/java/netcomponents/Makefile b/java/netcomponents/Makefile
deleted file mode 100644
index d4f0fb2959ba..000000000000
--- a/java/netcomponents/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-PORTNAME=	netcomponents
-PORTVERSION=	1.3.8
-PORTREVISION=	3
-CATEGORIES=	java net
-MASTER_SITES=	http://www.savarese.org/oro/downloads/
-DISTNAME=	NetComponents-${PORTVERSION}
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Java library with common network protocol implementations
-WWW=		https://www.savarese.org/oro/index.html
-
-# Converted from RESTRICTED
-LICENSE=	NetComponents
-LICENSE_NAME=	NetComponents
-LICENSE_TEXT=	May not redistribute except as part of a new software product
-LICENSE_PERMS=	auto-accept
-
-DEPRECATED=	Last upstream release was in 2000 and upstream unmaintained consider using net/apache-commons-net
-EXPIRATION_DATE=	2024-03-31
-
-USES=		zip
-USE_JAVA=	yes
-
-NO_BUILD=	yes
-
-WRKSRC=		${WRKDIR}/NetComponents-1.3.8a
-
-PLIST_FILES=	%%JAVAJARDIR%%/${JARFILE}
-
-JARFILE=	NetComponents.jar
-
-.include <bsd.port.pre.mk>
-
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE=		must be manually fetched from ${MASTER_SITES}.  Download\
-		${DISTFILES}, place it in ${DISTDIR} and restart this build
-.endif
-
-do-install:
-	${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${STAGEDIR}${JAVAJARDIR}
-
-.include <bsd.port.post.mk>
diff --git a/java/netcomponents/distinfo b/java/netcomponents/distinfo
deleted file mode 100644
index 92db9764322b..000000000000
--- a/java/netcomponents/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (NetComponents-1.3.8.zip) = e2910295289459f78089bf79cac45b184c693cf849b867fed955db431d11e3e1
-SIZE (NetComponents-1.3.8.zip) = 454367
diff --git a/java/netcomponents/pkg-descr b/java/netcomponents/pkg-descr
deleted file mode 100644
index 656b27b4a332..000000000000
--- a/java/netcomponents/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-NetComponents TM is a Java package that allows easy access to the
-most commonly used Internet protocols. It provides support for
-FTP, NNTP, SMTP, POP3, Telnet, TFTP, Finger, Whois, and other
-frequently used Internet protocols as well as BSD R command
-support, including rexec, rcmd/rshell and rlogin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404011135.431BZES0044218>