Add a new port comms/comserv. From the pkg-descr file:

"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."
This commit is contained in:
Brian S. Dean 2000-12-03 16:37:25 +00:00
parent 2952a0e13d
commit d1e27a770c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35625
6 changed files with 30 additions and 0 deletions

View file

@ -4,6 +4,7 @@
SUBDIR += asmodem
SUBDIR += bayonne
SUBDIR += bpl+
SUBDIR += comserv
SUBDIR += conserver
SUBDIR += ecu
SUBDIR += gkermit

19
comms/comserv/Makefile Normal file
View file

@ -0,0 +1,19 @@
# New ports collection makefile for: comserv
# Date created: 12 November 2000
# Whom: Brian Dean <bsd@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= comserv
PORTVERSION= 1.0.0
CATEGORIES= comms net
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bsd
MAINTAINER= bsd@FreeBSD.org
MAN8= comservd.8
MANCOMPRESSED= yes
.include <bsd.port.mk>

1
comms/comserv/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (comserv-1.0.0.tar.gz) = 6b0f68e26c068e4177f99713cd3b48f5

View file

@ -0,0 +1 @@
A daemon for managing terminal server serial connections

5
comms/comserv/pkg-descr Normal file
View file

@ -0,0 +1,5 @@
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.

3
comms/comserv/pkg-plist Normal file
View file

@ -0,0 +1,3 @@
sbin/comservd
etc/comservd.conf.sample
etc/rc.d/comservd.sh