1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Julien Laffaye
70d4e4c37a - Uptade to 1.6 [1]
- Use BUILD_WRKSRC instead of custom do-build target

PR:		ports/165126 [1]
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw>
2012-02-26 21:24:04 +00:00
Julien Laffaye
e93d85f4d6 Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}

Approved by:	bapt (mentor)
2011-06-08 16:52:32 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Beech Rintoul
38104b0ab7 - Update to 1.3
PR:		ports/130344
Submitted by:	Julien Laffaye <kimelto@gmail.com> (maintainer)
2009-01-10 19:46:20 +00:00
Martin Wilke
a48842ce13 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 <kimelto at gmail.com>
2008-11-29 20:11:47 +00:00