Initial import of bing (a point-to-point bandwidth measurement tool,
based on ping) from the FreeBSD ports collection, into the NetBSD packages collection.
This commit is contained in:
parent
141d8c3951
commit
3079a9850a
5 changed files with 34 additions and 0 deletions
23
net/bing/Makefile
Normal file
23
net/bing/Makefile
Normal 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
|
||||
#
|
||||
# FreeBSD Id: Makefile,v 1.2 1997/10/13 09:14:49 tg Exp
|
||||
#
|
||||
|
||||
DISTNAME= bing-1.0.4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.ibp.fr/pub/networking/
|
||||
|
||||
MAINTAINER= jseger@freebsd.org
|
||||
|
||||
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/files/md5
Normal file
1
net/bing/files/md5
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (bing-1.0.4.tar.gz) = 33533c137cbe31931ece57b1e5b9d552
|
1
net/bing/pkg/COMMENT
Normal file
1
net/bing/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
Bing is a point-to-point bandwith measurement tool.
|
6
net/bing/pkg/DESCR
Normal file
6
net/bing/pkg/DESCR
Normal 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
3
net/bing/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin/bing
|
||||
man/man8/bing.8.gz
|
||||
share/doc/bing/README
|
Loading…
Reference in a new issue