git: e7dd7547b0bb - main - comms/comserv: Remove expired port

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

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

commit e7dd7547b0bb503bf16f1313229ba00de1df5859
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-29 11:43:34 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-29 11:43:34 +0000

    comms/comserv: Remove expired port
    
    comms/comserv
---
 MOVED                   |  1 +
 comms/Makefile          |  1 -
 comms/comserv/Makefile  | 20 --------------------
 comms/comserv/distinfo  |  2 --
 comms/comserv/pkg-descr |  9 ---------
 5 files changed, 1 insertion(+), 32 deletions(-)

diff --git a/MOVED b/MOVED
index 4d8078f10da1..f21d06929769 100644
--- a/MOVED
+++ b/MOVED
@@ -3001,3 +3001,4 @@ audio/mp3ck||2024-02-29|Has expired: Last release in 2005 and dead upstream, con
 audio/mp3rename||2024-02-29|Has expired: Doesn't support ID3v2 tags properly
 audio/pm3umpdl||2024-02-29|Has expired: Deprecated utility as this is supported natively in musicpd
 benchmarks/ramspeed||2024-02-29|Has expired: Upstream is dead and port is unfetchable
+comms/comserv||2024-02-29|Has expired: Abandonware, last release in 2002. Consider using comms/remserial
diff --git a/comms/Makefile b/comms/Makefile
index d809e24217d6..70a1f0c382bc 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -18,7 +18,6 @@
     SUBDIR += bpl+
     SUBDIR += chirp
     SUBDIR += chu
-    SUBDIR += comserv
     SUBDIR += concordance
     SUBDIR += conserver-com
     SUBDIR += cqrlog
diff --git a/comms/comserv/Makefile b/comms/comserv/Makefile
deleted file mode 100644
index 485aeed582f6..000000000000
--- a/comms/comserv/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME=	comserv
-PORTVERSION=	1.4.4
-CATEGORIES=	comms net
-MASTER_SITES=	https://BSDforge.com/projects/source/comms/comserv/
-
-MAINTAINER=	portmaster@BSDforge.com
-COMMENT=	Access local serial ports via network connections
-WWW=		https://BSDforge.com/projects/comms/comserv/
-
-LICENSE=	BSD2CLAUSE
-
-DEPRECATED=	Abandonware, last release in 2002. Consider using comms/remserial
-EXPIRATION_DATE=2024-02-29
-
-USES=		tar:xz
-
-PLIST_FILES=	sbin/comservd etc/comservd.conf.sample \
-		etc/rc.d/comservd.sh.sample man/man8/comservd.8.gz
-
-.include <bsd.port.mk>
diff --git a/comms/comserv/distinfo b/comms/comserv/distinfo
deleted file mode 100644
index 68969d1cd8c8..000000000000
--- a/comms/comserv/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (comserv-1.4.4.tar.xz) = 57760aeb95997d0f94b63d30cebc572846dd03e3a2153c209eb415dc06bcd826
-SIZE (comserv-1.4.4.tar.xz) = 26540
diff --git a/comms/comserv/pkg-descr b/comms/comserv/pkg-descr
deleted file mode 100644
index d02e8e05a647..000000000000
--- a/comms/comserv/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-The comservd program provides a facility to access network terminal
-server serial ports, such as those available on Xyplex terminal server
-models, via /dev device file entries.  This allows programs such as
-tip(1) to access devices connected to the terminal server serial
-ports.
-
-Additionally, comservd can serve up local serial ports to remote
-systems, effectively turning the system running comservd into a
-terminal server with respect to its own local serial ports.