From 5f70ae89b65066ca36c5e4ab473a5c39e042b287 Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 17 Feb 2019 10:17:46 +0000 Subject: chat/quassel: Import version 0.13.1, based on work in pkgsrc-wip. Quassel IRC is a modern, cross-platform, distributed IRC client based on the Qt framework. Distributed means that one (or multiple) client(s) can attach to and detach from a central core that stays permanently online -- much like the popular combination of screen and a text-based IRC client such as WeeChat, and similar to (but much more featureful than) so-called BNCs. Re-attaching your client will show your IRC session in the same state as you left it in (plus whatever happened while you were gone), and this even when you re-attach from a different location. In addition, Quassel IRC can be used like a traditional client, with providing both client and core functionality in one binary. This so-called "Monolithic Client" completely hides the distributed nature, so for a purely local installation, Quassel IRC can be setup very easily. --- chat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chat/Makefile') diff --git a/chat/Makefile b/chat/Makefile index f1514e02c0e..da141eb8d48 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.214 2019/01/30 10:34:16 nia Exp $ +# $NetBSD: Makefile,v 1.215 2019/02/17 10:17:46 nia Exp $ # COMMENT= Communication programs @@ -113,6 +113,7 @@ SUBDIR+= py-hangups SUBDIR+= py-mastodon SUBDIR+= py-nbxmpp SUBDIR+= py-xmpppy +SUBDIR+= quassel SUBDIR+= quirc SUBDIR+= riece SUBDIR+= roxirc -- cgit v1.2.3