Bug 129278 - [NEW PORT] irc/libircclient: An IRC library to create IRC clients
Summary: [NEW PORT] irc/libircclient: An IRC library to create IRC clients
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-29 14:20 UTC by Julien Laffaye
Modified: 2008-11-29 20:20 UTC (History)
0 users

See Also:


Attachments
libircclient-1.2.shar (5.83 KB, text/plain)
2008-11-29 14:20 UTC, Julien Laffaye
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Laffaye 2008-11-29 14:20:01 UTC
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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-11-29 15:01:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-11-29 20:11:40 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-11-29 20:11:55 UTC
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 <kimelto at gmail.com>
  
  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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"