Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2002 13:24:56 +0200 (CEST)
From:      "Michael L.Hostbaek" <mich@freebsdcluster.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40688: New port: net/apinger
Message-ID:  <20020717112456.86E46AC703@freebsdcluster.org>

next in thread | raw e-mail | index | archive | help

>Number:         40688
>Category:       ports
>Synopsis:       New port: net/apinger
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 17 04:30:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Michael L. Hostbaek
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
FreeBSDCluster.org
>Environment:
System: FreeBSD freebsdcluster.dk 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 6 13:54:50 CEST 2002 root@freebsdcluster.dk:/space1/usr-linked/obj/space1/usr-linked/src/sys/COP_KERNEL_1 i386

>Description:
	An IP device monitoring tool
>How-To-Repeat:
	
>Fix:

	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	apinger/Makefile
#	apinger/distinfo
#	apinger/pkg-comment
#	apinger/pkg-descr
#	apinger/pkg-plist
#
echo x - apinger/Makefile
sed 's/^X//' >apinger/Makefile << 'END-of-apinger/Makefile'
X# ex:ts=8
X# Ports collection makefile for:  apinger
X# Date created:                          Tue Jul 17, 2002
X# Whom:                                  Michael L. Hostbaek (mich@freebsdcluster.org)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	apinger
XPORTVERSION=	0.2
XCATEGORIES=	net
XMASTER_SITES=	http://www.bnet.pl/~jajcus/apinger/ \
X		${MASTER_SITE_LOCAL}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	mich@freebsdcluster.org
X
XGNU_CONFIGURE=	yes
X
XDOCSDIR?=	${PREFIX}/share/doc/${PORTNAME}
X
Xpost-install:
X	${INSTALL_DATA} ${WRKSRC}/src/apinger.conf ${PREFIX}/etc/
X.if !defined(BATCH)
X	@${ECHO} ""
X	@${ECHO} "###############################################################################"
X	@${ECHO} "# Please edit ${PREFIX}/etc/apinger.conf to your needs.                       #"
X	@${ECHO} "###############################################################################"
X.endif
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
X	${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR}/NEWS
X	${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR}/AUTHORS
X.endif
X.include <bsd.port.mk>
END-of-apinger/Makefile
echo x - apinger/distinfo
sed 's/^X//' >apinger/distinfo << 'END-of-apinger/distinfo'
XMD5 (apinger-0.2.tar.gz) = 4f8bca345c0c198b29e82252b9cca04d
END-of-apinger/distinfo
echo x - apinger/pkg-comment
sed 's/^X//' >apinger/pkg-comment << 'END-of-apinger/pkg-comment'
XAn IP device monitoring tool
END-of-apinger/pkg-comment
echo x - apinger/pkg-descr
sed 's/^X//' >apinger/pkg-descr << 'END-of-apinger/pkg-descr'
XAlarm Pinger (apinger) is a little tool which monitors various IP 
Xdevices by simple ICMP echo requests. Unlike most Perl or shell 
Xscript tools, it does not spawn processes or use much CPU time, 
Xand is ideal for when one wants continuous monitoring and fast 
Xresponse upon target failure. It is written in C and supports both 
XIPv4 and IPv6.
X
XAUTHOR:		Jacek Konieczny <jajcus@pld.org.pl>
XWWW:			http://www.bnet.pl/~jajcus/apinger/	
X
X	- Michael L. Hostbaek
X	mich@freebsdcluster.org
END-of-apinger/pkg-descr
echo x - apinger/pkg-plist
sed 's/^X//' >apinger/pkg-plist << 'END-of-apinger/pkg-plist'
Xsbin/apinger
Xetc/apinger.conf
Xshare/doc/apinger/README
Xshare/doc/apinger/NEWS
Xshare/doc/apinger/AUTHORS
X@dirrm share/doc/apinger
END-of-apinger/pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020717112456.86E46AC703>