diff options
Diffstat (limited to 'comms')
-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 |
4 files changed, 0 insertions, 32 deletions
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. |