Commit graph

20 commits

Author SHA1 Message Date
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tonio
a896ef145e Add a wide-curses option, to enable utf-8 support.
Based on patch from Leonardo Taccari in PR pkg/38418
2008-05-11 19:10:30 +00:00
wiz
322c2e0d89 Add comment indicating that this package falls under GPLv3. 2007-10-12 23:06:27 +00:00
tonio
c54e758b05 Update chat/weechat to 0.2.6
News since last version are:
- new license (GPLv3)
- added hotlist sort
- added scroll option to /buffer command
- added key to jump to previous buffer
- fixed bugs with IRC color in messages, now color codes are inserted
  in command line with ^Cc (Ctrl-C + c), ^Cb,.. instead of %C,%B,..
- improved /server command: now possible to copy and rename servers
- improved /connect command: now possible to connect to a temporary
  server without creating it with /server
- many bugs fixed and other new features.
2007-10-12 18:38:41 +00:00
xtraeme
f021a5eeb9 Tabify. 2007-06-11 21:56:48 +00:00
tonio
9716abd904 Update chat/weechat to 0.2.5
Add gnutls option, to enable ssl support, fix PR 36461
Thanks Adam Hoka for providing a patch

Version 0.2.5 (2007-06-07):
   * fixed QUOTE command: now allowed when socket is ok (even if IRC
     connection to server is not ok) (bug #20113)
   * added missing IRC commands (327, 378, 379) (bug #20091)
   * fixed hotlist when exiting search mode: current buffer is removed from
     hotlist
   * added "%M" for completion with nicks of current server (nicks on open
     channels) (task #6931)
   * improved key bindings: now possible to bind a key on many commands,
     separated by semicolon (task #5444)
   * improved IRC long message split: use word boundary (task #6685)
   * removed ":" for unknown IRC commands before arguments (bug #19929)
   * fixed "%C" completion: now completes with all channels of all servers
   * fixed bug with "/buffer query_name", added server and channel completion
     for /buffer command (bug #19928)
   * added cmake for weechat compile (patch #5943)
   * fixed IRC mode parsing when receiving modes with arguments (bug #19902)
   * fixed crash with IRC JOIN malformed message (bug #19891)
   * fixed bug with nick prefixes on some IRC servers (bug #19854)
   * improved setup file save: now writes temporary file, then rename it
     (task #6847)
   * fixed bug with $nick/$channel/$server variables in commands
   * forget current nick when user manually disconnects from server
   * fixed nick display in input window
   * fixed bug with erroneous nickname when connecting to server (bug #19812)
   * fixed display bugs in IRC error messages
   * added protocol priority for gnutls (patch #5915)
   * added channel admin mode '!' for some IRC servers
   * fixed bug with iso2022jp locale (bug #18719)
   * fixed string format bug when displaying string thru plugin script API
   * added /reconnect command (task #5448)
   * added "-all" option for /connect and /disconnect commands (task #6232)
   * improved nick completion: completion with last speakers first and self
     nick at the end; added option look_nick_completion_smart, enabled by
     default (task #5896)
   * fixed nick completion in command arguments (bug #19590)
   * fixed possible crash with nick completion when a nick leaves channel
     (bug #19589)
   * added color for input text not found in buffer history
   * fixed USER message when connecting to IRC server (patch #5835)
2007-06-10 22:20:09 +00:00
tonio
e67f7f4397 Update chat/weechat to 0.2.4
News since last version are:
- search in buffer history (ctrl-R)
- added "call" option to /key command
- added "event handlers" to plugins API
- many bugs fixed.
* fixed crash when closing a pv if a DCC chat is open on same nick
* improved password hiding, code cleanup
* fixed memory leaks in perl and python plugins
* fixed permissions on "dcc" and "logs" directories
* fixed crash when /away command is issued with no server connection
* fixed crash when closing a buffer opened on many windows
* fixed freeze with SSL server when disconnecting after connection loss
2007-04-23 11:36:49 +00:00
tonio
7910c3e362 Update chat/weechat to 0.2.3
Version 0.2.3 (2007-01-10):
   * fixed display bugs with nicklist at top/bottom when look_nicklist_separator
     is OFF (bug #18737)
   * fixed iconv problem, causing truncated words when using iso locale
   * fixed topic scroll when topic has multi-bytes chars
   * fixed compilation problem with iconv under FreeBSD
   * fixed bugs with charset: now decodes/encodes nicks and channels in IRC
     messages (bug #18716)

Version 0.2.2 (2007-01-06):
   * fixed bug with status bar (missing refresh) when closing a buffer
   * fixed bug with use of first buffer for a channel if not connected
     to server (now allowed only for a server buffer)
   * fixed refresh bug with private buffer title
   * fixed bug with nick completion in command args (now uses option
     look_nick_completion_ignore)
   * fixed display bug with color for first line on screen (bug #17719)
   * added anti-flood option (irc_anti_flood) (task #5442)
   * fixed bug with "set_config" function in plugins API (bug #18448)
   * plugins: "add_message_handler" now accepts "*" for all IRC messages
   * added keys (F9/F10) to scroll topic (task #6030)
   * added auto completion with channels and filenames (task #5423)
   * fixed memleak in keyboard input
   * fixed refresh bug when changing config options if window is splited
   * added space between chat and nicklist when position is "right" (bug #17852)
   * added option "look_nicklist_separator" (task #5437)
   * fixed bug with DCC SEND when filename begins with '~'
   * added "irc_send_unknown_commands" option to send unknown commands to
     IRC server (OFF by default) (task #5947)
   * /charset command and charset conversions now made by "charset" plugin
   * fixed display bug in status bar, wrong length when using UTF-8
   * fixed bug with ignore: now any IRC command is allowed
   * fixed crash with Ctrl-T (transpose) and one char on line (bug #18153)
   * added filename completion (task #5425)
   * added "modifier" in plugins API
   * improved /plugin command
   * fixed bug on ignore with "mode" IRC command (bug #18058)
   * fixed crash when loading ruby script if file does not exist, with
     Ruby >= 1.9 only (bug #18064)
   * added date in plugin function get_buffer_data()
   * fixed some portability bugs (patch #5271)
   * fixed iconv detection for BSD (patch #5456)
   * fixed typo in configure.in (bash specific test) (patch #5450)
   * mode changes with /op, /deop, /voice, /devoice, /halfop, /dehalfop are
     now sent in one mode command to server (task #5968)
   * added more values for config boolean values: y/true/t/1 and n/false/f/0
   * fixed bug with /alias and arguments (like $1), now text after
     argument(s) is used (bug #17944)
   * fixed minor display bug with special chars on some arch like PPC
2007-01-15 20:25:01 +00:00
tonio
2a75bd1e0c Add a "lua" option to enable lua scripting 2006-10-02 18:49:12 +00:00
tonio
8f368d9824 Update chat/weechat to 0.2.1
Add an option to enable python plugin support.

News since last version are:
- added server default notify
- added arguments ($1,..,$9) for alias and special
  vars ($nick, $channel, $server)
- added hotlist in session file when using /upgrade command
- fixed crash with DCC when resuming file
- fixed random crash with /upgrade command
- fixed nicklist display when location is top or bottom
- fixed bug with CTCP version on channels
- fixed bug with auto-rejoin for keyed channels
- fixed chan owner and chan admin nicks
2006-10-02 17:45:49 +00:00
tonio
9729b1f8a4 Update chat/weechat to 0.1.9
News since last version are:
- nick aligment, makes channels more readable
- new commands: /cycle, /setp
- new option to customize IP/hostname (when using multipe IP)
- new option to customize input prompt
- added keyboard handler for plugins
- german translations (messages and documentation)
- many bugs fixed for: UTF-8, DCC chat, Ruby, mutiple queries with same name, some commands, long IRC messages (> 512 bytes), terminal refresh, nicklist

Plus all changes since 0.0.5, see http://weechat.flashtux.org/ for details
Among them:
- improved alias completion (now uses target command for completion)
...
- added completion system for plugins/scripts commands
...
- new window maganement: custom size for windows, auto resize when terminal is resized
...
- full UTF-8 support
...
- new keyboard management, fully customizable
2006-06-10 16:17:32 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
kristerw
fc9c473bab This pkg uses KEY_RESIZE which is not available on NetBSD 1.6 and earlier.
Set INCOMPAT_CURSES, and make it find -lncurses when linking.
2004-11-06 17:50:09 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
xtraeme
2e41f02a76 Enable pkgviews installation. 2004-06-05 17:49:20 +00:00
xtraeme
8fbdbf160e Initial import of weechat-0.0.6.
WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC
client. Everything can be done with a keyboard, and it is customizable
and extensible with scripts.
2004-06-05 17:45:31 +00:00