diff options
author | Brian S. Dean <bsd@FreeBSD.org> | 2002-05-15 02:54:40 +0000 |
---|---|---|
committer | Brian S. Dean <bsd@FreeBSD.org> | 2002-05-15 02:54:40 +0000 |
commit | 6fed3f3b25469b0aae75b229788f925b0b22cc5e (patch) | |
tree | 6290a2c70306d2aee2d7a5063ec5e748eb0fcc72 /comms | |
parent | 9a065ab17b39260f0a6f1228e84a81cf1cb2be86 (diff) | |
download | ports-6fed3f3b25469b0aae75b229788f925b0b22cc5e.tar.gz ports-6fed3f3b25469b0aae75b229788f925b0b22cc5e.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/comserv/Makefile | 2 | ||||
-rw-r--r-- | comms/comserv/distinfo | 2 | ||||
-rw-r--r-- | comms/comserv/pkg-comment | 2 | ||||
-rw-r--r-- | comms/comserv/pkg-descr | 6 |
4 files changed, 9 insertions, 3 deletions
diff --git a/comms/comserv/Makefile b/comms/comserv/Makefile index 3da4f3cb7377..4a0cf5aad57d 100644 --- a/comms/comserv/Makefile +++ b/comms/comserv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= comserv -PORTVERSION= 1.3.6 +PORTVERSION= 1.4.0 CATEGORIES= comms net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bsd diff --git a/comms/comserv/distinfo b/comms/comserv/distinfo index 87a30094102b..08923ffe3e55 100644 --- a/comms/comserv/distinfo +++ b/comms/comserv/distinfo @@ -1 +1 @@ -MD5 (comserv-1.3.6.tar.gz) = 215f6695e1fd9e19209ce93abf1068ed +MD5 (comserv-1.4.0.tar.gz) = e30bf32586be1923cecc38a703ffcba3 diff --git a/comms/comserv/pkg-comment b/comms/comserv/pkg-comment index fb87490e554f..53504de85fe4 100644 --- a/comms/comserv/pkg-comment +++ b/comms/comserv/pkg-comment @@ -1 +1 @@ -A daemon for managing terminal server serial connections +Provide network access to local serial ports and make remote ports appear local diff --git a/comms/comserv/pkg-descr b/comms/comserv/pkg-descr index fa4f520599dc..bf45b06e0317 100644 --- a/comms/comserv/pkg-descr +++ b/comms/comserv/pkg-descr @@ -3,3 +3,9 @@ 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. + +WWW: http://www.bsdhome.com/comserv/ |