Port details |
- apinger IP device monitoring tool
- 0.6.1_3 net =7 0.6.1_3Version of this port present on the latest quarterly branch.
- Maintainer: portmaster@bsdforge.com
- Port Added: 2002-07-18 13:09:02
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: nmap, netcat, p5-libwww, p5-MIME-Tools, xpdf
- License: GPLv2
- WWW:
- http://www.bnet.pl/~jajcus/apinger/
- Description:
- Alarm Pinger (apinger) is a little tool which monitors various IP
devices by simple ICMP echo requests. Unlike most Perl or shell
script tools, it does not spawn processes or use much CPU time,
and is ideal for when one wants continuous monitoring and fast
response upon target failure. It is written in C and supports both
IPv4 and IPv6.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/apinger/ && make install clean
- To add the package, run one of these commands:
- pkg install net/apinger
- pkg install apinger
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: apinger
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (apinger-0.6.1.tar.gz) = 0a30273d03e81e0ef2ecfa85916f5582b3f3773701f225960cfbfa71b4f2e2c4
SIZE (apinger-0.6.1.tar.gz) = 134127
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bison : devel/bison
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for apinger-0.6.1_3:
DOCS=on: Build and/or install documentation
IPV6=on: IPv6 protocol support
===> Use 'make config' to modify these settings
- Options name:
- net_apinger
- USES:
- bison
- pkg-message:
- For install:
- Please copy:
${PREFIX}/etc/apinger.conf.sample to ${PREFIX}/etc/apinger.conf
& edit to your needs.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
0.6.1_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.6.1_3 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
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 ) |
0.6.1_3 04 May 2022 15:42:00 |
Koichiro Iwao (meta) |
Assign multiple ports to submitter
PR: 263732 263733 263734 263735 263736 263737 263738 |
0.6.1_3 02 May 2022 11:06:43 |
Rene Ladan (rene) |
grimreaper: return mich's ports to the pool after safekeeping his ports bit. |
0.6.1_3 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.6.1_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.1_3 27 Aug 2020 18:40:30 |
tcberner |
net/apinger: fix build on recent current |
0.6.1_3 09 Oct 2019 12:17:15 |
bapt |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
0.6.1_3 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
0.6.1_3 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
0.6.1_3 11 Nov 2015 12:59:49 |
mich |
apinger cleanup
- Add DOCS option, enabled by default
- Move docs from pkg-plist to PORTDOCS
- Use IPV6_CONFIGURE_ENABLE knob
- Make rclint happy
- Regenerate patches with make makepatch
- Add @sample to apinger.conf
- Bump PORTREVISION due to rc script changei
PR: ports/204465
Submitted by: garga
Sponsored by: Rubicon Communications (Netgate) |
0.6.1_2 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
0.6.1_2 13 Apr 2015 08:01:33 |
mich |
- uses BISON
- add LICENSE
PR: 199387
Submitted by: Franco Fichtner <franco@lastsummer.de> |
0.6.1_2 02 Mar 2015 23:36:36 |
bapt |
Remove Author from pkg-descr and white space fixes |
0.6.1_2 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
0.6.1_2 10 Jul 2014 12:13:12 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
0.6.1_2 13 Jan 2014 17:41:08 |
garga |
Missed pkg-plist changes on r339608
Approved by: portmgr@ (blanket) |
0.6.1_2 13 Jan 2014 16:57:22 |
garga |
Support stage
Approved by: portmgr@ (blanket) |
0.6.1_2 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.6.1_2 05 Mar 2013 17:07:44 |
miwi |
- Convert to OptionsNG
- Trim header
Reviewed by: beat, bapt, kwm |
0.6.1_2 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.6.1_2 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.6.1_2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.6.1_2 25 Jan 2010 12:24:06 |
mich |
- move message to pkg-message so users installing by a package recieve the
message
- add a new rc script which is installed via USE_RC_SUBR
PR: ports/143102
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> |
0.6.1_2 16 Jul 2008 15:25:51 |
mich |
- forgot to bumpo PORTREVISION after last commit |
0.6.1_1 10 Jul 2008 20:43:55 |
mich |
- Fix problem with 16bit process id numbers
PR: ports/125192
Submitted by: Seth Mos <seth.mos@xs4all.nl> |
0.6.1_1 21 Jun 2006 12:21:22 |
mich |
- add MASTER_SITE |
0.6.1_1 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
0.6.1_1 26 Jul 2005 10:22:10 |
mich |
o add patch to fix problem with icmp header type control message
PR: ports/84018
Submitted by: Louis Mamakos <louie@transsys.com> |
0.6.1_1 03 Nov 2004 13:14:08 |
mich |
o add OPTIONS to disable/enable IPv6 support
o add %%DOCSDIR%% macro to please portlint |
0.6.1_1 30 Mar 2004 10:46:54 |
sumikawa |
Add 'ipv6' on CATEGORIES. aping supports IPv6.
Approved by: mich |
0.6.1_1 18 Mar 2004 09:56:10 |
mich |
- SIZEify.
Submitted by: trevor |
0.6.1_1 05 Nov 2003 15:39:39 |
mich |
Fix whitespace.
Approved by: roberto (mentor) |
0.6.1_1 07 Jun 2003 11:43:13 |
mich |
Fix breakage.
Noticed by: kris (bento)
Approved by: roberto (mentor) |
0.6.1_1 04 Jun 2003 09:49:31 |
mich |
Add startup script for apinger.
Submitted by: rob@debank.tv
Approved by: roberto (mentor) |
0.6.1 07 May 2003 11:37:57 |
mich |
Change maintainer email to my @FreeBSD.org address
Approved by: roberto(mentor) |
0.6.1 28 Mar 2003 03:41:45 |
kevlo |
Update to 0.6.1
PR: 50339
Submitted by: MAINTAINER |
0.6 21 Feb 2003 13:15:09 |
knu |
De-pkg-comment. |
0.6 02 Jan 2003 17:54:17 |
arved |
Update to 0.6
PR: 46396
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org> (maintainer) |
0.5 14 Oct 2002 14:02:52 |
ijliao |
upgrade to 0.5
PR: 44048
Submitted by: maintainer |
0.4.1 05 Oct 2002 19:06:01 |
obraun |
Upgrade to 0.4.1.
PR: 43384
Submitted by: maintainer |
0.3 19 Jul 2002 23:02:53 |
pat |
Update to 0.3
PR: ports/40783
Submitted by: maintainer |
0.2 18 Jul 2002 12:55:14 |
roberto |
Alarm Pinger (apinger) is a little tool which monitors various IP
devices by simple ICMP echo requests. Unlike most Perl or shell
script tools, it does not spawn processes or use much CPU time,
and is ideal for when one wants continuous monitoring and fast
response upon target failure. It is written in C and supports both
IPv4 and IPv6.
PR: ports/40688
Submitted by: Michael L. Hostbaek (mich@freebsdcluster.org) |