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.

Port details
mirmon Monitor the status of mirrors
2.11_1 misc on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.11_1Version 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 search for ports maintained by this maintainer
Port Added: 2004-06-15 02:11:37
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: not specified in port
WWW:
http://www.cs.uu.nl/people/henkp/mirmon/
Description:
Many project are mirrored worldwide. Mirmon helps in monitoring these mirrors. In a concise graphic format, mirmon shows each site's history of the last two weeks, making it easy to spot stale or dead mirrors. Mirmon quietly probes a subset of the sites in a given list, writes the results in the 'state' file, and generates a Web page with the results
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (2 items)
Collapse this list.
  1. bin/mirmon
  2. bin/probe
Collapse this list.
Dependency lines:
  • mirmon>0:misc/mirmon
To install the port:
cd /usr/ports/misc/mirmon/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/mirmon
  • pkg install mirmon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: mirmon
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1470125451 SHA256 (mirmon-2.11.tar.gz) = db02edd28f785cf1662e42134cc5bcc35acc1689719c2b69310b4416c3798e67 SIZE (mirmon-2.11.tar.gz) = 72482

Packages (timestamps in pop-ups are UTC):
mirmon
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.11_12.11_12.11_12.11_12.11_1-2.11_1-
FreeBSD:13:quarterly2.11_12.11_12.11_12.11_12.11_12.11_12.11_12.11_1
FreeBSD:14:latest2.11_12.11_12.11_12.11_12.11_12.11_1-2.11_1
FreeBSD:14:quarterly2.11_12.11_1-2.11_12.11_12.11_12.11_12.11_1
FreeBSD:15:latest2.11_12.11_1n/a2.11_1n/a2.11_12.11_12.11_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for mirmon-2.11_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
misc_mirmon
USES:
perl5 shebangfix
pkg-message:
For install:
The program is intended to be run by cron every hour. 42 * * * * perl /usr/local/bin/mirmon -q -get update It quietly probes a subset of the sites in a given list, writes the results in the 'state' file and generates a web page with the results. The subset contains the sites that are new, bad and/or not probed for a specified time. When no 'get' option is specified, the program just generates a new web page from the last known state. The program checks the mirrors by running a (user specified) program on a pipe. A (user specified) number of probes is run in parallel using nonblocking IO. When something can be read from the pipe, it switches the pipe to blocking IO and reads one line from the pipe. Then it flushes and closes the pipe. No attempt is made to kill the probe. The probe should return something that looks like "1043625600\n", that is, a timestamp followed by a newline. The exit status of the probe is ignored.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.staff.science.uu.nl/~penni101/mirmon/
Collapse this list.

Number of commits found: 32

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.11_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.11_1
20 Jul 2022 14:22:28
commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1commit hash: b832da1849e4bcfff05da62c69ee4a556e83d2d1 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
misc: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adam@vectors.cx>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan E <alane@FreeBSD.org>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alex Stangl <alex@stangl.us>
  *  Alexander Logvinov <avl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nusov <alexander.nusov@nfvexpress.com>
  *  Alexander Timoshenko <gonzo@univ.kiev.ua>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.11_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.11_1
05 Oct 2020 17:45:32
Revision:551530Original commit files touched by this commit
rene search for other commits by this committer
Return jadawin@'s ports to the pool after taking in his commit bit.

With hat:	portmgr-secretary
2.11_1
13 Aug 2019 22:29:43
Revision:508882Original commit files touched by this commit
mat search for other commits by this committer
onvert to UCL & cleanup pkg-message (categories l-m)
2.11_1
06 Jan 2019 12:36:43
Revision:489484Original commit files touched by this commit
tobik search for other commits by this committer
misc/mirmon: Do not set USES twice and properly declare Perl run dependency
2.11
03 Aug 2016 09:31:15
Revision:419503Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 2.11
2.10
19 May 2016 11:09:14
Revision:415503Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-messages

Approved by:	portmgr blanket
2.10
28 Dec 2014 13:23:23
Revision:375721Original commit files touched by this commit
antoine search for other commits by this committer
- Distfile was rerolled, the only difference is in the gzip compression,
.tar files do not differ
- Clean up
2.10
04 Sep 2014 15:06:08
Revision:367279Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 2.10
2.9
21 Feb 2014 13:38:12
Revision:345421Original commit files touched by this commit
ehaupt search for other commits by this committer
Remove trailing whitespaces from category misc
2.9
10 Feb 2014 13:54:28
Revision:343634Original commit files touched by this commit
ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2.9
27 Dec 2013 15:13:08
Revision:337738Original commit files touched by this commit
jadawin search for other commits by this committer
- Fix SUB_LIST

Notified by:	ohauer@
2.9
27 Dec 2013 14:47:58
Revision:337733Original commit files touched by this commit
jadawin search for other commits by this committer
- support STAGE
20 Sep 2013 20:50:59
Revision:327745Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc)
2.9
21 Aug 2013 12:55:13
Revision:325122Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 2.9
- Fix header
- Convert to new perl framework
- Convert to new options framework
2.8
13 Mar 2013 14:08:25
Revision:314089Original commit files touched by this commit
jadawin search for other commits by this committer
- Fix header
2.8
13 Mar 2013 13:55:41
Revision:314087Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 2.8
- Changelog:
http://www.staff.science.uu.nl/~penni101/mirmon/svn/trunk/RELEASE-NOTES
2.7
18 Dec 2012 09:08:32
Revision:309152Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 2.7
- Changelog:
http://www.staff.science.uu.nl/~penni101/mirmon/svn/trunk/RELEASE-NOTES
2.6
30 May 2012 15:29:30
Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 2.6
- Changelog:
http://www.staff.science.uu.nl/~penni101/mirmon/svn/trunk/RELEASE-NOTES
2.5
04 May 2012 13:09:32
Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 2.5
2.4
19 Jan 2011 12:34:31
Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 2.4
- Changelog:
https://subversion.cs.uu.nl/repos/staff.henkp.mirmon/trunk/RELEASE-NOTES

Feature safe:   yes
2.3
17 Mar 2010 13:16:35
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 2.3

Approved by:    maintainer (jadawin)
1.38
12 Mar 2008 13:27:28
Original commit files touched by this commit
jadawin search for other commits by this committer
- Update maintainer address

Approved by:    thierry (mentor)
1.38
23 Oct 2007 11:40:58
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.3.8
- Pass maintainership to submitter

PR:             117300
Submitted by:   Philippe Audeoud <jadawin@tuxaco.net>
1.37
29 Jan 2007 17:18:03
Original commit files touched by this commit
miwi search for other commits by this committer
- Add backup MASTER_SITES

Submitted by:   pointyhat
1.37
09 Dec 2006 10:00:38
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.37
1.36
10 May 2006 22:37:39
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
1.36
25 Nov 2005 16:09:33
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
1.36
19 Feb 2005 08:07:42
Original commit files touched by this commit
krion search for other commits by this committer
Update to version 1.36

PR:             ports/77712
Submitted by:   Sam Lawrance <boris at brooknet.com.au>
1.34
15 Jun 2004 02:03:45
Original commit files touched by this commit
ijliao search for other commits by this committer
add mirmon 1.34
Monitor the status of mirrors

Number of commits found: 32