A text mode menu- and window-driven IM interface Maintained by:clsung@FreeBSD.org Port Added: 09 Nov 2005 17:26:38
Centericq is a text mode menu- and window-driven IM interface that
supports the ICQ2000, Yahoo!, MSN, AIM, and IRC protocols. It allows you
to send, receive, and forward messages, URLs, SMSes, contacts, and email
express messages. It also lets you set your own and fetch others' away
messages, and define external handlers for incoming events. You can
mass message-send, search for users, view users' details, maintain
your contact list directly from the program, view the message history,
register a new UIN and update your details, be informed upon receipt
of email messages, automatically set away after the defined period of
inactivity, and have your own ignore, visible, and invisible lists.
It can also associate events with sounds, make log of events, and
allows arrangement of contacts into groups.
WWW: http://konst.org.ua/centericq/
To install the port:cd /usr/ports/net-im/centericq/ && make install clean To add the package:pkg_add -r centericq
Configuration Options
===> The following configuration options are available for centericq-4.21.0_9:
NLS=on (default) "Native Language Support"
MULTIBYTE=off (default) "Multibyte Support"
FRIBIDI=off (default) "Fribidi Support"
MSN=off (default) "Support for MSN Protocol"
YAHOO=off (default) "Support for Yahoo! Messenger Protocol"
AIM=off (default) "Support for AOL's Instant Messenger Protocol"
IRC=off (default) "Support for IRC Protocol"
JABBER=off (default) "Support for Jabber Protocol"
GPGME=on (default) "Support for PGP encrypted Jabber messages"
RSS=off (default) "Support for RSS"
LJ=off (default) "Support for LiveJournal"
GG=off (default) "Support for Gadu-Gadu Protocol"
===> Use 'make config' to modify these settings
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports
- fix signal 11 problem on amd64 when trying to join irc channel. [1]
- Fix yet one bug in libicq code. We don't need to free "it", since it
was never allocated. This tends to core dumps. [2]
PR: ports/102203 [1], ports/102405 [2]
Submitted by: pasear <wchunhao_AT_cs dot nctu dot edu dot tw> [1], Stanislav
Sedov <ssedov_AT_mbsd dot msk dot ru> [2]