summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-04-03 07:59:33 +0000
committerwiz <wiz@pkgsrc.org>2022-04-03 07:59:33 +0000
commitffb1c135370dcfd98e8d92ff840d8945db1dadfb (patch)
tree350f73310acad70668801c397049757f79bc0841 /net
parent93b293c022739ebe03048d969dd2e5f411dbef59 (diff)
downloadpkgsrc-ffb1c135370dcfd98e8d92ff840d8945db1dadfb.tar.gz
bing: remove
Doesn't build, last release from 1999 and even then it said on the homepage: "just a bunch of code thrown together and you can consider yourself lucky it it goes as far as compiling."
Diffstat (limited to 'net')
-rw-r--r--net/Makefile3
-rw-r--r--net/bing/DESCR2
-rw-r--r--net/bing/Makefile35
-rw-r--r--net/bing/PLIST4
-rw-r--r--net/bing/distinfo6
-rw-r--r--net/bing/patches/patch-aa34
6 files changed, 1 insertions, 83 deletions
diff --git a/net/Makefile b/net/Makefile
index 0628aab9de2..56df0e04280 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1451 2022/04/03 07:56:29 wiz Exp $
+# $NetBSD: Makefile,v 1.1452 2022/04/03 07:59:33 wiz Exp $
#
COMMENT= Networking tools
@@ -43,7 +43,6 @@ SUBDIR+= beanstalkd
SUBDIR+= bftpd
SUBDIR+= bind911
SUBDIR+= bind916
-SUBDIR+= bing
SUBDIR+= bird
SUBDIR+= bird6
SUBDIR+= bmon
diff --git a/net/bing/DESCR b/net/bing/DESCR
deleted file mode 100644
index 15bb6b04393..00000000000
--- a/net/bing/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-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>.
diff --git a/net/bing/Makefile b/net/bing/Makefile
deleted file mode 100644
index eb3df15dc04..00000000000
--- a/net/bing/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.29 2017/09/23 20:34:11 wiedi Exp $
-
-DISTNAME= bing_src-1.1.3
-PKGNAME= ${DISTNAME:S/_src//}
-CATEGORIES= net
-MASTER_SITES= http://fgouget.free.fr/bing/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://fgouget.free.fr/bing/index-en.shtml
-COMMENT= Bing is a point-to-point bandwidth measurement tool
-LICENSE= original-bsd
-
-USE_TOOLS+= groff
-LDFLAGS.SunOS+= -lsocket -lnsl
-
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 share/doc/bing
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/Readme.txt ${DESTDIR}${PREFIX}/share/doc/bing
-
-.include "../../mk/bsd.pkg.mk"
-
-# XXX On NetBSD the gcc-2.95.3 for:
-# XXX
-# XXX alpha
-# XXX
-# XXX has an optimization bug when compiling with -O2 that is tickled by
-# XXX ${WRKSRC}/bing.c
-#
-.if ${OPSYS} == "NetBSD"
-. if (${MACHINE_ARCH} == "alpha")
-CXXFLAGS:= ${CXXFLAGS:C/-O[0-9]*//g}
-CFLAGS:= ${CFLAGS:C/-O[0-9]*//g}
-. endif
-.endif
diff --git a/net/bing/PLIST b/net/bing/PLIST
deleted file mode 100644
index b40d5531069..00000000000
--- a/net/bing/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2017/02/11 02:51:53 mef Exp $
-bin/bing
-man/man8/bing.8
-share/doc/bing/Readme.txt
diff --git a/net/bing/distinfo b/net/bing/distinfo
deleted file mode 100644
index 98996e5c9d4..00000000000
--- a/net/bing/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 11:05:25 nia Exp $
-
-BLAKE2s (bing_src-1.1.3.tar.gz) = 085b437d4871c3f00426f9ccb680b53bae2e9a803072ba365d2855e15baa4032
-SHA512 (bing_src-1.1.3.tar.gz) = 7faa02c37cb04bdfab27a5e1783d119c36e3a050e66d11420396a8b45c998c9298bc7e5e294b0186d831e87359b463cc186166f34fa45e883b0b70d37c61e00e
-Size (bing_src-1.1.3.tar.gz) = 38821 bytes
-SHA1 (patch-aa) = 274c6b2f9d4151efaf9a7da0bfd87262e2732ea7
diff --git a/net/bing/patches/patch-aa b/net/bing/patches/patch-aa
deleted file mode 100644
index 45732c91a5c..00000000000
--- a/net/bing/patches/patch-aa
+++ /dev/null
@@ -1,34 +0,0 @@
-$NetBSD: patch-aa,v 1.9 2017/02/11 02:51:53 mef Exp $
-
-Use PKGMANDIR.
-
---- Makefile.orig 1997-06-06 14:46:16.000000000 +0900
-+++ Makefile 2017-02-11 11:37:31.000000000 +0900
-@@ -9,8 +9,8 @@
- #
- ##########
-
--BINDIR=/usr/local/bin
--MANDIR=/usr/local/man
-+BINDIR=${PREFIX}/bin
-+MANDIR=${PREFIX}/${PKGMANDIR}
-
-
- ##########
-@@ -97,7 +97,7 @@ icmp_ux.o: unix/icmp_ux.c mod_icmp.h
- $(CC) $(CFLAGS) $(BINCS) $(BDEFS) -o $@ -c unix/icmp_ux.c
-
- bing: $(OBJS)
-- $(CC) $(LDFLAGS) -o $@ $(OBJS) $(BLIBS) -lm
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(BLIBS) -lm
-
- bing.ps: unix/bing.8
- $(GROFF) -man unix/bing.8 > bing.ps
-@@ -109,5 +109,5 @@ clean:
- $(RM) -f bing bing.ps bing.0 $(OBJS)
-
- install: bing unix/bing.8
-- $(INSTALL) -m 644 -o man -g man unix/bing.8 $(MANDIR)/man8
-- $(INSTALL) -m 4555 -o root -g staff bing $(BINDIR)
-+ $(BSD_INSTALL_MAN) -m 644 unix/bing.8 ${DESTDIR}/$(MANDIR)/man8
-+ $(BSD_INSTALL_PROGRAM) -m 4555 bing ${DESTDIR}/$(BINDIR)