29 Commits

Author SHA1 Message Date
sthen
dae9f91e31 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:39 +00:00
ajacoutot
477a45da5b WANTLIB: pcre -> pcre2-8 after recent glib2 update. 2022-11-05 17:07:21 +00:00
op
30dde110bd update net/profanity to 0.13.1
bugfix release:

 - fixed configure parameter detection (upstreamed)
 - improve plugins management
 - fix build with plugins enabled for python >= 3.11
 - add `gruvbox_transparent' theme
 - fix detection for welcome screen
 - improve opnening of URLs by spawning external programs asynchronously
2022-10-13 07:19:27 +00:00
op
2a373dbe88 update net/profanity to 0.13.0
- 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.
2022-09-15 16:30:58 +00:00
op
ba7b4f4110 update net/profanity to 0.12.1
Taking over the maintainership.
OK Florian Viehweger (previous maintainer)
2022-07-28 20:59:06 +00:00
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
op
bee041f650 update net/profanity to 0.11.1
diff from maintainer Florian Viehweger, OK sthen@ rsadowski@
2021-11-21 09:47:35 +00:00
sthen
3fb7cdbcf6 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:35 +00:00
rsadowski
71a2954409 Update profanity to 0.11.0
https://github.com/profanity-im/profanity/releases/tag/0.11.0

Switch from deprecated libmesode to libstrophe

Update diff from Florian Viehweger, tweaks by sthen@
2021-09-10 04:30:58 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
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.
2021-02-23 19:39:08 +00:00
solene
dd7001fc47 Register new maintainer Florian Viehweger <openbsd at out-of-creativity.de> 2021-02-07 20:49:32 +00:00
kn
de4173071b update to profanity 0.10.0
Remove Luas as MAINTAINER as per their request.
2021-01-17 17:08:09 +00:00
rsadowski
a8f673691c Update profanity to 0.9.5
Init diff from 3un0s, tweaked diff from maintainer Lucas.
2020-07-12 07:18:03 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
rsadowski
a224521282 Update profanity to 0.9.4
Diff from new maintainer lucas at sexy dot is
2020-06-29 04:54:59 +00:00
rsadowski
c6d08ad369 Update profanity to 0.9.0 2020-06-18 20:44:16 +00:00
rsadowski
4254e5553f Update profanity to 0.8.1
Diff and tested by Lucas <lucas A sexy DOT is>
2020-02-10 05:56:59 +00:00
rsadowski
a0968cab40 Bugfix update profanity to 0.7.1 2019-10-02 17:34:33 +00:00
rsadowski
a0e863c54b Update profanity to 0.7.0
This update includes OMEMO support

Initial diff from Lucas <lucas AT sexy DOT is> (thanks!) with AUTOMAKE_VERSION
tweaks by sthen@ (thanks!).

OK kn@
2019-09-13 09:04:05 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
rsadowski
ec06a0b559 Update profanity to 0.6.0
Switch from net/libstrophe to net/libmesode which enables TLS support

Tweaks and OK from kn@ (Thanks!)
2019-03-03 19:40:03 +00:00
rsadowski
349142b091 Change my email address and bump 2018-07-01 11:52:40 +00:00
rsadowski
90ef8ccd79 Bump after security/gpgme update 2018-04-14 10:14:04 +00:00
tb
49baa5e969 minor update to 0.5.1, from MAINTAINER rsadowski
tested by feinerer and myself
ok feinerer (who also spotted and fixed a missing python dependency)
2017-02-06 21:57:55 +00:00
tb
189dba3c62 update profanity to 0.5.0. From Rafael Sadowski
ok feinerer
2016-11-29 22:26:57 +00:00
sthen
e892b359c7 fix BUILD_DEPENDS 2016-04-26 09:35:38 +00:00
tb
efd40e6178 add devel/cmocka as TEST_DEPENDS. Pointed out by Rafael Sadowski
with help from jca@
2016-04-25 21:01:45 +00:00
tb
f5d2ae8386 Import the profanity console client. From Rafael Sadowski with tweaks
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.
2016-04-25 17:46:38 +00:00