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
mping Mping network statistics collector
2.01_1 net on this many watch lists=1 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.01Version 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: 2005-12-21 20:03:49
Last Update: 2024-01-09 10:32:17
Commit Hash: 03c7f3c
People watching this port, also watch:: mplayer-skins, libao, gutenprint, ladspa
License: GPLv2+
WWW:
http://mping.uninett.no/
Description:
Mping is a system for collecting packet delay and loss statistics in a TCP/IP network using ICMP echo. Mping is based on original ping(8) with following new features: - Ability to ping multiple hosts simultaneously - Prints 10/50/90-percentile as well as min/avg/max.
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 (5 items)
Collapse this list.
  1. sbin/mping
  2. share/man/man8/mping.8.gz
  3. /usr/local/share/licenses/mping-2.01_1/catalog.mk
  4. /usr/local/share/licenses/mping-2.01_1/LICENSE
  5. /usr/local/share/licenses/mping-2.01_1/GPLv2+
Collapse this list.
Dependency lines:
  • mping>0:net/mping
To install the port:
cd /usr/ports/net/mping/ && make install clean
To add the package, run one of these commands:
  • pkg install net/mping
  • pkg install mping
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: mping
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (mping-2.01.tar.gz) = 7728ef3e31299b453e3d7cbb70b2ba0cdd3f5a9a71cae691b9756a7a3a76dde1 SIZE (mping-2.01.tar.gz) = 159203

Packages (timestamps in pop-ups are UTC):
mping
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.01_12.01_12.012.01_12.01_1-2.01-
FreeBSD:13:quarterly2.012.012.012.012.012.012.012.01
FreeBSD:14:latest2.01_12.01_12.012.01_12.01_12.01-2.01
FreeBSD:14:quarterly2.012.01-2.012.012.012.012.01
FreeBSD:15:latest2.01_12.01_1n/a2.01_1n/a2.01_12.01_12.01_1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for mping-2.01_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
net_mping
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://mping.uninett.no/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.01_1
09 Jan 2024 10:32:17
commit hash: 03c7f3c4124caf0cd8735753986ee630eadd37a1commit hash: 03c7f3c4124caf0cd8735753986ee630eadd37a1commit hash: 03c7f3c4124caf0cd8735753986ee630eadd37a1commit hash: 03c7f3c4124caf0cd8735753986ee630eadd37a1 files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
MANPREFIX: eleminate its usage  and move man to share/man
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.01
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.01
20 Jul 2022 14:22:37
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

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

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.01
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.01
09 Oct 2019 12:17:15
Revision:514143Original commit files touched by this commit
bapt search for other commits by this committer
Drop the ipv6 virtual category for n* category as it is not relevant anymore
2.01
19 May 2016 10:44:12
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
2.01
12 Jan 2016 16:20:32
Revision:405891Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
2.01
31 Dec 2015 10:59:37
Revision:404933Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE
- Switch to options helpers
2.01
06 Feb 2014 07:23:51
Revision:342944Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
2.01
20 Sep 2013 22:10:25
Revision:327755Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
2.01
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
2.01
21 Dec 2009 02:19:12
Original commit files touched by this commit
dougb search for other commits by this committer
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2.01
11 Jul 2009 15:52:03
Original commit files touched by this commit
miwi search for other commits by this committer
- Drop maintainership
2.01
09 Mar 2009 18:37:10
Original commit files touched by this commit
miwi search for other commits by this committer
- Take over maintainership
2.01
08 Nov 2006 09:28:33
Original commit files touched by this commit
farrokhi search for other commits by this committer
Change my email address to farrokhi@ in all ports that I maintain.
Approved by:    miwi (mentor)
2.01
21 Dec 2005 20:02:54
Original commit files touched by this commit
ehaupt search for other commits by this committer
Add mping. Mping is a system for collecting packet delay and loss
statistics in a TCP/IP network using ICMP echo.

Mping is based on original ping(8) with following new features:

- Ability to ping multiple hosts simultaneously
- Prints 10/50/90-percentile as well as min/avg/max.

PR:             90653
Submitted by:   Babak Farrokhi <babak@farrokhi.net>

Number of commits found: 17