diff options
author | hubertf <hubertf@pkgsrc.org> | 2003-04-24 23:57:36 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2003-04-24 23:57:36 +0000 |
commit | 1b39de27b47f5ccd4c20c0a452a1914d26a21fe1 (patch) | |
tree | 5ae2f9391eb8c537afda4e7ca25eb18e8e8f44d0 /chat/licq-gui-console | |
parent | 1b7292f8cc0d8640c99543990f0f17ab7fb10e49 (diff) | |
download | pkgsrc-1b39de27b47f5ccd4c20c0a452a1914d26a21fe1.tar.gz |
Add licq-core-1.2.6, licq-gui-qt-1.2.6 licq-gui-console-1.2.6
Licq-core is a multi-threaded ICQ clone written mostly in C++. It
uses an extensive plugin system to manage many different functions.
The main gui is written using the Qt widget set. Licq is distributed
under GPL with some special QPL exceptions for Qt.
Several GUI plugins for console, Qt etc. are available as seperate
packages, licq-gui-console and licq-gui-qt.
Diffstat (limited to 'chat/licq-gui-console')
-rw-r--r-- | chat/licq-gui-console/DESCR | 11 | ||||
-rw-r--r-- | chat/licq-gui-console/Makefile | 23 | ||||
-rw-r--r-- | chat/licq-gui-console/PLIST | 3 | ||||
-rw-r--r-- | chat/licq-gui-console/distinfo | 4 |
4 files changed, 41 insertions, 0 deletions
diff --git a/chat/licq-gui-console/DESCR b/chat/licq-gui-console/DESCR new file mode 100644 index 00000000000..da11cdfb9dc --- /dev/null +++ b/chat/licq-gui-console/DESCR @@ -0,0 +1,11 @@ +Licq Console Plugin + +This is a console ui plugin for the Licq ICQ client. It is considered beta +at this point and does not have all the features that the qt-gui supports, +however does offer a number of really cool text-mode things. Multiple windows, +contact list pane, log window... + +Running is simply a matter of running licq with the "-p console" switch. +Remember that Licq will save the plugin being run so after running +"licq -p console" once, it will always run with this plugin. Hence when +you want to go back to the gui, use "licq -p qt-gui" the first time at least. diff --git a/chat/licq-gui-console/Makefile b/chat/licq-gui-console/Makefile new file mode 100644 index 00000000000..b1f494479ec --- /dev/null +++ b/chat/licq-gui-console/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/04/24 23:57:36 hubertf Exp $ +# + +DISTNAME= licq-1.2.6 +PKGNAME= ${DISTNAME:C/-/-gui-console-/} +CATEGORIES= chat +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=licq/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.licq.org/ +COMMENT= Curses GUI for licq + +DEPENDS+= licq-core-[0-9]*:../licq-core + +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +WRKSRC= ${WRKDIR:=/${DISTNAME}/plugins/console} + +USE_NCURSES= yes # really use ncurses! + +.include "../../devel/ncurses/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/licq-gui-console/PLIST b/chat/licq-gui-console/PLIST new file mode 100644 index 00000000000..7b7d328a921 --- /dev/null +++ b/chat/licq-gui-console/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/24 23:57:36 hubertf Exp $ +lib/licq/licq_console.la +lib/licq/licq_console.so diff --git a/chat/licq-gui-console/distinfo b/chat/licq-gui-console/distinfo new file mode 100644 index 00000000000..537dccce06b --- /dev/null +++ b/chat/licq-gui-console/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/04/24 23:57:36 hubertf Exp $ + +SHA1 (licq-1.2.6.tar.bz2) = fef2d6d8c9a368313335f3ac0e86128aa24133ef +Size (licq-1.2.6.tar.bz2) = 3282918 bytes |