Add icpld-0.5.0,

ICPLD (Internet Connection Performance Logging Daemon) is a
daemon which, by sending ICMP requests to an IP address of your
choice, monitors whether your machine has a working network
connection. It will log any failed attempts, and will stamp a
log as soon as a reply is received. It keeps track of when the
connection was unavailable, as well as for how long. It records
both total down time and each occasion of interrupted
connection. The log can also be duplicated in HTML format to
put online.
This commit is contained in:
Kirill Ponomarev 2004-01-06 23:37:03 +00:00
parent 2af05b1174
commit 3583bb3555
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97508
5 changed files with 50 additions and 0 deletions

View file

@ -224,6 +224,7 @@
SUBDIR += icmpinfo
SUBDIR += icmpmonitor
SUBDIR += icmpquery
SUBDIR += icpld
SUBDIR += icqlib
SUBDIR += icqlib0
SUBDIR += icqnix

34
net/icpld/Makefile Normal file
View file

@ -0,0 +1,34 @@
# New ports collection makefile for: icpld
# Date created: 04.01.2004
# Whom: krion@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= icpld
PORTVERSION= 0.5.0
CATEGORIES= net
MASTER_SITES= http://www.ibiblio.org/icpld/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Internet connection performance logging daemon
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= ${PORTNAME}.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${MANPREFIX}/man/man1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

1
net/icpld/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (icpld-0.5.0.tar.bz2) = af513de8607f574c43b8c02432308427

11
net/icpld/pkg-descr Normal file
View file

@ -0,0 +1,11 @@
ICPLD (Internet Connection Performance Logging Daemon) is a
daemon which, by sending ICMP requests to an IP address of your
choice, monitors whether your machine has a working network
connection. It will log any failed attempts, and will stamp a
log as soon as a reply is received. It keeps track of when the
connection was unavailable, as well as for how long. It records
both total down time and each occasion of interrupted
connection. The log can also be duplicated in HTML format to
put online.
WWW: http://icpld.northernmost.org/

3
net/icpld/pkg-plist Normal file
View file

@ -0,0 +1,3 @@
bin/icpld
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%