diff options
author | Brian S. Dean <bsd@FreeBSD.org> | 2000-12-03 16:37:25 +0000 |
---|---|---|
committer | Brian S. Dean <bsd@FreeBSD.org> | 2000-12-03 16:37:25 +0000 |
commit | d1e27a770c58eab7b56e17bdfe0ed3f9ba3d7ccf (patch) | |
tree | aacd732ad22a1e0932b249b5334519def5a786c7 /comms | |
parent | 2952a0e13df8b3f76a1b0b365ee16e3c515daa2d (diff) | |
download | ports-d1e27a770c58eab7b56e17bdfe0ed3f9ba3d7ccf.tar.gz ports-d1e27a770c58eab7b56e17bdfe0ed3f9ba3d7ccf.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/comserv/Makefile | 19 | ||||
-rw-r--r-- | comms/comserv/distinfo | 1 | ||||
-rw-r--r-- | comms/comserv/pkg-comment | 1 | ||||
-rw-r--r-- | comms/comserv/pkg-descr | 5 | ||||
-rw-r--r-- | comms/comserv/pkg-plist | 3 |
6 files changed, 30 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 72a7336b2338..801fa773b237 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -4,6 +4,7 @@ SUBDIR += asmodem SUBDIR += bayonne SUBDIR += bpl+ + SUBDIR += comserv SUBDIR += conserver SUBDIR += ecu SUBDIR += gkermit diff --git a/comms/comserv/Makefile b/comms/comserv/Makefile new file mode 100644 index 000000000000..d687481e77e6 --- /dev/null +++ b/comms/comserv/Makefile @@ -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> diff --git a/comms/comserv/distinfo b/comms/comserv/distinfo new file mode 100644 index 000000000000..82c000cccb60 --- /dev/null +++ b/comms/comserv/distinfo @@ -0,0 +1 @@ +MD5 (comserv-1.0.0.tar.gz) = 6b0f68e26c068e4177f99713cd3b48f5 diff --git a/comms/comserv/pkg-comment b/comms/comserv/pkg-comment new file mode 100644 index 000000000000..fb87490e554f --- /dev/null +++ b/comms/comserv/pkg-comment @@ -0,0 +1 @@ +A daemon for managing terminal server serial connections diff --git a/comms/comserv/pkg-descr b/comms/comserv/pkg-descr new file mode 100644 index 000000000000..fa4f520599dc --- /dev/null +++ b/comms/comserv/pkg-descr @@ -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. diff --git a/comms/comserv/pkg-plist b/comms/comserv/pkg-plist new file mode 100644 index 000000000000..daa843d2792d --- /dev/null +++ b/comms/comserv/pkg-plist @@ -0,0 +1,3 @@ +sbin/comservd +etc/comservd.conf.sample +etc/rc.d/comservd.sh |