| Port details on branch 2020Q3 |
- libircclient IRC library to create IRC clients
- 1.10 irc
=0 1.10Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2008-11-29 20:12:04
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- Also Listed In: devel
- License: LGPL3+
- WWW:
- https://www.ulduzsoft.com/libircclient/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- libircclient>0:irc/libircclient
- To install the port:
- cd /usr/ports/irc/libircclient/ && make install clean
- To add the package, run one of these commands:
- pkg install irc/libircclient
- pkg install libircclient
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libircclient
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1584833082
SHA256 (libircclient-1.10.tar.gz) = bbb26f3af348b252c5204917a7f91cfdf172f1b6afbf4df1e561b03e20503c2d
SIZE (libircclient-1.10.tar.gz) = 288863
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- games/megaglest
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for libircclient-1.10:
EXAMPLES=on: Build and/or install examples
IPV6=on: IPv6 protocol support
OPENSSL=on: SSL/TLS support via OpenSSL
===> Use 'make config' to modify these settings
- Options name:
- irc_libircclient
- USES:
- compiler:c11 ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|