Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Jan 2026 12:10:33 +0000
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: d54457eefb49 - main - net/gwhois: Remove expired port
Message-ID:  <69566439.32dd3.2c404d28@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rene:

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

commit d54457eefb4965d11da283e915bee60f06dcf581
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-01-01 12:10:18 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-01-01 12:10:18 +0000

    net/gwhois: Remove expired port
    
    2026-01-01 net/gwhois: source and WWW is gone. Hasn't been updated for 12yrs.
---
 MOVED                |  1 +
 net/Makefile         |  1 -
 net/gwhois/Makefile  | 49 -------------------------------------------------
 net/gwhois/distinfo  |  2 --
 net/gwhois/pkg-descr | 10 ----------
 5 files changed, 1 insertion(+), 62 deletions(-)

diff --git a/MOVED b/MOVED
index 1a2f6f04a4e5..3ba6f2e1454a 100644
--- a/MOVED
+++ b/MOVED
@@ -5062,3 +5062,4 @@ security/php81-sodium|security/php82-sodium|2025-12-31|Has expired: Security sup
 security/php81-filter|security/php82-filter|2025-12-31|Has expired: Security support ended on 2025-12-31
 lang/go120||2026-01-01|Has expired: Old version, unsupported upstream
 lang/go121||2026-01-01|Has expired: Old version, unsupported upstream
+net/gwhois||2026-01-01|Has expired: source and WWW is gone. Hasn't been updated for 12yrs
diff --git a/net/Makefile b/net/Makefile
index e21084bb0943..6222a845c07c 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -238,7 +238,6 @@
     SUBDIR += gupnp-igd
     SUBDIR += gupnp-tools
     SUBDIR += gutenfetch
-    SUBDIR += gwhois
     SUBDIR += h323plus
     SUBDIR += hanstunnel
     SUBDIR += haproxy
diff --git a/net/gwhois/Makefile b/net/gwhois/Makefile
deleted file mode 100644
index b92dab818781..000000000000
--- a/net/gwhois/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-PORTNAME=	gwhois
-PORTVERSION=	20120626
-PORTREVISION=	1
-CATEGORIES=	net
-MASTER_SITES=	http://julijane.de/gwhois/
-DISTNAME=	${PORTNAME}_${DISTVERSION}
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Flexible whois client and proxy
-WWW=		https://julijane.de/gwhois/
-
-LICENSE=	GPLv2
-
-DEPRECATED=	source and WWW is gone. Hasn't been updated for 12yrs.
-EXPIRATION_DATE=	2026-01-01
-
-
-RUN_DEPENDS=	p5-libwww>=5.805:www/p5-libwww \
-		p5-Net-LibIDN>=0:dns/p5-Net-LibIDN \
-		lynx:www/lynx \
-		curl:ftp/curl
-
-USES=		perl5 shebangfix
-USE_PERL5=	run
-SHEBANG_FILES=	gwhois
-WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
-NO_BUILD=	yes
-NO_ARCH=	yes
-
-PLIST_FILES=	bin/${PORTNAME} share/man/man1/gwhois.1.gz %%DATADIR%%/pattern
-PORTDOCS=	TODO README.RIPE
-
-OPTIONS_DEFINE=	DOCS
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|/etc/gwhois|${DATADIR}|g'\
-		${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1
-
-do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
-	@${MKDIR} ${STAGEDIR}${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/pattern ${STAGEDIR}${DATADIR}
-
-do-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/net/gwhois/distinfo b/net/gwhois/distinfo
deleted file mode 100644
index fce21123488f..000000000000
--- a/net/gwhois/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gwhois_20120626.tar.gz) = 43591ba6c164249b42d4100bbcdea189b624da4ddf7841f310ac543af09245d5
-SIZE (gwhois_20120626.tar.gz) = 41760
diff --git a/net/gwhois/pkg-descr b/net/gwhois/pkg-descr
deleted file mode 100644
index ebbb8564accb..000000000000
--- a/net/gwhois/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-gwhois is a generic whois client. It strives to know for all existing
-tlds and all ip address range the appropiate whois server to ask. You
-can simple call gwhois with a query for some domain or some ip and it
-will ask the right server for you! It can even query webforms which
-are unfortunately the only query type supported by many bad nics.
-
-gwhois can also be used as a whois server. You can call it from the
-inetd and make it accessable via a normal standard whois client. This
-allows for example using a Windows client and still make use of the
-enhanced features of gwhois.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69566439.32dd3.2c404d28>