diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-29 12:43:34 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-29 12:43:34 +0100 |
commit | e7dd7547b0bb503bf16f1313229ba00de1df5859 (patch) | |
tree | 2fb08c6b6693a33aa01d31d79846cee7366eef58 | |
parent | 1123a02859166eb60a6b46ae07171a9dc6df11dd (diff) | |
download | freebsd-ports-e7dd7547b0bb503bf16f1313229ba00de1df5859.zip |
comms/comserv: Remove expired port
comms/comserv
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/comserv/Makefile | 20 | ||||
-rw-r--r-- | comms/comserv/distinfo | 2 | ||||
-rw-r--r-- | comms/comserv/pkg-descr | 9 |
5 files changed, 1 insertions, 32 deletions
@@ -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. |