diff options
author | lioux <lioux@FreeBSD.org> | 2001-11-09 07:46:16 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-11-09 07:46:16 +0000 |
commit | 594e02ae6871b76e823133ec82078b3f381ab763 (patch) | |
tree | 92d928dd9510e980ab1a64a4f97f04374f82abd7 /net/silc-client/pkg-descr | |
parent | fe7de642ce3a99aef6f917efc0a8c009648fcca2 (diff) | |
download | FreeBSD-ports-594e02ae6871b76e823133ec82078b3f381ab763.zip FreeBSD-ports-594e02ae6871b76e823133ec82078b3f381ab763.tar.gz |
o Add port silc-client version 0.6.4: Secure Internet Live Conferencing
(SILC) network client
o With invaluable feedback from debolaz during our all-nighter
porting work :)
Reviewed by: Anders Nor Berle <debolaz@debolaz.com>
Diffstat (limited to 'net/silc-client/pkg-descr')
-rw-r--r-- | net/silc-client/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/silc-client/pkg-descr b/net/silc-client/pkg-descr new file mode 100644 index 0000000..eead8f7 --- /dev/null +++ b/net/silc-client/pkg-descr @@ -0,0 +1,17 @@ +[ from developer's site FAQ ] + +This is a SILC network client + +Q: What is SILC? + +A: SILC (Secure Internet Live Conferencing) is a protocol which +provides secure conferencing services in the Internet over insecure +channel. SILC is IRC like although internally they are very different. +Biggest similarity between SILC and IRC is that they both provide +conferencing services and that SILC has almost same commands as +IRC. Other than that they are nothing alike. + +Biggest differences are that SILC is secure what IRC is not in any +way. The network model is also entirely different compared to IRC. + +WWW: http://www.silcnet.org/ |