- bump AUTOCONF_VERSION to 2.71: is what upstream uses to generate the
tarball anyway.
- add new LDEP on libqrencode.
- disable gdk-pixbuf dependency: is used only to scale avatars before
uploading them and we seem to avoid big dependencies for profanity.
plus regen the patches and fix a typo in the configure: the generated
variable name is `enable_gdk_pixbuf' and not `enable_pixbuf'; otherwise
it always links to gdk-pixbuf even if disabled.
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
from me and sthen.
ok sthen@
Profanity is a console based XMPP client written in C using ncurses and
libstrophe, inspired by irssi.
Features:
* Supports XMPP chat services, including Google Talk and Facebook.
* Command driven user interface.
* Customizable functionality and user interface.
* OTR (Off The Record) message encryption.
* Chat room support.
* Roster management.
* Flexible resource and priority settings.
* Desktop notifications.
* Unicode support.
* Integrated DuckDuckGo searching.
* Send tiny URLs.