diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-22 01:34:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-22 01:34:00 +0000 |
commit | 9ff2edafbd36186e07ca9587fdc500b406bc32fb (patch) | |
tree | 02960ef5c727bfc68933e3ff115e20762c70b094 /chat/xchat2 | |
parent | 20b1ed808d4fc980acd6c998ab6731738d9e228d (diff) | |
download | pkgsrc-9ff2edafbd36186e07ca9587fdc500b406bc32fb.tar.gz |
Update to 2.0.1, based on PR 20837 from Juan RP.
Fix PLIST while here.
Changes:
- Updated translations (am, ca, lt).
- Save serverlist before connecting (Joe Drew).
- OpenBSD compile fixes.
- (Encoding) Fallback outgoing text to "?" for unconvertable chars.
[674798].
- Hide tab scrolling buttons when they're not needed.
- Fixed --disable-xlib compiles.
- Fixed use of %h in dialog-tab buttons [688937].
- Fixed printing/logging timestamps that contain invalid utf8
[688548].
- Added "Resizable userlist" option (default ON).
- Strip colors on topic change.
- Fixed (snotice) and (notice) tabs being swapped [687437].
- Made more strings translatable.
- Allow loading empty text events [691191].
- Fixed xtext race condition [678874].
- Added ability to show/hide the channel-mode buttons (default OFF).
- Use the network name in server-tab rather than full hostname.
- Added keybindings for moving tab-families, default is ctrl-shift
PageUp and PageDown (Vincent Ho).
- Added 'Beep on highlighted messages' option (Jirka Kosina).
- Use DND to detach tabs.
- Interpret %C, %B etc in quit reasons.
- Added more items to the right-click tab menu.
- Some misc UI cleanups.
Diffstat (limited to 'chat/xchat2')
-rw-r--r-- | chat/xchat2/Makefile | 5 | ||||
-rw-r--r-- | chat/xchat2/PLIST | 4 | ||||
-rw-r--r-- | chat/xchat2/distinfo | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile index c9bac5668ee..913516dbcfa 100644 --- a/chat/xchat2/Makefile +++ b/chat/xchat2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2003/02/17 14:19:05 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/22 01:34:00 wiz Exp $ # -DISTNAME= xchat-2.0.0 -PKGREVISION= 1 +DISTNAME= xchat-2.0.1 CATEGORIES= chat gnome MASTER_SITES= http://www.xchat.org/files/source/2.0/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/xchat2/PLIST b/chat/xchat2/PLIST index b776d306cab..bd54da789d9 100644 --- a/chat/xchat2/PLIST +++ b/chat/xchat2/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/16 16:00:24 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/03/22 01:34:00 wiz Exp $ bin/xchat bin/xchat-text share/applications/xchat.desktop ${PKGLOCALEDIR}/locale/am/LC_MESSAGES/xchat.mo +${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xchat.mo @@ -18,3 +19,4 @@ share/pixmaps/xchat.png @comment in gnome2-dirs: @dirrm share/applications @exec ${MKDIR} %D/lib/xchat/plugins @dirrm lib/xchat/plugins +@dirrm lib/xchat diff --git a/chat/xchat2/distinfo b/chat/xchat2/distinfo index dd60853090a..377936b990e 100644 --- a/chat/xchat2/distinfo +++ b/chat/xchat2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/02/16 16:00:24 jmmv Exp $ +$NetBSD: distinfo,v 1.2 2003/03/22 01:34:00 wiz Exp $ -SHA1 (xchat-2.0.0.tar.bz2) = 5f5b21b99f1e906f554675bb57f42dd54d9fa310 -Size (xchat-2.0.0.tar.bz2) = 703788 bytes +SHA1 (xchat-2.0.1.tar.bz2) = 68b7c4ebae8b36fabcbf21f0548a9665428afc90 +Size (xchat-2.0.1.tar.bz2) = 718064 bytes |