diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-05-11 15:20:27 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-05-11 15:20:27 +0000 |
commit | 467a8feaed2b349043764f68e528ce0277a37ba4 (patch) | |
tree | 83ee2e2da2e01c65fc8a721e1a7b7b472ebffe09 /comms | |
parent | 2bdc37f8198f642cae465dd59126e8ce4648cb0b (diff) | |
download | ports-467a8feaed2b349043764f68e528ce0277a37ba4.tar.gz ports-467a8feaed2b349043764f68e528ce0277a37ba4.zip |
Update COMMENT and port description to match the wording from official site.
Notes
Notes:
svn path=/head/; revision=254149
Diffstat (limited to 'comms')
-rw-r--r-- | comms/kermit/Makefile | 2 | ||||
-rw-r--r-- | comms/kermit/pkg-descr | 11 |
2 files changed, 7 insertions, 6 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index cb653acf998d..d94eaf7689f2 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ \ DISTNAME= cku211 MAINTAINER= danfe@FreeBSD.org -COMMENT= Serial and network communications package +COMMENT= Combined network and serial communication package USE_OPENSSL= yes NO_WRKSUBDIR= yes diff --git a/comms/kermit/pkg-descr b/comms/kermit/pkg-descr index 1dbe576e3966..4af69f62e6e5 100644 --- a/comms/kermit/pkg-descr +++ b/comms/kermit/pkg-descr @@ -1,7 +1,8 @@ -C-Kermit is a combined serial and network communication software package -offering a consistent, medium-independent, cross-platform approach to -connection establishment, terminal sessions, file transfer, character-set -translation, numeric and alphanumeric paging, and automation of -communication tasks. +C-Kermit is a combined network and serial communication software package +offering a consistent, transport-independent, cross-platform approach to +connection establishment, terminal sessions, file transfer, file management, +character-set translation, numeric and alphanumeric paging, and automation +of file transfer, dialogs, and communication tasks through its built-in +scripting language. WWW: http://www.columbia.edu/kermit/ |