pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/silc-client Updated to version 1.0.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33efb32bbd39
branches:  trunk
changeset: 466274:33efb32bbd39
user:      salo <salo%pkgsrc.org@localhost>
date:      Wed Jan 14 17:09:26 2004 +0000

description:
Updated to version 1.0.1.

When you are upgrading from a prior release to SILC Client 1.0.1, there
are two issues you have to take special care of:

First of all the default theme (as defined in the file default.theme in
the source package) has changed. You may need to update your personal
theme to reflect those changes. The second change affects the filename
used to store the session data when /DETACH'ing. If you have detached
from a SILC network with your old client and want to resume the session
with SILC Client 1.0.1, you first have to

        /SET session_filename session

After successfully resuming your session, you can revert the setting to
its default "session.$chatnet" again.

Changes:
--------

- /NOTICE and /ACTION command now both take a mandatory target argument
  and an option -sign flag.  Both work in channels and queries, /IGNORE
  now correctly treats both.  default.theme has changed, please update
  your theme.  Closes #1.

- /SILCNET [ADD|REMOVE|LIST] command to manage different SILC networks.

- /SMSG and /MMSG now correctly open new query windows if wished.

- New settings session_filename defines the filename used to store
  session information generated by /DETACH.  A setting like
  session.$chatnet allows you to detach from different networks.

diffstat:

 chat/silc-client/Makefile        |  7 ++-----
 chat/silc-client/Makefile.common |  4 ++--
 chat/silc-client/PLIST           |  3 ++-
 chat/silc-client/distinfo        |  6 +++---
 4 files changed, 9 insertions(+), 11 deletions(-)

diffs (68 lines):

diff -r 642cdbff24e6 -r 33efb32bbd39 chat/silc-client/Makefile
--- a/chat/silc-client/Makefile Wed Jan 14 16:50:19 2004 +0000
+++ b/chat/silc-client/Makefile Wed Jan 14 17:09:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2003/11/27 12:40:53 salo Exp $
+# $NetBSD: Makefile,v 1.31 2004/01/14 17:09:26 salo Exp $
 #
 
 DISTNAME=              ${SILC_CLIENT_DISTNAME}
@@ -62,13 +62,10 @@
 # If you want to disable it, set SILC_CLIENT_WITH_PERL to NO
 # in your /etc/mk.conf
 
-# XXX: perl support is currently broken (bug in perl) so disable it.
-#
-SILC_CLIENT_WITH_PERL= NO
-
 .if defined(SILC_CLIENT_WITH_PERL) && !empty(SILC_CLIENT_WITH_PERL:M[Yy][Ee][Ss])
 CONFIGURE_ARGS+=       --with-perl-lib=${PREFIX}/lib/silc/perl5
 .include "../../lang/perl5/buildlink2.mk"
+BUILDLINK_DEPENDS.perl=        perl>=5.6.1nb10
 DEPENDS+=              p5-File-MMagic>=1.20:../../misc/p5-File-MMagic
 PLIST_SRC+=            ${PKGDIR}/PLIST.perl
 .else
diff -r 642cdbff24e6 -r 33efb32bbd39 chat/silc-client/Makefile.common
--- a/chat/silc-client/Makefile.common  Wed Jan 14 16:50:19 2004 +0000
+++ b/chat/silc-client/Makefile.common  Wed Jan 14 17:09:26 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.6 2003/11/27 12:40:53 salo Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/01/14 17:09:26 salo Exp $
 #
 
 # Distribution specific information.
 #
-SILC_CLIENT_VERSION=           1.0
+SILC_CLIENT_VERSION=           1.0.1
 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 -r 642cdbff24e6 -r 33efb32bbd39 chat/silc-client/PLIST
--- a/chat/silc-client/PLIST    Wed Jan 14 16:50:19 2004 +0000
+++ b/chat/silc-client/PLIST    Wed Jan 14 17:09:26 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2003/11/18 18:14:32 salo Exp $
+@comment $NetBSD: PLIST,v 1.18 2004/01/14 17:09:26 salo Exp $
 bin/silc
 lib/silc/libsilc-1.0.so
 lib/silc/libsilc-1.0.so.3
@@ -105,6 +105,7 @@
 share/silc/help/server
 share/silc/help/set
 share/silc/help/shutdown
+share/silc/help/silcnet
 share/silc/help/silcoper
 share/silc/help/smsg
 share/silc/help/stats
diff -r 642cdbff24e6 -r 33efb32bbd39 chat/silc-client/distinfo
--- a/chat/silc-client/distinfo Wed Jan 14 16:50:19 2004 +0000
+++ b/chat/silc-client/distinfo Wed Jan 14 17:09:26 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2003/11/27 12:40:53 salo Exp $
+$NetBSD: distinfo,v 1.25 2004/01/14 17:09:26 salo Exp $
 
-SHA1 (silc-client-1.0.tar.bz2) = 6f5d454110123ce5b21572c510f10f81c1c8e2b5
-Size (silc-client-1.0.tar.bz2) = 1454135 bytes
+SHA1 (silc-client-1.0.1.tar.bz2) = e53a8f9577282734723fe9ad8eaf5d3bce035048
+Size (silc-client-1.0.1.tar.bz2) = 1404404 bytes
 SHA1 (patch-aa) = b9ae5da26840b193d3c9484c975af89294fa8049



Home | Main Index | Thread Index | Old Index