mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -4,6 +4,7 @@
|
||||||
SUBDIR += asmodem
|
SUBDIR += asmodem
|
||||||
SUBDIR += bayonne
|
SUBDIR += bayonne
|
||||||
SUBDIR += bpl+
|
SUBDIR += bpl+
|
||||||
|
SUBDIR += comserv
|
||||||
SUBDIR += conserver
|
SUBDIR += conserver
|
||||||
SUBDIR += ecu
|
SUBDIR += ecu
|
||||||
SUBDIR += gkermit
|
SUBDIR += gkermit
|
||||||
|
|
19
comms/comserv/Makefile
Normal file
19
comms/comserv/Makefile
Normal 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
1
comms/comserv/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (comserv-1.0.0.tar.gz) = 6b0f68e26c068e4177f99713cd3b48f5
|
1
comms/comserv/pkg-comment
Normal file
1
comms/comserv/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A daemon for managing terminal server serial connections
|
5
comms/comserv/pkg-descr
Normal file
5
comms/comserv/pkg-descr
Normal 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
3
comms/comserv/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
sbin/comservd
|
||||||
|
etc/comservd.conf.sample
|
||||||
|
etc/rc.d/comservd.sh
|
Loading…
Add table
Reference in a new issue