diff options
-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 3da4f3c..4a0cf5a 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 87a3009..08923ff 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 fb87490..53504de 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 fa4f520..bf45b06 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/ |