git: 69751bd8749c - main - net/nakenchat: Remove expired port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 29 Feb 2024 12:52:56 UTC
The branch main has been updated by bofh:

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

commit 69751bd8749cde5d0b9dea8652bf7c9bd2313d01
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-29 12:28:37 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-29 12:52:30 +0000

    net/nakenchat: Remove expired port
    
    net/nakenchat
---
 MOVED                               |  1 +
 net/Makefile                        |  1 -
 net/nakenchat/Makefile              | 42 -------------------------------------
 net/nakenchat/distinfo              |  3 ---
 net/nakenchat/files/nakenchat.in    | 24 ---------------------
 net/nakenchat/files/patch-Makefile  | 26 -----------------------
 net/nakenchat/files/patch-configure | 40 -----------------------------------
 net/nakenchat/pkg-descr             |  5 -----
 net/nakenchat/pkg-plist             |  2 --
 9 files changed, 1 insertion(+), 143 deletions(-)

diff --git a/MOVED b/MOVED
index 81d11429794b..5aa3d28a9128 100644
--- a/MOVED
+++ b/MOVED
@@ -3020,3 +3020,4 @@ misc/skyutils||2024-02-29|Has expired: Library used for deprecated port misc/sms
 net-mgmt/unifi7||2024-02-29|Has expired: EOLed upstream, switch to newer version
 net/aslookup||2024-02-29|Has expired: Lookup returns nothing
 net/dimes||2024-02-29|Has expired: The project vaporized in early 2005 and is no longer active
+net/nakenchat||2024-02-29|Has expired: Discontinued upstream and never left BETA stage
diff --git a/net/Makefile b/net/Makefile
index aa3e11394dfc..ed960f75c6ea 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -494,7 +494,6 @@
     SUBDIR += mtr-nox11
     SUBDIR += multicat
     SUBDIR += mvfst
-    SUBDIR += nakenchat
     SUBDIR += nanomsg
     SUBDIR += narrowlink
     SUBDIR += nast
diff --git a/net/nakenchat/Makefile b/net/nakenchat/Makefile
deleted file mode 100644
index d0f285a9c82d..000000000000
--- a/net/nakenchat/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-PORTNAME=	nakenchat
-DISTVERSION=	3.00b1
-CATEGORIES=	net
-MASTER_SITES=	http://downloads.mikekohn.net/nakenchat/
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Small (under 50k) chat server with many features
-WWW=		http://nakenchat.naken.cc/
-
-LICENSE=	GPLv2
-
-DEPRECATED=	Discontinued upstream and never left BETA stage
-EXPIRATION_DATE=2024-02-29
-
-HAS_CONFIGURE=	yes
-USE_RC_SUBR=	nakenchat
-
-OPTIONS_DEFINE=	NOKEEPALIVE NOUSERCHANLIST DEBUG HIDDENCAVES DOTQ \
-		FUSERLIST ELITEFILTER
-
-NOKEEPALIVE_DESC=	Disable socket keepalive option
-NOUSERCHANLIST_DESC=	Disable userlist based on channel
-HIDDENCAVES_DESC=	Enable hidden caves feature
-DOTQ_DESC=		Compile in .Q option
-FUSERLIST_DESC=		Support saving current userlist to a file
-ELITEFILTER_DESC=	Enable the 3li73 filter
-
-NOKEEPALIVE_CONFIGURE_ON=	--disable-keepalive
-NOUSERCHANLIST_CONFIGURE_ON=	--disable-userchanlist
-DEBUG_CONFIGURE_ON=		--enable-debug
-HIDDENCAVES_CONFIGURE_ON=	--enable-hidden-caves
-DOTQ_CONFIGURE_ON=		--enable-dotQ
-FUSERLIST_CONFIGURE_ON=		--enable-whofile
-ELITEFILTER_CONFIGURE_ON=	--enable-elite
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/src/nakenchat \
-		${STAGEDIR}${PREFIX}/bin/
-	${INSTALL_DATA} ${WRKSRC}/nakenchat.conf \
-		${STAGEDIR}${PREFIX}/etc/nakenchat.conf.sample
-
-.include <bsd.port.mk>
diff --git a/net/nakenchat/distinfo b/net/nakenchat/distinfo
deleted file mode 100644
index 6df1cdb09ec1..000000000000
--- a/net/nakenchat/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1582753608
-SHA256 (nakenchat-3.00b1.tar.gz) = 00a46e8431584ef7412079eb1657fe6ac6ad205af793444a57852d0ff171205f
-SIZE (nakenchat-3.00b1.tar.gz) = 49330
diff --git a/net/nakenchat/files/nakenchat.in b/net/nakenchat/files/nakenchat.in
deleted file mode 100644
index 27b437b1e4a6..000000000000
--- a/net/nakenchat/files/nakenchat.in
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: nakenchat
-# REQUIRE: DAEMON
-#
-# Add the following lines to /etc/rc.conf to enable nakenchat:
-#
-# nakenchat_enable (bool):             Set it to "YES" to enable nakenchat.
-#                              Default is "NO".
-#
-
-. /etc/rc.subr
-
-name="nakenchat"
-rcvar=nakenchat_enable
-
-load_rc_config $name
-
-: ${nakenchat_enable="NO"}
-
-command=/usr/local/bin/nakenchat
-command_args="&"
-
-run_rc_command "$1"
diff --git a/net/nakenchat/files/patch-Makefile b/net/nakenchat/files/patch-Makefile
deleted file mode 100644
index 1c198b995b32..000000000000
--- a/net/nakenchat/files/patch-Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
---- ./Makefile.orig	2011-01-31 13:09:57.000000000 +0000
-+++ ./Makefile	2014-02-27 22:09:35.000000000 +0000
-@@ -7,23 +7,6 @@
- 	fi
- 
- 	cd src && make
--	@if [ -f src/nakenchat.exe ]; then \
--	  mv src/nakenchat.exe .; \
--	  ${COMPILER_PREFIX}strip nakenchat.exe; \
--	  cp scripts/nakenchat_*.vbs .; \
--	fi
--	@if [ -f src/nakenchat ]; then \
--	  mv src/nakenchat .; \
--	  ${COMPILER_PREFIX}strip nakenchat; \
--	fi
--	@if [ -f src/nakenpasswd.exe ]; then \
--	  mv src/nakenpasswd.exe .; \
--	  ${COMPILER_PREFIX}strip nakenpasswd.exe; \
--	fi
--	@if [ -f src/nakenpasswd ]; then \
--	  mv src/nakenpasswd .; \
--	  ${COMPILER_PREFIX}strip nakenpasswd; \
--	fi
- 
- install:
- 	@if [ ! -d $(PREFIX)/bin ]; then mkdir $(PREFIX)/bin; fi;
diff --git a/net/nakenchat/files/patch-configure b/net/nakenchat/files/patch-configure
deleted file mode 100644
index f535a1d18f10..000000000000
--- a/net/nakenchat/files/patch-configure
+++ /dev/null
@@ -1,40 +0,0 @@
---- ./configure.orig	2011-01-31 13:09:57.000000000 +0000
-+++ ./configure	2014-02-27 22:09:07.000000000 +0000
-@@ -2,11 +2,11 @@
- 
- # Based on FFMPEG's configure (http://ffmpeg.sourceforge.net/)
- 
--PREFIX=/usr/local
--CC=gcc
-+PREFIX=${PREFIX:=/usr/local}
-+CC=${CC:=gcc}
- COMPILER_PREFIX=
- FLAGS=""
--CFLAGS="-Wall"
-+CFLAGS="${CFLAGS}"
- LDFLAGS=""
- LANGUAGE="english"
- CONFIG_USER_CHAN_LIST="-DUSER_LIST_CHAN"
-@@ -151,7 +151,7 @@
-   case "$option" in
-   --help) show_help
-   ;;
--  --cflags=*) CFLAGS="${CFLAGS} $optval"
-+  --cflags=*) CFLAGS="$optval"
-   ;;
-   --compiler-prefix=*) COMPILER_PREFIX="$optval"
-   ;;
-@@ -218,12 +218,9 @@
- 
- done
- 
--if test_compiler "gcc"
-+if ! test_compiler $CC
- then
-   CC="gcc"
--elif test_compiler "cc"
--then
--  CC="cc"
- fi
- 
- if test_lib "-lpthread"; then LDFLAGS="${LDFLAGS} -lpthread"; fi
diff --git a/net/nakenchat/pkg-descr b/net/nakenchat/pkg-descr
deleted file mode 100644
index c8024d571b55..000000000000
--- a/net/nakenchat/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Small chat server written in C.  The compiled code is still under 50k (at
-this time around 40k).  The chat offers many features including private
-channels, gagging, squelching, banning, censoring, and much more.  Users
-can connect to the chat through many ways, including telnet and a Java
-applet through a webpage.
diff --git a/net/nakenchat/pkg-plist b/net/nakenchat/pkg-plist
deleted file mode 100644
index da04304dc340..000000000000
--- a/net/nakenchat/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/nakenchat
-@sample etc/nakenchat.conf.sample