diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bing/Makefile | 23 | ||||
-rw-r--r-- | net/bing/files/md5 | 1 | ||||
-rw-r--r-- | net/bing/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/bing/pkg/DESCR | 6 | ||||
-rw-r--r-- | net/bing/pkg/PLIST | 3 |
5 files changed, 34 insertions, 0 deletions
diff --git a/net/bing/Makefile b/net/bing/Makefile new file mode 100644 index 00000000000..5073af1f42e --- /dev/null +++ b/net/bing/Makefile @@ -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> diff --git a/net/bing/files/md5 b/net/bing/files/md5 new file mode 100644 index 00000000000..2c886ef8cee --- /dev/null +++ b/net/bing/files/md5 @@ -0,0 +1 @@ +MD5 (bing-1.0.4.tar.gz) = 33533c137cbe31931ece57b1e5b9d552 diff --git a/net/bing/pkg/COMMENT b/net/bing/pkg/COMMENT new file mode 100644 index 00000000000..6605cd6bcd5 --- /dev/null +++ b/net/bing/pkg/COMMENT @@ -0,0 +1 @@ +Bing is a point-to-point bandwith measurement tool. diff --git a/net/bing/pkg/DESCR b/net/bing/pkg/DESCR new file mode 100644 index 00000000000..5ff7bcc44ed --- /dev/null +++ b/net/bing/pkg/DESCR @@ -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 diff --git a/net/bing/pkg/PLIST b/net/bing/pkg/PLIST new file mode 100644 index 00000000000..28cccd8a731 --- /dev/null +++ b/net/bing/pkg/PLIST @@ -0,0 +1,3 @@ +bin/bing +man/man8/bing.8.gz +share/doc/bing/README |