Index: head/net-im/mcabber/Makefile =================================================================== --- head/net-im/mcabber/Makefile (revision 396081) +++ head/net-im/mcabber/Makefile (revision 396082) @@ -1,60 +1,62 @@ # Created by: vsevolod # $FreeBSD$ PORTNAME= mcabber -PORTVERSION= 0.10.2 -PORTREVISION= 7 +PORTVERSION= 1.0.0 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Small Jabber console client LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth -USES= gettext iconv libtool ncurses pkgconfig shebangfix tar:bzip2 -SHEBANG_FILES= contrib/cicq2mcabber.pl \ - contrib/events/mcnotify.py +USES= gettext iconv libtool ncurses pathfix pkgconfig tar:bzip2 +USE_GNOME= glib20 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-sigwinch --libdir=${PREFIX}/lib +CONFIGURE_ARGS= --disable-hgcset --enable-sigwinch +INSTALL_TARGET= install-strip + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_LDCONFIG= yes -USE_GNOME= glib20 -OPTIONS_DEFINE= GPGME OTR -OPTIONS_RADIO= SPELL +OPTIONS_DEFINE= EXAMPLES GPGME OTR +OPTIONS_RADIO= SPELL OPTIONS_RADIO_SPELL= ASPELL ENCHANT -OPTIONS_SUB= yes -GPGME_DESC= Use security/gpgme for PGP support -OTR_DESC= Off-the-record messaging support -ENCHANT_DESC= Spell checking via enchant +ENCHANT_DESC= Spell checking support via Enchant +GPGME_DESC= OpenPGP support via GPGME +OTR_DESC= Off-the-record messaging support -GPGME_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme -GPGME_CONFIGURE_ENABLE= gpgme +OPTIONS_SUB= yes + ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell ASPELL_CONFIGURE_ENABLE=aspell + ENCHANT_LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant ENCHANT_CONFIGURE_ENABLE=enchant -OTR_LIB_DEPENDS= libotr.so.2:${PORTSDIR}/security/libotr3 \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt + +GPGME_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme +GPGME_CONFIGURE_ENABLE= gpgme + +OTR_LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libotr.so:${PORTSDIR}/security/libotr OTR_CONFIGURE_ENABLE= otr post-patch: - @${REINPLACE_CMD} -e 's|$$"$${datadir}"|"$${datadir}"|;s|-O2||'\ - -e 's|$$"$${libdir}|"$${libdir}|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.* + @${REINPLACE_CMD} -e 's|$$"$${libdir}|"$${libdir}|' \ + -e 's|-O2 $$CFLAGS|$$CFLAGS|' ${WRKSRC}/configure post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mcabber/*.so - @${INSTALL} -d ${STAGEDIR}${EXAMPLESDIR}/ - @${INSTALL} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/ - @${CP} -R ${WRKSRC}/contrib ${STAGEDIR}${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/mcabberrc.example ${STAGEDIR}${EXAMPLESDIR}/mcabberrc + ${INSTALL_DATA} ${WRKSRC}/mcabber.desktop \ + ${STAGEDIR}${PREFIX}/share/applications + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/mcabberrc.example \ + ${STAGEDIR}${EXAMPLESDIR}/mcabberrc + @(cd ${WRKSRC} && ${COPYTREE_SHARE} contrib \ + ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/net-im/mcabber/distinfo =================================================================== --- head/net-im/mcabber/distinfo (revision 396081) +++ head/net-im/mcabber/distinfo (revision 396082) @@ -1,2 +1,2 @@ -SHA256 (mcabber-0.10.2.tar.bz2) = e246d153f93a75b4f45879f447434db070503c9903bf3f995af396b3b94586f8 -SIZE (mcabber-0.10.2.tar.bz2) = 604378 +SHA256 (mcabber-1.0.0.tar.bz2) = 5476bcba395e0b9527823f5a9bce725151756f685ce2dcf6fad3dbe50a157032 +SIZE (mcabber-1.0.0.tar.bz2) = 602173 Index: head/net-im/mcabber/pkg-plist =================================================================== --- head/net-im/mcabber/pkg-plist (revision 396081) +++ head/net-im/mcabber/pkg-plist (revision 396082) @@ -1,395 +1,404 @@ bin/mcabber include/mcabber/api.h include/mcabber/caps.h include/mcabber/commands.h include/mcabber/compl.h include/mcabber/config.h include/mcabber/events.h include/mcabber/fifo.h include/mcabber/hbuf.h include/mcabber/help.h -include/mcabber/hgcset.h include/mcabber/histolog.h include/mcabber/hooks.h include/mcabber/logprint.h include/mcabber/main.h include/mcabber/modules.h %%OTR%%include/mcabber/nohtml.h %%OTR%%include/mcabber/otr.h include/mcabber/pgp.h include/mcabber/roster.h include/mcabber/screen.h include/mcabber/settings.h include/mcabber/utf8.c include/mcabber/utf8.h include/mcabber/utils.h include/mcabber/xmpp.h include/mcabber/xmpp_defines.h include/mcabber/xmpp_helper.h include/mcabber/xmpp_iq.h include/mcabber/xmpp_iqrequest.h include/mcabber/xmpp_muc.h include/mcabber/xmpp_s10n.h lib/mcabber/libbeep.so -lib/mcabber/libxttitle.so -lib/mcabber/liburlregex.so lib/mcabber/libfifo.so +lib/mcabber/liburlregex.so +lib/mcabber/libxttitle.so libdata/pkgconfig/mcabber.pc man/man1/mcabber.1.gz share/applications/mcabber.desktop -%%EXAMPLESDIR%%/mcabberrc -%%DATADIR%%/help/en/hlp.txt -%%DATADIR%%/help/en/hlp_add.txt -%%DATADIR%%/help/en/hlp_alias.txt -%%DATADIR%%/help/en/hlp_authorization.txt -%%DATADIR%%/help/en/hlp_bind.txt -%%DATADIR%%/help/en/hlp_buffer.txt -%%DATADIR%%/help/en/hlp_chat_disable.txt -%%DATADIR%%/help/en/hlp_clear.txt -%%DATADIR%%/help/en/hlp_color.txt -%%DATADIR%%/help/en/hlp_connect.txt -%%DATADIR%%/help/en/hlp_del.txt -%%DATADIR%%/help/en/hlp_disconnect.txt -%%DATADIR%%/help/en/hlp_echo.txt -%%DATADIR%%/help/en/hlp_event.txt -%%DATADIR%%/help/en/hlp_group.txt -%%DATADIR%%/help/en/hlp_help.txt -%%DATADIR%%/help/en/hlp_iline.txt -%%DATADIR%%/help/en/hlp_info.txt -%%DATADIR%%/help/en/hlp_module.txt -%%DATADIR%%/help/en/hlp_move.txt -%%DATADIR%%/help/en/hlp_msay.txt -%%DATADIR%%/help/en/hlp_otr.txt -%%DATADIR%%/help/en/hlp_otrpolicy.txt -%%DATADIR%%/help/en/hlp_pgp.txt -%%DATADIR%%/help/en/hlp_quit.txt -%%DATADIR%%/help/en/hlp_rawxml.txt -%%DATADIR%%/help/en/hlp_rename.txt -%%DATADIR%%/help/en/hlp_request.txt -%%DATADIR%%/help/en/hlp_room.txt -%%DATADIR%%/help/en/hlp_roster.txt -%%DATADIR%%/help/en/hlp_say.txt -%%DATADIR%%/help/en/hlp_say_to.txt -%%DATADIR%%/help/en/hlp_screen_refresh.txt -%%DATADIR%%/help/en/hlp_set.txt -%%DATADIR%%/help/en/hlp_source.txt -%%DATADIR%%/help/en/hlp_status.txt -%%DATADIR%%/help/en/hlp_status_to.txt -%%DATADIR%%/help/en/hlp_version.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/cicq2mcabber.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/events/eventcmd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/events/eventcmd.osd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/events/eventcmd.pastebin +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/events/mcnotify-osx.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/events/mcnotify.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/filter_statusmsg.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/merge_history.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/themes/light.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/themes/light2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/themes/mikael-256.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/themes/oliver.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/vim/mcabber_log-ftdetect.vim +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contrib/vim/mcabber_log-syntax.vim +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcabberrc %%DATADIR%%/help/cs/hlp.txt %%DATADIR%%/help/cs/hlp_add.txt %%DATADIR%%/help/cs/hlp_alias.txt %%DATADIR%%/help/cs/hlp_authorization.txt %%DATADIR%%/help/cs/hlp_bind.txt %%DATADIR%%/help/cs/hlp_buffer.txt +%%DATADIR%%/help/cs/hlp_carbons.txt %%DATADIR%%/help/cs/hlp_chat_disable.txt %%DATADIR%%/help/cs/hlp_clear.txt %%DATADIR%%/help/cs/hlp_color.txt %%DATADIR%%/help/cs/hlp_connect.txt %%DATADIR%%/help/cs/hlp_del.txt %%DATADIR%%/help/cs/hlp_disconnect.txt %%DATADIR%%/help/cs/hlp_echo.txt %%DATADIR%%/help/cs/hlp_event.txt %%DATADIR%%/help/cs/hlp_group.txt %%DATADIR%%/help/cs/hlp_help.txt %%DATADIR%%/help/cs/hlp_iline.txt %%DATADIR%%/help/cs/hlp_info.txt %%DATADIR%%/help/cs/hlp_module.txt %%DATADIR%%/help/cs/hlp_move.txt %%DATADIR%%/help/cs/hlp_msay.txt %%DATADIR%%/help/cs/hlp_otr.txt %%DATADIR%%/help/cs/hlp_otrpolicy.txt %%DATADIR%%/help/cs/hlp_pgp.txt %%DATADIR%%/help/cs/hlp_quit.txt %%DATADIR%%/help/cs/hlp_rawxml.txt %%DATADIR%%/help/cs/hlp_rename.txt %%DATADIR%%/help/cs/hlp_request.txt %%DATADIR%%/help/cs/hlp_room.txt %%DATADIR%%/help/cs/hlp_roster.txt %%DATADIR%%/help/cs/hlp_say.txt %%DATADIR%%/help/cs/hlp_say_to.txt %%DATADIR%%/help/cs/hlp_screen_refresh.txt %%DATADIR%%/help/cs/hlp_set.txt %%DATADIR%%/help/cs/hlp_source.txt %%DATADIR%%/help/cs/hlp_status.txt %%DATADIR%%/help/cs/hlp_status_to.txt %%DATADIR%%/help/cs/hlp_version.txt %%DATADIR%%/help/de/hlp.txt %%DATADIR%%/help/de/hlp_add.txt %%DATADIR%%/help/de/hlp_alias.txt %%DATADIR%%/help/de/hlp_authorization.txt %%DATADIR%%/help/de/hlp_bind.txt %%DATADIR%%/help/de/hlp_buffer.txt +%%DATADIR%%/help/de/hlp_carbons.txt %%DATADIR%%/help/de/hlp_chat_disable.txt %%DATADIR%%/help/de/hlp_clear.txt %%DATADIR%%/help/de/hlp_color.txt %%DATADIR%%/help/de/hlp_connect.txt %%DATADIR%%/help/de/hlp_del.txt %%DATADIR%%/help/de/hlp_disconnect.txt %%DATADIR%%/help/de/hlp_echo.txt %%DATADIR%%/help/de/hlp_event.txt %%DATADIR%%/help/de/hlp_group.txt %%DATADIR%%/help/de/hlp_help.txt %%DATADIR%%/help/de/hlp_iline.txt %%DATADIR%%/help/de/hlp_info.txt %%DATADIR%%/help/de/hlp_module.txt %%DATADIR%%/help/de/hlp_move.txt %%DATADIR%%/help/de/hlp_msay.txt %%DATADIR%%/help/de/hlp_otr.txt %%DATADIR%%/help/de/hlp_otrpolicy.txt %%DATADIR%%/help/de/hlp_pgp.txt %%DATADIR%%/help/de/hlp_quit.txt %%DATADIR%%/help/de/hlp_rawxml.txt %%DATADIR%%/help/de/hlp_rename.txt %%DATADIR%%/help/de/hlp_request.txt %%DATADIR%%/help/de/hlp_room.txt %%DATADIR%%/help/de/hlp_roster.txt %%DATADIR%%/help/de/hlp_say.txt %%DATADIR%%/help/de/hlp_say_to.txt %%DATADIR%%/help/de/hlp_screen_refresh.txt %%DATADIR%%/help/de/hlp_set.txt %%DATADIR%%/help/de/hlp_source.txt %%DATADIR%%/help/de/hlp_status.txt %%DATADIR%%/help/de/hlp_status_to.txt %%DATADIR%%/help/de/hlp_version.txt +%%DATADIR%%/help/en/hlp.txt +%%DATADIR%%/help/en/hlp_add.txt +%%DATADIR%%/help/en/hlp_alias.txt +%%DATADIR%%/help/en/hlp_authorization.txt +%%DATADIR%%/help/en/hlp_bind.txt +%%DATADIR%%/help/en/hlp_buffer.txt +%%DATADIR%%/help/en/hlp_carbons.txt +%%DATADIR%%/help/en/hlp_chat_disable.txt +%%DATADIR%%/help/en/hlp_clear.txt +%%DATADIR%%/help/en/hlp_color.txt +%%DATADIR%%/help/en/hlp_connect.txt +%%DATADIR%%/help/en/hlp_del.txt +%%DATADIR%%/help/en/hlp_disconnect.txt +%%DATADIR%%/help/en/hlp_echo.txt +%%DATADIR%%/help/en/hlp_event.txt +%%DATADIR%%/help/en/hlp_group.txt +%%DATADIR%%/help/en/hlp_help.txt +%%DATADIR%%/help/en/hlp_iline.txt +%%DATADIR%%/help/en/hlp_info.txt +%%DATADIR%%/help/en/hlp_module.txt +%%DATADIR%%/help/en/hlp_move.txt +%%DATADIR%%/help/en/hlp_msay.txt +%%DATADIR%%/help/en/hlp_otr.txt +%%DATADIR%%/help/en/hlp_otrpolicy.txt +%%DATADIR%%/help/en/hlp_pgp.txt +%%DATADIR%%/help/en/hlp_quit.txt +%%DATADIR%%/help/en/hlp_rawxml.txt +%%DATADIR%%/help/en/hlp_rename.txt +%%DATADIR%%/help/en/hlp_request.txt +%%DATADIR%%/help/en/hlp_room.txt +%%DATADIR%%/help/en/hlp_roster.txt +%%DATADIR%%/help/en/hlp_say.txt +%%DATADIR%%/help/en/hlp_say_to.txt +%%DATADIR%%/help/en/hlp_screen_refresh.txt +%%DATADIR%%/help/en/hlp_set.txt +%%DATADIR%%/help/en/hlp_source.txt +%%DATADIR%%/help/en/hlp_status.txt +%%DATADIR%%/help/en/hlp_status_to.txt +%%DATADIR%%/help/en/hlp_version.txt %%DATADIR%%/help/fr/hlp.txt %%DATADIR%%/help/fr/hlp_add.txt %%DATADIR%%/help/fr/hlp_alias.txt %%DATADIR%%/help/fr/hlp_authorization.txt %%DATADIR%%/help/fr/hlp_bind.txt %%DATADIR%%/help/fr/hlp_buffer.txt +%%DATADIR%%/help/fr/hlp_carbons.txt %%DATADIR%%/help/fr/hlp_chat_disable.txt %%DATADIR%%/help/fr/hlp_clear.txt %%DATADIR%%/help/fr/hlp_color.txt %%DATADIR%%/help/fr/hlp_connect.txt %%DATADIR%%/help/fr/hlp_del.txt %%DATADIR%%/help/fr/hlp_disconnect.txt %%DATADIR%%/help/fr/hlp_echo.txt %%DATADIR%%/help/fr/hlp_event.txt %%DATADIR%%/help/fr/hlp_group.txt %%DATADIR%%/help/fr/hlp_help.txt %%DATADIR%%/help/fr/hlp_iline.txt %%DATADIR%%/help/fr/hlp_info.txt %%DATADIR%%/help/fr/hlp_module.txt %%DATADIR%%/help/fr/hlp_move.txt %%DATADIR%%/help/fr/hlp_msay.txt %%DATADIR%%/help/fr/hlp_otr.txt %%DATADIR%%/help/fr/hlp_otrpolicy.txt %%DATADIR%%/help/fr/hlp_pgp.txt %%DATADIR%%/help/fr/hlp_quit.txt %%DATADIR%%/help/fr/hlp_rawxml.txt %%DATADIR%%/help/fr/hlp_rename.txt %%DATADIR%%/help/fr/hlp_request.txt %%DATADIR%%/help/fr/hlp_room.txt %%DATADIR%%/help/fr/hlp_roster.txt %%DATADIR%%/help/fr/hlp_say.txt %%DATADIR%%/help/fr/hlp_say_to.txt %%DATADIR%%/help/fr/hlp_screen_refresh.txt %%DATADIR%%/help/fr/hlp_set.txt %%DATADIR%%/help/fr/hlp_source.txt %%DATADIR%%/help/fr/hlp_status.txt %%DATADIR%%/help/fr/hlp_status_to.txt %%DATADIR%%/help/fr/hlp_version.txt %%DATADIR%%/help/it/hlp.txt %%DATADIR%%/help/it/hlp_add.txt %%DATADIR%%/help/it/hlp_alias.txt %%DATADIR%%/help/it/hlp_authorization.txt %%DATADIR%%/help/it/hlp_bind.txt %%DATADIR%%/help/it/hlp_buffer.txt +%%DATADIR%%/help/it/hlp_carbons.txt %%DATADIR%%/help/it/hlp_chat_disable.txt %%DATADIR%%/help/it/hlp_clear.txt %%DATADIR%%/help/it/hlp_color.txt %%DATADIR%%/help/it/hlp_connect.txt %%DATADIR%%/help/it/hlp_del.txt %%DATADIR%%/help/it/hlp_disconnect.txt %%DATADIR%%/help/it/hlp_echo.txt %%DATADIR%%/help/it/hlp_event.txt %%DATADIR%%/help/it/hlp_group.txt %%DATADIR%%/help/it/hlp_help.txt %%DATADIR%%/help/it/hlp_iline.txt %%DATADIR%%/help/it/hlp_info.txt %%DATADIR%%/help/it/hlp_module.txt %%DATADIR%%/help/it/hlp_move.txt %%DATADIR%%/help/it/hlp_msay.txt %%DATADIR%%/help/it/hlp_otr.txt %%DATADIR%%/help/it/hlp_otrpolicy.txt %%DATADIR%%/help/it/hlp_pgp.txt %%DATADIR%%/help/it/hlp_quit.txt %%DATADIR%%/help/it/hlp_rawxml.txt %%DATADIR%%/help/it/hlp_rename.txt %%DATADIR%%/help/it/hlp_request.txt %%DATADIR%%/help/it/hlp_room.txt %%DATADIR%%/help/it/hlp_roster.txt %%DATADIR%%/help/it/hlp_say.txt %%DATADIR%%/help/it/hlp_say_to.txt %%DATADIR%%/help/it/hlp_screen_refresh.txt %%DATADIR%%/help/it/hlp_set.txt %%DATADIR%%/help/it/hlp_source.txt %%DATADIR%%/help/it/hlp_status.txt %%DATADIR%%/help/it/hlp_status_to.txt %%DATADIR%%/help/it/hlp_version.txt %%DATADIR%%/help/nl/hlp.txt %%DATADIR%%/help/nl/hlp_add.txt %%DATADIR%%/help/nl/hlp_alias.txt %%DATADIR%%/help/nl/hlp_authorization.txt %%DATADIR%%/help/nl/hlp_bind.txt %%DATADIR%%/help/nl/hlp_buffer.txt +%%DATADIR%%/help/nl/hlp_carbons.txt %%DATADIR%%/help/nl/hlp_chat_disable.txt %%DATADIR%%/help/nl/hlp_clear.txt %%DATADIR%%/help/nl/hlp_color.txt %%DATADIR%%/help/nl/hlp_connect.txt %%DATADIR%%/help/nl/hlp_del.txt %%DATADIR%%/help/nl/hlp_disconnect.txt %%DATADIR%%/help/nl/hlp_echo.txt %%DATADIR%%/help/nl/hlp_event.txt %%DATADIR%%/help/nl/hlp_group.txt %%DATADIR%%/help/nl/hlp_help.txt %%DATADIR%%/help/nl/hlp_iline.txt %%DATADIR%%/help/nl/hlp_info.txt %%DATADIR%%/help/nl/hlp_module.txt %%DATADIR%%/help/nl/hlp_move.txt %%DATADIR%%/help/nl/hlp_msay.txt %%DATADIR%%/help/nl/hlp_otr.txt %%DATADIR%%/help/nl/hlp_otrpolicy.txt %%DATADIR%%/help/nl/hlp_pgp.txt %%DATADIR%%/help/nl/hlp_quit.txt %%DATADIR%%/help/nl/hlp_rawxml.txt %%DATADIR%%/help/nl/hlp_rename.txt %%DATADIR%%/help/nl/hlp_request.txt %%DATADIR%%/help/nl/hlp_room.txt %%DATADIR%%/help/nl/hlp_roster.txt %%DATADIR%%/help/nl/hlp_say.txt %%DATADIR%%/help/nl/hlp_say_to.txt %%DATADIR%%/help/nl/hlp_screen_refresh.txt %%DATADIR%%/help/nl/hlp_set.txt %%DATADIR%%/help/nl/hlp_source.txt %%DATADIR%%/help/nl/hlp_status.txt %%DATADIR%%/help/nl/hlp_status_to.txt %%DATADIR%%/help/nl/hlp_version.txt %%DATADIR%%/help/pl/hlp.txt %%DATADIR%%/help/pl/hlp_add.txt %%DATADIR%%/help/pl/hlp_alias.txt %%DATADIR%%/help/pl/hlp_authorization.txt %%DATADIR%%/help/pl/hlp_bind.txt %%DATADIR%%/help/pl/hlp_buffer.txt +%%DATADIR%%/help/pl/hlp_carbons.txt %%DATADIR%%/help/pl/hlp_chat_disable.txt %%DATADIR%%/help/pl/hlp_clear.txt %%DATADIR%%/help/pl/hlp_color.txt %%DATADIR%%/help/pl/hlp_connect.txt %%DATADIR%%/help/pl/hlp_del.txt %%DATADIR%%/help/pl/hlp_disconnect.txt %%DATADIR%%/help/pl/hlp_echo.txt %%DATADIR%%/help/pl/hlp_event.txt %%DATADIR%%/help/pl/hlp_group.txt %%DATADIR%%/help/pl/hlp_help.txt %%DATADIR%%/help/pl/hlp_iline.txt %%DATADIR%%/help/pl/hlp_info.txt %%DATADIR%%/help/pl/hlp_module.txt %%DATADIR%%/help/pl/hlp_move.txt %%DATADIR%%/help/pl/hlp_msay.txt %%DATADIR%%/help/pl/hlp_otr.txt %%DATADIR%%/help/pl/hlp_otrpolicy.txt %%DATADIR%%/help/pl/hlp_pgp.txt %%DATADIR%%/help/pl/hlp_quit.txt %%DATADIR%%/help/pl/hlp_rawxml.txt %%DATADIR%%/help/pl/hlp_rename.txt %%DATADIR%%/help/pl/hlp_request.txt %%DATADIR%%/help/pl/hlp_room.txt %%DATADIR%%/help/pl/hlp_roster.txt %%DATADIR%%/help/pl/hlp_say.txt %%DATADIR%%/help/pl/hlp_say_to.txt %%DATADIR%%/help/pl/hlp_screen_refresh.txt %%DATADIR%%/help/pl/hlp_set.txt %%DATADIR%%/help/pl/hlp_source.txt %%DATADIR%%/help/pl/hlp_status.txt %%DATADIR%%/help/pl/hlp_status_to.txt %%DATADIR%%/help/pl/hlp_version.txt %%DATADIR%%/help/ru/hlp.txt %%DATADIR%%/help/ru/hlp_add.txt %%DATADIR%%/help/ru/hlp_alias.txt %%DATADIR%%/help/ru/hlp_authorization.txt %%DATADIR%%/help/ru/hlp_bind.txt %%DATADIR%%/help/ru/hlp_buffer.txt +%%DATADIR%%/help/ru/hlp_carbons.txt %%DATADIR%%/help/ru/hlp_chat_disable.txt %%DATADIR%%/help/ru/hlp_clear.txt %%DATADIR%%/help/ru/hlp_color.txt %%DATADIR%%/help/ru/hlp_connect.txt %%DATADIR%%/help/ru/hlp_del.txt %%DATADIR%%/help/ru/hlp_disconnect.txt %%DATADIR%%/help/ru/hlp_echo.txt %%DATADIR%%/help/ru/hlp_event.txt %%DATADIR%%/help/ru/hlp_group.txt %%DATADIR%%/help/ru/hlp_help.txt %%DATADIR%%/help/ru/hlp_iline.txt %%DATADIR%%/help/ru/hlp_info.txt %%DATADIR%%/help/ru/hlp_module.txt %%DATADIR%%/help/ru/hlp_move.txt %%DATADIR%%/help/ru/hlp_msay.txt %%DATADIR%%/help/ru/hlp_otr.txt %%DATADIR%%/help/ru/hlp_otrpolicy.txt %%DATADIR%%/help/ru/hlp_pgp.txt %%DATADIR%%/help/ru/hlp_quit.txt %%DATADIR%%/help/ru/hlp_rawxml.txt %%DATADIR%%/help/ru/hlp_rename.txt %%DATADIR%%/help/ru/hlp_request.txt %%DATADIR%%/help/ru/hlp_room.txt %%DATADIR%%/help/ru/hlp_roster.txt %%DATADIR%%/help/ru/hlp_say.txt %%DATADIR%%/help/ru/hlp_say_to.txt %%DATADIR%%/help/ru/hlp_screen_refresh.txt %%DATADIR%%/help/ru/hlp_set.txt %%DATADIR%%/help/ru/hlp_source.txt %%DATADIR%%/help/ru/hlp_status.txt %%DATADIR%%/help/ru/hlp_status_to.txt %%DATADIR%%/help/ru/hlp_version.txt %%DATADIR%%/help/uk/hlp.txt %%DATADIR%%/help/uk/hlp_add.txt %%DATADIR%%/help/uk/hlp_alias.txt %%DATADIR%%/help/uk/hlp_authorization.txt %%DATADIR%%/help/uk/hlp_bind.txt %%DATADIR%%/help/uk/hlp_buffer.txt +%%DATADIR%%/help/uk/hlp_carbons.txt %%DATADIR%%/help/uk/hlp_chat_disable.txt %%DATADIR%%/help/uk/hlp_clear.txt %%DATADIR%%/help/uk/hlp_color.txt %%DATADIR%%/help/uk/hlp_connect.txt %%DATADIR%%/help/uk/hlp_del.txt %%DATADIR%%/help/uk/hlp_disconnect.txt %%DATADIR%%/help/uk/hlp_echo.txt %%DATADIR%%/help/uk/hlp_event.txt %%DATADIR%%/help/uk/hlp_group.txt %%DATADIR%%/help/uk/hlp_help.txt %%DATADIR%%/help/uk/hlp_iline.txt %%DATADIR%%/help/uk/hlp_info.txt %%DATADIR%%/help/uk/hlp_module.txt %%DATADIR%%/help/uk/hlp_move.txt %%DATADIR%%/help/uk/hlp_msay.txt %%DATADIR%%/help/uk/hlp_otr.txt %%DATADIR%%/help/uk/hlp_otrpolicy.txt %%DATADIR%%/help/uk/hlp_pgp.txt %%DATADIR%%/help/uk/hlp_quit.txt %%DATADIR%%/help/uk/hlp_rawxml.txt %%DATADIR%%/help/uk/hlp_rename.txt %%DATADIR%%/help/uk/hlp_request.txt %%DATADIR%%/help/uk/hlp_room.txt %%DATADIR%%/help/uk/hlp_roster.txt %%DATADIR%%/help/uk/hlp_say.txt %%DATADIR%%/help/uk/hlp_say_to.txt %%DATADIR%%/help/uk/hlp_screen_refresh.txt %%DATADIR%%/help/uk/hlp_set.txt %%DATADIR%%/help/uk/hlp_source.txt %%DATADIR%%/help/uk/hlp_status.txt %%DATADIR%%/help/uk/hlp_status_to.txt %%DATADIR%%/help/uk/hlp_version.txt -%%DATADIR%%/contrib/events/eventcmd.osd -%%DATADIR%%/contrib/events/eventcmd -%%DATADIR%%/contrib/events/eventcmd.pastebin -%%DATADIR%%/contrib/events/mcnotify.py -%%DATADIR%%/contrib/themes/light.txt -%%DATADIR%%/contrib/themes/light2.txt -%%DATADIR%%/contrib/themes/oliver.txt -%%DATADIR%%/contrib/themes/mikael-256.txt -%%DATADIR%%/contrib/vim/mcabber_log-ftdetect.vim -%%DATADIR%%/contrib/vim/mcabber_log-syntax.vim -%%DATADIR%%/contrib/cicq2mcabber.pl -%%DATADIR%%/contrib/filter_statusmsg.py -%%DATADIR%%/contrib/merge_history.py