diff options
author | salo <salo@pkgsrc.org> | 2003-10-27 13:23:31 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-10-27 13:23:31 +0000 |
commit | fbaed1db373a18b8f8ec68a8ac4942817321f729 (patch) | |
tree | dc8c8942376338e38ddbb907bcfe28c30deae953 /chat/silc-client | |
parent | d8f7a39828eb7212763b6d53d6d744399097041b (diff) | |
download | pkgsrc-fbaed1db373a18b8f8ec68a8ac4942817321f729.tar.gz |
Updated to version 0.9.14.
Changes:
- Fixed a crashbug that occurred frequently when joining and leaving
channels.
- Fixed a crashbug in secure file transfer.
- Several other bugfixes were made.
- Introduction of multimedia message sending and reception. A perl script
silc-mime will introduce a new command MMSG, which can be used to send
MIME messages. This enables users to send for example images and other
messages. The SILC Client will automatically launch the application
that is able to view the message.
To start the script give command /script load silc-mime. It will try
to find a mailcap file which defines the MIME types and applications
that can show the MIME messages. If you want to receive MIME messages
you will also need to load the script.
To send a messages use /MMSG command. Give for example
/MMSG -channel foobar /path/to/file.gif to send a GIF image to channel
foobar. A shortcoming in the MMSG command makes it impossible to send
private messages without first opening a window for the query. This
will be fixed later.
Diffstat (limited to 'chat/silc-client')
-rw-r--r-- | chat/silc-client/Makefile.common | 4 | ||||
-rw-r--r-- | chat/silc-client/PLIST | 3 | ||||
-rw-r--r-- | chat/silc-client/distinfo | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/chat/silc-client/Makefile.common b/chat/silc-client/Makefile.common index 1d32cc22b4a..6076f2ec068 100644 --- a/chat/silc-client/Makefile.common +++ b/chat/silc-client/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.2 2003/10/16 12:34:50 salo Exp $ +# $NetBSD: Makefile.common,v 1.3 2003/10/27 13:23:31 salo Exp $ # # Distribution specific information. # -SILC_CLIENT_VERSION= 0.9.13 +SILC_CLIENT_VERSION= 0.9.14 SILC_CLIENT_DISTNAME= silc-client-${SILC_CLIENT_VERSION} SILC_CLIENT_EXTRACT_SUFX= .tar.bz2 SILC_CLIENT_DISTFILE= ${SILC_CLIENT_DISTNAME}${SILC_CLIENT_EXTRACT_SUFX} diff --git a/chat/silc-client/PLIST b/chat/silc-client/PLIST index a6323c0b1db..c3df68346e0 100644 --- a/chat/silc-client/PLIST +++ b/chat/silc-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2003/10/16 12:34:50 salo Exp $ +@comment $NetBSD: PLIST,v 1.15 2003/10/27 13:23:31 salo Exp $ bin/silc lib/silc/libsilc-1.0.so lib/silc/libsilc-1.0.so.2 @@ -129,6 +129,7 @@ share/silc/scripts/dns.pl share/silc/scripts/hello.pl share/silc/scripts/mail-maildir.pl share/silc/scripts/mail.pl +share/silc/scripts/silc-mime.pl share/silc/themes/default.theme @dirrm share/silc/themes @dirrm share/silc/scripts diff --git a/chat/silc-client/distinfo b/chat/silc-client/distinfo index 4ae3512c56b..0097c001ec2 100644 --- a/chat/silc-client/distinfo +++ b/chat/silc-client/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2003/10/16 12:34:50 salo Exp $ +$NetBSD: distinfo,v 1.21 2003/10/27 13:23:31 salo Exp $ -SHA1 (silc-client-0.9.13.tar.bz2) = 41db34e585cee51aeb03fd5f19442b03b0838ef2 -Size (silc-client-0.9.13.tar.bz2) = 1537966 bytes +SHA1 (silc-client-0.9.14.tar.bz2) = 7c7aa38d783635ee9cc08fcc6fc2e1fe4190c64e +Size (silc-client-0.9.14.tar.bz2) = 1544096 bytes SHA1 (patch-aa) = b9ae5da26840b193d3c9484c975af89294fa8049 |