summaryrefslogtreecommitdiff
path: root/chat/silc-client/Makefile.common
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-10-27 13:23:31 +0000
committersalo <salo@pkgsrc.org>2003-10-27 13:23:31 +0000
commitfbaed1db373a18b8f8ec68a8ac4942817321f729 (patch)
treedc8c8942376338e38ddbb907bcfe28c30deae953 /chat/silc-client/Makefile.common
parentd8f7a39828eb7212763b6d53d6d744399097041b (diff)
downloadpkgsrc-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/Makefile.common')
-rw-r--r--chat/silc-client/Makefile.common4
1 files changed, 2 insertions, 2 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}