Bing is a point-to-point bandwidth measurement tool (hence the 'b'),

based on ping.

Closes PR:	ports/2576
Submitted by:	jseger@scds.com
This commit is contained in:
David E. O'Brien 1997-02-16 01:19:20 +00:00
parent d55a999591
commit b67353cede
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5629
5 changed files with 34 additions and 0 deletions

23
net/bing/Makefile Normal file
View file

@ -0,0 +1,23 @@
# New ports collection makefile for: bing
# Version required: 1.0.4
# Date created: 28 December 1996
# Whom: jseger@scds.com
#
# $Id$
#
DISTNAME= bing-1.0.4
CATEGORIES= net
MASTER_SITES= ftp://ftp.ibp.fr/pub/networking/
MAINTAINER= jseger@scds.com
MAN8= bing.8
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/bing
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/bing
.endif
.include <bsd.port.mk>

1
net/bing/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (bing-1.0.4.tar.gz) = 33533c137cbe31931ece57b1e5b9d552

1
net/bing/pkg-comment Normal file
View file

@ -0,0 +1 @@
Bing is a point-top-point bandwith measurement tool.

6
net/bing/pkg-descr Normal file
View file

@ -0,0 +1,6 @@
Bing is a point-to-point bandwidth measurement tool (hence the 'b'), based
on ping. It is written by Pierre Beyssac <pb@fasterix.freenix.fr>.
More information is available at http://web.cnam.fr/Network/bing.html
-Justin Seger-
jseger@scds.com

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

@ -0,0 +1,3 @@
bin/bing
man/man8/bing.8.gz
share/doc/bing/README