Bug 90653 - [new port] net/mping - network statistics collector
Summary: [new port] net/mping - network statistics collector
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-19 16:20 UTC by babak
Modified: 2005-12-21 20:03 UTC (History)
0 users

See Also:


Attachments
mping.shar (1.91 KB, text/plain)
2005-12-19 16:20 UTC, babak
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description babak 2005-12-19 16:20:02 UTC
	
Mping stands for Multi-ping and is a system for 
collecting packet delay and loss statistics in 
a TCP/IP network using ICMP echo. Mping uses the 
Internet Control Message Protocol (ICMP) "ECHO" 
facility to measure round trip delays and packet 
loss across network paths.
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2005-12-19 18:53:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Take.
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2005-12-19 19:19:06 UTC
Could you maybe explain in pkg-descr how mping is different from ping(8)
in the base? Short, why should the user use net/mping instead of the
plain old ping.

mping seems to have ipv6 support, i'd suggest to replace the
secondary category 'security' with 'ipv6'.

Emanuel
-- 
GnuPG key id: 0x55E67774         Download: http://pgp.mit.edu:11371
Key fingerprint: 17B3 FD8F BA68 4AB4 10FD  A9D1 AD52 6588 55E6 7774
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2005-12-20 16:35:57 UTC
State Changed
From-To: open->feedback

Ask for maintainer fix.
Comment 4 babak 2005-12-21 10:22:14 UTC
Emanuel,

The new shar file for net/mping is attached, with changes as you suggested:

1- ipv6 is set as secondary category
2- updated pkg-descr

--- mping.shar begins here ---
# 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:
#
#	mping
#	mping/Makefile
#	mping/distinfo
#	mping/pkg-descr
#
echo c - mping
mkdir -p mping > /dev/null 2>&1
echo x - mping/Makefile
sed 's/^X//' >mping/Makefile << 'END-of-mping/Makefile'
X# New ports collection makefile for:	mping
X# Date Created:				19 Dec 2005
X# Whom:					Babak Farrokhi <babak@farrokhi.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mping
XPORTVERSION=	2.01
XCATEGORIES=	net ipv6
XMASTER_SITES=	http://mping.uninett.no/
X
XMAINTAINER=	babak@farrokhi.net
XCOMMENT=	Mping network statistics collector
X
XGNU_CONFIGURE=	yes
X
XPLIST_FILES=	sbin/mping
XPORTDOCS=	COPYING ChangeLog INSTALL NEWS README TODO
X
XMAN8=	mping.8
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/src/mping ${PREFIX}/sbin/mping
X	${INSTALL_MAN} ${WRKSRC}/man/mping.8 ${PREFIX}/man/man8/mping.8
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for i in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-mping/Makefile
echo x - mping/distinfo
sed 's/^X//' >mping/distinfo << 'END-of-mping/distinfo'
XMD5 (mping-2.01.tar.gz) = 3339d3b15aef46699a2712de52d8ba32
XSHA256 (mping-2.01.tar.gz) = 7728ef3e31299b453e3d7cbb70b2ba0cdd3f5a9a71cae691b9756a7a3a76dde1
XSIZE (mping-2.01.tar.gz) = 159203
END-of-mping/distinfo
echo x - mping/pkg-descr
sed 's/^X//' >mping/pkg-descr << 'END-of-mping/pkg-descr'
XMping is a system for collecting packet delay and loss 
Xstatistics in a TCP/IP network using ICMP echo. 
X
XMping is based on original ping(8) with following new features:
X
X- Ability to ping multiple hosts simultaneously
X- Prints 10/50/90-percentile as well as min/avg/max.
X
X
XWWW: http://mping.uninett.no/
X
X-- Babak Farrokhi
Xbabak@farrokhi.net
END-of-mping/pkg-descr
exit
--- mping.shar begins here ---


--
Babak Farrokhi
babak@farrokhi.net
Comment 5 Emanuel Haupt freebsd_committer freebsd_triage 2005-12-21 12:24:15 UTC
State Changed
From-To: feedback->open

Feedback received.
Comment 6 Emanuel Haupt freebsd_committer freebsd_triage 2005-12-21 20:03:12 UTC
State Changed
From-To: open->closed

New port added, thanks!