Commit graph

40 commits

Author SHA1 Message Date
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
tonio
d45397b20a Update chat/weechat to 0.3.4
Fix for SA43543 and update kindly provided by gls@

This is a major release, with lot of bugs fixed and major new features.

Among the new features:
- 256 colors support, with unlimited number of nick colors
- irc proxy (relay plugin)
- redirection of IRC commands
- command /notify
- rmodifier plugin
- regular expressions for highlights
- color support for timestamp in chat buffer
- irc option to force color for some nicks
- share input line between buffers.
2011-03-05 22:48:07 +00:00
tonio
18b2ddd197 Update chat/weechat to 0.3.1.1
Version 0.3.1.1:
This version fixes crashes with SSL connection to IRC server and purge of old
DCC chats. It is recommended to upgrade from 0.3.1 to 0.3.1.1 for all users.

Version 0.3.1:
- new IRC commands: allserv, allchan, sajoin, samode, sanick, sapart, saquit,
- check of SSL certificates and use of CertFP for IRC servers,
- options to customize IRC CTCP replies,
- options to choose target buffer for IRC messages,
- anti-flood improved for IRC servers,
- new expansions for alias arguments,
- new color darkgray, bright colors supported for backgrounds,
- many bugs fixed.
2010-03-12 14:36:57 +00:00
tonio
4293729b31 Update chat/weechat to 0.3.0
Main changes:
* irc is now a plugin
* irc: remove kernel info in CTCP VERSION reply
* relay: add relay plugin (network communication between WeeChat and remote
  application)
* logger: add logger plugin with new features: backlog, level for messages to
  log
* plugins: add some other plugins: alias, demo, fifo, tcl, xfer
* api: new plugin API with many new functions: hooks, buffer management and
  nicklist, bars, configuration files, network, infos/infolists, lists, upgrade
* gui: new display engine, with prefix and message for each line
* gui: add new type of buffer, with free content
* gui: fix display bug with some weird UTF-8 chars
* core: improve main loop: higher timout in select(), less CPU usage
* core: new name for configuration files (*.conf instead of *.rc)
2009-11-03 22:22:31 +00:00
tonio
8fbe731e7a Remove INCOMPAT_CURSES, since it builds fine on -current and 5.0 2009-09-29 17:17:39 +00:00
tonio
c9c183976d Update chat/weechat to 0.2.6.3
Add perl and ruby options, fix PR pkg/38946

Changelog:
* 2009-06-13
    WeeChat 0.2.6.3 released.
    This version fixes gnutls detection.
* 2009-04-18
    WeeChat 0.2.6.2 released.
    This version fixes a bug with charset decoding (like iso2022jp).
2009-07-18 06:04:33 +00:00
drochner
9865c13aa0 use libgnutls-config.mk, restores TLS support with the (non-default)
"gnutls" pkg option
2009-07-03 14:23:00 +00:00
joerg
e209761d06 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
tonio
74ed77188f Update chat/weechat to 0.2.6.1
This version fixes a major bug: crash with some special chars in IRC
messages.
2009-03-22 10:32:40 +00:00
ahoka
1cf2dfc74e Fix a misuse of autoconf macros.
Now properly builds with wide-curses.
2008-12-18 20:27:47 +00:00
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
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +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
3f7f338379 This patch was applied upstream 2007-01-15 20:25:27 +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
8958ed3695 avoid using "text ... == ..." in configure 2006-10-10 12:09:36 +00:00
tonio
803346cf36 add the option.mk file i forgot in last commits
Thanks rillig@ for catching this !
2006-10-02 21:02:03 +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
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +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
joerg
03fae5dea2 Explicitly link weechat-curses with LIBINTL, if it isn't picked up
already. Fixes build on DragonFly.
2006-01-10 13:05:33 +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
rillig
2a561bc9cb Added RCS Id to patch-ac. 2005-05-24 15:50:26 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
0cbe9b3900 Add RMD160 digests in addition to SHA1 ones 2005-02-23 15:59:10 +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