aboutsummaryrefslogtreecommitdiff
path: root/irc/libircclient
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Maintainer reset for jlaffayeYuri Victorovich2021-02-181-1/+1
| | | | | | | | | | Reason: Many bug reports (including bug#253256) related to jlaffaye's ports timed out in the period from April 2020 to now. PR: 253256 Approved by: jlaffaye (maintainer's timeout 14 days) Notes: svn path=/head/; revision=565988
* Partially revert r530801Adam Weinberger2020-04-061-1/+1
| | | | | | | | | | | | The maintainer reset rule was not applied correctly. jlaffaye's ports are reassigned back to him, with the exception of lang/go where both quantity and length of timeouts made the reset appropriate and necessary. With hat: portmgr Notes: svn path=/head/; revision=530892
* Reset maintainer for ports maintaned by jlaffaye@.Yuri Victorovich2020-04-051-1/+1
| | | | | | | | | | | | | As per policy, based on timeouts on * www/py-scgi: bug#244982 * textproc/discount: bug#244981 * devel/py-python-gflags: bug#244965 * lang/go: bug#244783, https://reviews.freebsd.org/D24122 * news/py-yenc: bug#239309 * irc/libircclient: bug#221567 Notes: svn path=/head/; revision=530801
* irc/libircclient: fix build on GCC architecturesPiotr Kubaj2020-03-291-0/+1
| | | | | | | | Use newer GCC that supports missing flags: cc1: error: unrecognized command line option "-Wno-misleading-indentation" Notes: svn path=/head/; revision=529836
* irc/libircclient: Update 1.7 -> 1.10Yuri Victorovich2020-03-213-18/+16
| | | | | | | | PR: 221567 Approved by: jlaffaye (maintainer's timeout; 2.5 years) Notes: svn path=/head/; revision=528888
* irc/libircclient: Fix build with OpenSSL 1.1.1Tobias Kortkamp2018-12-091-0/+1
| | | | | | | | | PR: 232126 Submitted by: ndowens@yahoo.com Approved by: jlaffaye (maintainer timeout, 2 months) Notes: svn path=/head/; revision=487026
* - Fix license (sources mention LGPLv3+)Dmitry Marakasov2017-11-151-10/+7
| | | | | | | | | | - Add LICENSE_FILE - Simplify and unsilence installation Approved by: portmgr blanket Notes: svn path=/head/; revision=454226
* irc/libircclient: Set SSL flags, update to modern options frameworkJohn Marino2016-09-101-11/+6
| | | | | | | Approved by: SSL and options blankets Notes: svn path=/head/; revision=421725
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-3/+1
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371570
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* - Update to 1.7Julien Laffaye2014-03-094-57/+9
| | | | | | | | - Add LGPL20 license - Fix WWW style in pkg-descr Notes: svn path=/head/; revision=347668
* Convert to stagingGuido Falsi2014-01-271-11/+8
| | | | | | | Approved by: jlaffaye (maintainer) Notes: svn path=/head/; revision=341458
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | irc) Notes: svn path=/head/; revision=327736
* Convert jlaffayes's ports to new options frameworkBaptiste Daroussin2013-01-061-11/+9
| | | | | | | Approved by: jlaffaye Notes: svn path=/head/; revision=310017
* - Uptade to 1.6 [1]Julien Laffaye2012-02-263-9/+25
| | | | | | | | | | - Use BUILD_WRKSRC instead of custom do-build target PR: ports/165126 [1] Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> Notes: svn path=/head/; revision=292280
* Update my e-mail to my FreeBSD one.Julien Laffaye2011-06-081-1/+1
| | | | | | | | | While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE} Approved by: bapt (mentor) Notes: svn path=/head/; revision=275235
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 1.3Beech Rintoul2009-01-103-13/+6
| | | | | | | | PR: ports/130344 Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer) Notes: svn path=/head/; revision=225669
* libircclient is a small but powerful library, which implements client-serverMartin Wilke2008-11-294-0/+125
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> Notes: svn path=/head/; revision=223549