diff options
author | nia <nia@pkgsrc.org> | 2018-09-19 21:01:29 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-09-19 21:01:29 +0000 |
commit | 50309a36d5360d5d114f25818edb76a745ac663a (patch) | |
tree | 03f5af3498c44ce9ae1a7eecf880c7bdc1442699 /chat/gajim | |
parent | 78f5262b040f597b33d45d3a2906c13ba5fbff5c (diff) | |
download | pkgsrc-50309a36d5360d5d114f25818edb76a745ac663a.tar.gz |
gajim: Update DESCR. It hasn't been called Jabber for a long time now.
Diffstat (limited to 'chat/gajim')
-rw-r--r-- | chat/gajim/DESCR | 28 | ||||
-rw-r--r-- | chat/gajim/Makefile | 5 |
2 files changed, 17 insertions, 16 deletions
diff --git a/chat/gajim/DESCR b/chat/gajim/DESCR index 0998f5df6f1..0422e430726 100644 --- a/chat/gajim/DESCR +++ b/chat/gajim/DESCR @@ -1,17 +1,17 @@ -Gajim is a Jabber client written in PyGTK. The goal of Gajim's developers -is to provide a full featured and easy to use xmpp client for the GTK+ -users. Gajim does not require GNOME to run, eventhough it exists with it -nicely. Gajim is released under the GNU General Public License +Gajim is a graphical XMPP/Jabber client written in Python. The goal +of Gajim's developers is to provide a full featured and easy to use +XMPP client. FEATURES: -* Tabbed chat windows -* Group chat support (with MUC protocol) -* Emoticons, Avatars, File transfer, URL grabber, Bookmarks -* Systray icon, Speller -* TLS and GPG support (with SSL legacy support) -* Transport Registration support -* Service Discovery including Nodes -* Wikipedia, dictionary and search engine lookup +* Tabbed chat window and single window modes +* Group chat support (with Multi-User Chat protocol), invitation, chat +to group chat transformation, minimize group chat to roster +* Emoticons, avatars, PEP (user activity, mood and tune) +* File transfer, room bookmarks +* Metacontacts support +* Tray icon, speller, extended chat history functionalities +* Transport registration support +* Service discovery including nodes, user search * Multiple accounts support -* DBus Capabilities -* XML Console +* DBus capabilities +* XML console diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile index 70d91bc7585..eebc0415b3a 100644 --- a/chat/gajim/Makefile +++ b/chat/gajim/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.38 2018/09/19 16:18:32 nia Exp $ +# $NetBSD: Makefile,v 1.39 2018/09/19 21:01:29 nia Exp $ DISTNAME= gajim-1.0.3 +PKGREVISION= 1 CATEGORIES= chat python MASTER_SITES= https://www.gajim.org/downloads/1.0/ MAINTAINER= nia@NetBSD.org HOMEPAGE= http://www.gajim.org/ -COMMENT= Jabber client written in PyGTK +COMMENT= XMPP/Jabber chat client written in Python/GTK3 LICENSE= gnu-gpl-v3 USE_TOOLS+= gettext |