From a48842ce136a0e26d69664352d55b47ef1dba698 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 29 Nov 2008 20:11:47 +0000 Subject: libircclient is a small but powerful library, which implements client-server IRC protocol. It is designed to be small, fast, portable and compatible to RFC standards, and most IRC clients. libircclient features include: * Full multi-threading support. * Single threads handles all the IRC processing. * Support for single-threaded applications, and socket-based applications, which use select() * Synchronous and asynchronous interfaces. * CTCP support with optional build-in reply code. * Flexible DCC support, including both DCC chat, and DCC file transfer. * Can both initiate and react to initiated DCC. * Can accept or decline DCC sessions asynchronously. * Plain C interface and implementation (possible to use from C++ code, obviously) * Compatible with RFC 1459 and most IRC clients. * Free, licensed under LGPL license. * Good documentation and examples available. WWW: http://libircclient.sourceforge.net/ PR: ports/129278 Submitted by: Julien Laffaye --- irc/libircclient/pkg-plist | 63 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 irc/libircclient/pkg-plist (limited to 'irc/libircclient/pkg-plist') diff --git a/irc/libircclient/pkg-plist b/irc/libircclient/pkg-plist new file mode 100644 index 000000000000..e9ef1183f95e --- /dev/null +++ b/irc/libircclient/pkg-plist @@ -0,0 +1,63 @@ +include/libircclient.h +include/libirc_errors.h +include/libirc_events.h +include/libirc_options.h +lib/libircclient.a +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/censor.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colors.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircftp.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircmud/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircmud/log.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircmud/ircmud.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircmud/log.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircmud/main.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircmud/ircmud.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircmud/config.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircmud/global.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircmud/config.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/irctest.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spammer.c +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/ircmud +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% +%%PORTDOCS%%%%DOCSDIR%%/annotated.html +%%PORTDOCS%%%%DOCSDIR%%/doxygen.css +%%PORTDOCS%%%%DOCSDIR%%/doxygen.png +%%PORTDOCS%%%%DOCSDIR%%/files.html +%%PORTDOCS%%%%DOCSDIR%%/functions.html +%%PORTDOCS%%%%DOCSDIR%%/functions_vars.html +%%PORTDOCS%%%%DOCSDIR%%/globals.html +%%PORTDOCS%%%%DOCSDIR%%/globals_defs.html +%%PORTDOCS%%%%DOCSDIR%%/globals_func.html +%%PORTDOCS%%%%DOCSDIR%%/globals_type.html +%%PORTDOCS%%%%DOCSDIR%%/group__common.html +%%PORTDOCS%%%%DOCSDIR%%/group__conndisc.html +%%PORTDOCS%%%%DOCSDIR%%/group__contexts.html +%%PORTDOCS%%%%DOCSDIR%%/group__ctcp.html +%%PORTDOCS%%%%DOCSDIR%%/group__dccstuff.html +%%PORTDOCS%%%%DOCSDIR%%/group__errorcodes.html +%%PORTDOCS%%%%DOCSDIR%%/group__errors.html +%%PORTDOCS%%%%DOCSDIR%%/group__events.html +%%PORTDOCS%%%%DOCSDIR%%/group__initclose.html +%%PORTDOCS%%%%DOCSDIR%%/group__ircmd__ch.html +%%PORTDOCS%%%%DOCSDIR%%/group__ircmd__msg.html +%%PORTDOCS%%%%DOCSDIR%%/group__ircmd__oth.html +%%PORTDOCS%%%%DOCSDIR%%/group__nnparse.html +%%PORTDOCS%%%%DOCSDIR%%/group__options.html +%%PORTDOCS%%%%DOCSDIR%%/group__rfcnumbers.html +%%PORTDOCS%%%%DOCSDIR%%/group__running.html +%%PORTDOCS%%%%DOCSDIR%%/group__sendcmds.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/libirc__doc_8h.html +%%PORTDOCS%%%%DOCSDIR%%/libirc__doc__faq_8h.html +%%PORTDOCS%%%%DOCSDIR%%/libirc__errors_8h.html +%%PORTDOCS%%%%DOCSDIR%%/libirc__events_8h.html +%%PORTDOCS%%%%DOCSDIR%%/libirc__options_8h.html +%%PORTDOCS%%%%DOCSDIR%%/libirc__rfcnumeric_8h.html +%%PORTDOCS%%%%DOCSDIR%%/pages.html +%%PORTDOCS%%%%DOCSDIR%%/libircclient_8h.html +%%PORTDOCS%%%%DOCSDIR%%/modules.html +%%PORTDOCS%%%%DOCSDIR%%/pagefaq.html +%%PORTDOCS%%%%DOCSDIR%%/structirc__callbacks__t.html +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% -- cgit v1.2.3