summaryrefslogtreecommitdiff
path: root/net/bing
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1997-11-19 15:55:36 +0000
committeragc <agc@pkgsrc.org>1997-11-19 15:55:36 +0000
commit3079a9850a59bbfb9cb9e323df086a2285226f51 (patch)
treed8fcb4f1fe8e921a7fac46e911c934a6eac038da /net/bing
parent141d8c39515861a3042f949fcd702d40dd3784fb (diff)
downloadpkgsrc-3079a9850a59bbfb9cb9e323df086a2285226f51.tar.gz
Initial import of bing (a point-to-point bandwidth measurement tool,
based on ping) from the FreeBSD ports collection, into the NetBSD packages collection.
Diffstat (limited to 'net/bing')
-rw-r--r--net/bing/Makefile23
-rw-r--r--net/bing/files/md51
-rw-r--r--net/bing/pkg/COMMENT1
-rw-r--r--net/bing/pkg/DESCR6
-rw-r--r--net/bing/pkg/PLIST3
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