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) combination for a given watch list. This is what FreshPorts will look for.

non port: irc/pear-Net_SmartIRC/Makefile

Number of commits found: 31

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
Saturday, 22 May 2021
16:20 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*/pear-*: Take maintainership
commit hash: 0ab32182bcf87f7e936c8ea58e408058e7ed4727 commit hash: 0ab32182bcf87f7e936c8ea58e408058e7ed4727 commit hash: 0ab32182bcf87f7e936c8ea58e408058e7ed4727 commit hash: 0ab32182bcf87f7e936c8ea58e408058e7ed4727 0ab3218
Tuesday, 4 May 2021
16:57 Rene Ladan (rene) search for other commits by this committer
*: reset miwi's ports after safekeeping his ports bit.

Hat:	portmgr-secretary
commit hash: 727adba8e56a5ada32e20e20f83eb1ade3a1f501 commit hash: 727adba8e56a5ada32e20e20f83eb1ade3a1f501 commit hash: 727adba8e56a5ada32e20e20f83eb1ade3a1f501 commit hash: 727adba8e56a5ada32e20e20f83eb1ade3a1f501 727adba
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
Friday, 6 Mar 2020
17:33 joneum search for other commits by this committer
hand over Maintainership to miwi

Sponsored by:	Netzkommune GmbH
Original commitRevision:527886 
Friday, 2 Aug 2019
07:09 joneum search for other commits by this committer
Update to 1.1.14

Sponsored by:	Netzkommune GmbH
Original commitRevision:507857 
Saturday, 12 May 2018
10:20 joneum search for other commits by this committer
Update to 1.1.13

Changelog:
* Corrected return value of isConnected() to match docs
Original commitRevision:469726 
Wednesday, 9 May 2018
20:58 joneum search for other commits by this committer
Update to 1.1.12

Changelog:

* Fix composer autoload path
* Fix PHP notices
* Implement Feature #23746: added method to get connection status
* Updated HTML documentation
Original commitRevision:469468 
Thursday, 13 Jul 2017
16:14 joneum search for other commits by this committer
- irc/pear-Net_SmartIRC: Update from 1.1.10 to 1.1.11
- Changelog: https://pear.php.net/package/Net_SmartIRC/download/

Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11568
Original commitRevision:445661 
Tuesday, 16 May 2017
13:37 joneum search for other commits by this committer
-	Update maintainer address

Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
Original commitRevision:441000 
Monday, 26 Dec 2016
14:44 wen search for other commits by this committer
- Update to 1.1.10

PR:		215567
Submitted by:	joneum@bsdproject.de(maintainer)
Original commitRevision:429529 
Thursday, 3 Nov 2016
06:32 jbeich search for other commits by this committer
Pass maintainership of PEAR ports to the submitter

PR:		214011 214012 214013 214014 214015 214016 214017
PR:		214018 214019 214021 214022 214023 214024 214025
PR:		214026 214027 214028 214029 214030 214031 214032
PR:		214033 214034 214035 214036 214037 214038 214039
PR:		214040 214041 214042 214043 214044 214045 214046
PR:		214047 214048 214049 214050 214051 214052 214053
PR:		214054 214055 214056 214057 214058 214059 214060
PR:		214061 214062 214063 214064 214066 214067 214068
PR:		214071 214072 214073 214074 214075 214076 214077
PR:		214078 214079 214080 214081 214082 214083 214084
PR:		214085 214086 214087 214088 214089 214090 214091
PR:		214092 214093 214094 214095 214096 214097 214098
PR:		214099 214100 214101 214102 214103 214104 214108
PR:		214109 214110 214111 214112 214113 214114 214115
PR:		214116 214117 214118 214119 214120 214121 214122
PR:		214123 214124 214125 214126 214127 214128 214129
PR:		214130 214131 214132 214133 214134 214135 214136
PR:		214137 214138 214139 214140 214141 214142 214143
PR:		214144 214145 214146 214147 214148 214149 214150
PR:		214151 214152
Submitted by:	Jochen Neumeister <joneum@bsdproject.de>
Original commitRevision:425191 
Monday, 25 Jul 2016
20:01 rene search for other commits by this committer
Reset miwi@'s ports, he stepped down from the Ports Team.

With hat:	portmgr-secretary
Original commitRevision:419057 
Friday, 27 Nov 2015
07:40 miwi search for other commits by this committer
- Update to 1.1.9

Approved by:	bapt (mentor)
Original commitRevision:402475 
Thursday, 26 Nov 2015
12:04 miwi search for other commits by this committer
- Take Maintainership

Approved by:	mat (mentor)
Original commitRevision:402439 
Thursday, 13 Aug 2015
17:38 sunpoet search for other commits by this committer
- Update to 1.1.8
- Add NO_ARCH

Changes:	http://pear.php.net/package/Net_SmartIRC/download/
Original commitRevision:394169 
Thursday, 23 Apr 2015
14:01 vanilla search for other commits by this committer
Upgrade to 1.1.7.
Original commitRevision:384582 
Monday, 19 Jan 2015
08:11 vanilla search for other commits by this committer
Upgrade to 1.1.6, add LICESNE.
Original commitRevision:377389 
Tuesday, 18 Nov 2014
09:37 bapt search for other commits by this committer
Reset miwi's maintainership per his demand

Hope to see you back! Thank for all the work!
Original commitRevision:372709 
Tuesday, 23 Sep 2014
16:38 bapt search for other commits by this committer
Convert to USES=pear
Original commitRevision:369090 
Monday, 25 Nov 2013
17:59 antoine search for other commits by this committer
Stage support for non-IGNORED pear classes

Tested by:	poudriere
Approved by:	portmgr (bapt)
Original commitRevision:334871 
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 
Friday, 15 Mar 2013
02:42 miwi search for other commits by this committer
- Convert to PEAR_AUTOINSTALL
- Trim header
Original commitRevision:314237 
Saturday, 21 Jan 2012
17:40 eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
Original commit
Thursday, 4 Nov 2010
10:00 miwi search for other commits by this committer
- Update to 1.0.2
Original commit
Wednesday, 22 Jul 2009
22:40 miwi search for other commits by this committer
- Take maintainership
Original commit
20:35 pgollucci search for other commits by this committer
- Update to 1.0.1
Original commit
Saturday, 23 Sep 2006
00:23 linimon search for other commits by this committer
Reset maintainership of ports assigned to antonio@php.net after numerous
maintainer-timeouts and no response to email.  We hope to see him back.

Hat:            portmgr
Original commit
Friday, 9 Dec 2005
19:24 ale search for other commits by this committer
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with: thierry, antonio@php.net
Original commit
Monday, 30 May 2005
22:12 flz search for other commits by this committer
- Add pear-Net_SmartIRC PEAR class for communication with IRC networks.

PR:             ports/81663
Submitted by:   Antonio Carlos Venancio Junior <antonio@php.net>
Original commit

Number of commits found: 31