diff options
author | tonio <tonio@pkgsrc.org> | 2009-11-03 22:22:31 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2009-11-03 22:22:31 +0000 |
commit | 10ce67e656f4450d521a26520c5faa88f627a885 (patch) | |
tree | f15db50c22d07b44e06ac64b1f5ed7f8d1aa662c /chat/weechat/PLIST | |
parent | 33fc187f9480f02b7ce267bf6d06881675bb5c84 (diff) | |
download | pkgsrc-10ce67e656f4450d521a26520c5faa88f627a885.tar.gz |
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)
Diffstat (limited to 'chat/weechat/PLIST')
-rw-r--r-- | chat/weechat/PLIST | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/chat/weechat/PLIST b/chat/weechat/PLIST index adef1970cf4..d65e6b848db 100644 --- a/chat/weechat/PLIST +++ b/chat/weechat/PLIST @@ -1,25 +1,21 @@ -@comment $NetBSD: PLIST,v 1.11 2009/07/18 06:04:33 tonio Exp $ +@comment $NetBSD: PLIST,v 1.12 2009/11/03 22:22:31 tonio Exp $ bin/weechat-curses +include/weechat/weechat-plugin.h +lib/pkgconfig/weechat.pc ${PLIST.lua}lib/weechat/plugins/lua.la ${PLIST.perl}lib/weechat/plugins/perl.la ${PLIST.python}lib/weechat/plugins/python.la ${PLIST.ruby}lib/weechat/plugins/ruby.la ${PLIST.charset}lib/weechat/plugins/charset.la -man/man1/weechat-curses.1 -share/doc/weechat/html/de/weechat-doc.css -share/doc/weechat/html/en/weechat-doc.css -share/doc/weechat/html/fr/weechat-doc.css -share/doc/weechat/weechat_quickstart.cs.txt -share/doc/weechat/weechat_quickstart.de.txt -share/doc/weechat/weechat_quickstart.en.txt -share/doc/weechat/weechat_quickstart.fr.txt -share/doc/weechat/weechat_quickstart.pl.txt -share/doc/weechat/weechat_quickstart.ru.txt -share/doc/weechat/weechat_quickstart.sco.txt -share/doc/weechat/weechat_quickstart.sv.txt +lib/weechat/plugins/alias.la +lib/weechat/plugins/fifo.la +lib/weechat/plugins/irc.la +lib/weechat/plugins/logger.la +lib/weechat/plugins/xfer.la share/locale/cs/LC_MESSAGES/weechat.mo share/locale/de/LC_MESSAGES/weechat.mo share/locale/es/LC_MESSAGES/weechat.mo share/locale/fr/LC_MESSAGES/weechat.mo share/locale/hu/LC_MESSAGES/weechat.mo +share/locale/pl/LC_MESSAGES/weechat.mo share/locale/ru/LC_MESSAGES/weechat.mo |