From owner-cvs-all@FreeBSD.ORG Sat Nov 29 20:11:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64340106564A; Sat, 29 Nov 2008 20:11:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 55EAF8FC1D; Sat, 29 Nov 2008 20:11:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mATKBlH7091163; Sat, 29 Nov 2008 20:11:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mATKBlte091162; Sat, 29 Nov 2008 20:11:47 GMT (envelope-from miwi) Message-Id: <200811292011.mATKBlte091162@repoman.freebsd.org> From: Martin Wilke Date: Sat, 29 Nov 2008 20:11:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc Makefile ports/irc/libircclient Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2008 20:11:47 -0000 miwi 2008-11-29 20:11:47 UTC FreeBSD ports repository Modified files: irc Makefile Added files: irc/libircclient Makefile distinfo pkg-descr pkg-plist Log: 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 Revision Changes Path 1.178 +1 -0 ports/irc/Makefile 1.1 +38 -0 ports/irc/libircclient/Makefile (new) 1.1 +3 -0 ports/irc/libircclient/distinfo (new) 1.1 +21 -0 ports/irc/libircclient/pkg-descr (new) 1.1 +63 -0 ports/irc/libircclient/pkg-plist (new)