notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: irc/libircclient/Makefile

Number of commits found: 21

Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
irc: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  A. Gabriel <backslash@BSDCode.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Alexey Mikhailov <karma@ez.pereslavl.ru>
  *  Alfred Perlstein <alfred@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Ben Hutchinson <benhutch@xfiles.org.uk>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Chess Griffin <chess@chessgriffin.com>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Craig Edwards <brain@mail1.chatspike.net>
  *  David Bushong <david+ports@bushong.net>
  *  David Taylor <davidt@yadt.co.uk>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Dominic Marks <dom@cus.org.uk>
  *  Edini <ports@edini.net>
  *  Eugeny Kuzakov <CoreDumped@CoreDumped.null.ru>
  *  Evgueni V. Gavrilov <aquatique@rusunix.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerrit Beine <tux@pinguru.net>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Hye-Shik Chang
  *  Jase Thew <freebsd@beardz.net>
  *  Jens Holmqvist <zparta@hispan.se>
  *  Jimbo Bahooli <griffin@blackhole.iceworld.org>
  *  Jonas Kvinge <jonas@night-light.net>
  *  Josh Paetzel <josh@tcbug.org>
  *  Julien Laffaye <kimelto@gmail.com>
  *  KIMURA Yasuhiro <yasu@utahime.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Makoto Matsushita <matusita@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Masahiro Teramoto <markun@onohara.to>
  *  Matthew West <mwest@uct.ac.za>
  *  Maxim Ignatenko
  *  Michael Ranner
  *  Oliver Eikemeier
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Romain Tartiere <romain@blogreen.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Shaun Amott <shaun@inerd.com>
  *  Steve Wills <swills@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TERAMOTO Masahiro <markun@onohara.to>
  *  Tim Bishop <tim@bishnet.net>
  *  Timothy Redaelli <drizzt@gufi.org>
  *  Travis Poppe <tlp@liquidx.org>
  *  Ulrich Spoerlein <q@uni.de>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Walter Venable <weaseal@hotmail.com>
  *  Walter Venable <weaseal@users.sourceforge.net>
  *  Wen Heping <wenheping@gmail.com>
  *  Will Andrews <andrews@technologist.com>
  *  clement
  *  db
  *  elvstone@gmail.com
  *  gahr
  *  hrs
  *  ijliao
  *  koji@jet.es
  *  milki <milki@rescomp.berkeley.edu>
  *  perlguy@perlguy.com
  *  pgl@instinct.org
  *  sec@42.org
  *  tdb
  *  torstenb

With hat:	portmgr
commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 6ec0477
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 18 Feb 2021
21:06 yuri search for other commits by this committer
Maintainer reset for jlaffaye

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)
Original commitRevision:565988 
Monday, 6 Apr 2020
17:04 adamw search for other commits by this committer
Partially revert r530801

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
Original commitRevision:530892 
Sunday, 5 Apr 2020
18:33 yuri search for other commits by this committer
Reset maintainer for ports maintaned by jlaffaye@.

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
Original commitRevision:530801 
Sunday, 29 Mar 2020
21:02 pkubaj search for other commits by this committer
irc/libircclient: fix build on GCC architectures

Use newer GCC that supports missing flags:
cc1: error: unrecognized command line option "-Wno-misleading-indentation"
Original commitRevision:529836 
Saturday, 21 Mar 2020
23:41 yuri search for other commits by this committer
irc/libircclient: Update 1.7 -> 1.10

PR:		221567
Approved by:	jlaffaye (maintainer's timeout; 2.5 years)
Original commitRevision:528888 
Sunday, 9 Dec 2018
06:39 tobik search for other commits by this committer
irc/libircclient: Fix build with OpenSSL 1.1.1

PR:		232126
Submitted by:	ndowens@yahoo.com
Approved by:	jlaffaye (maintainer timeout, 2 months)
Original commitRevision:487026 
Wednesday, 15 Nov 2017
09:00 amdmi3 search for other commits by this committer
- Fix license (sources mention LGPLv3+)
- Add LICENSE_FILE
- Simplify and unsilence installation

Approved by:	portmgr blanket
Original commitRevision:454226 
Saturday, 10 Sep 2016
18:32 marino search for other commits by this committer
irc/libircclient: Set SSL flags, update to modern options framework

Approved by:	SSL and options blankets
Original commitRevision:421725 
Tuesday, 19 Jul 2016
11:04 mat search for other commits by this committer
When there is a do-install target, do not use a post-install target, do
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
Original commitRevision:418767 
Friday, 13 Jun 2014
07:36 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
Original commitRevision:357654 
Sunday, 9 Mar 2014
17:16 jlaffaye search for other commits by this committer
- Update to 1.7
- Add LGPL20 license
- Fix WWW style in pkg-descr
Original commitRevision:347668 
Monday, 27 Jan 2014
21:30 madpilot search for other commits by this committer
Convert to staging

Approved by:	jlaffaye (maintainer)
Original commitRevision:341458 
Friday, 20 Sep 2013
18:44 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
Original commitRevision:327736 
Sunday, 6 Jan 2013
21:33 bapt search for other commits by this committer
Convert jlaffayes's ports to new options framework

Approved by:	jlaffaye
Original commitRevision:310017 
Sunday, 26 Feb 2012
21:24 jlaffaye search for other commits by this committer
- 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>
Original commit
Wednesday, 8 Jun 2011
16:52 jlaffaye search for other commits by this committer
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)
Original commit
Saturday, 10 Jan 2009
19:46 beech search for other commits by this committer
- Update to 1.3

PR:             ports/130344
Submitted by:   Julien Laffaye <kimelto@gmail.com> (maintainer)
Original commit
Saturday, 29 Nov 2008
20:11 miwi search for other commits by this committer
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>
Original commit

Number of commits found: 21