diff options
author | mef <mef> | 2017-02-11 02:51:53 +0000 |
---|---|---|
committer | mef <mef> | 2017-02-11 02:51:53 +0000 |
commit | aa0017a407ec0afd41bc3bdb11c4a4c8a3fd844c (patch) | |
tree | 0e7e843db372c326cf2f45d3d7c7d1550b15fec9 | |
parent | 6fafe69c6d3ab6fff8599946f6a875f2aee1e693 (diff) | |
download | pkgsrc-aa0017a407ec0afd41bc3bdb11c4a4c8a3fd844c.tar.gz |
Updated net/bing to 1.0.4 to 1.1.3
----------------------------------
Release 1.1.3:
- The RTT measurement on Win32 is now on a par with that of Unix, i.e.
the precision is in the order of 10 microseconds.
- bing has been made more portable. You should have fewer problems
compiling bing 1.1.3 on your platform.
- bing now displays Mbps or Kbps as most sensible.
Release 1.1.2:
- All the icmp specific code has been put in the "mod_icmp" module.
The bing core accesses this code via the interface defined in
"mod_icmp.h".
- The files layout has been modified to accomodate the Unix/Win32
duality. This layout is not yet really satisfactory.
- The code has been "cleaned". The process if far from being
finished yet (imho).
- Pierre added two options '-u' and 'f'
- bing now supports multiple hosts on the command line, not only two.
- Also read the ChangeLog.
-rw-r--r-- | net/bing/Makefile | 8 | ||||
-rw-r--r-- | net/bing/PLIST | 4 | ||||
-rw-r--r-- | net/bing/distinfo | 13 | ||||
-rw-r--r-- | net/bing/patches/patch-aa | 49 |
4 files changed, 37 insertions, 37 deletions
diff --git a/net/bing/Makefile b/net/bing/Makefile index fea312043f6..f812cf4022d 100644 --- a/net/bing/Makefile +++ b/net/bing/Makefile @@ -1,19 +1,21 @@ -# $NetBSD: Makefile,v 1.27 2016/02/25 16:20:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.28 2017/02/11 02:51:53 mef Exp $ -DISTNAME= bing-1.0.4 +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 LDFLAGS.SunOS+= -lsocket -lnsl INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 share/doc/bing post-install: - ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/bing + ${INSTALL_DATA} ${WRKSRC}/Readme.txt ${DESTDIR}${PREFIX}/share/doc/bing .include "../../mk/bsd.pkg.mk" diff --git a/net/bing/PLIST b/net/bing/PLIST index ce3f4aaa47f..b40d5531069 100644 --- a/net/bing/PLIST +++ b/net/bing/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:09:22 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2017/02/11 02:51:53 mef Exp $ bin/bing man/man8/bing.8 -share/doc/bing/README +share/doc/bing/Readme.txt diff --git a/net/bing/distinfo b/net/bing/distinfo index 3f5c0d28937..dbfa546b2b7 100644 --- a/net/bing/distinfo +++ b/net/bing/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.10 2016/03/30 09:08:11 jperkin Exp $ +$NetBSD: distinfo,v 1.11 2017/02/11 02:51:53 mef Exp $ -SHA1 (bing-1.0.4.tar.gz) = 21954516f4b72895ad7be96d320581510a186b33 -RMD160 (bing-1.0.4.tar.gz) = e434ea8705677234ac289ff9f2a72cdffbb89aa6 -SHA512 (bing-1.0.4.tar.gz) = 48c7650aa56e065426bdbc28a4eca18466bdc5a409ba98d57ec1070a4e05dd1f01f3a3db9a09a5921f8130b4513be81251bc5c5d9c2c15448718aae8d51630e8 -Size (bing-1.0.4.tar.gz) = 27069 bytes -SHA1 (patch-aa) = 106bc1a7ce291610e98e27ea379df5e83c019be8 -SHA1 (patch-ab) = 9593772e1b68a7c3b220a584b26a982a94cc8bb7 +SHA1 (bing_src-1.1.3.tar.gz) = 3f44394b07a2576349c2bc0af0ce7d9d93d38d94 +RMD160 (bing_src-1.1.3.tar.gz) = 488de773a81e5bcdf1090cec9c312f6723c75a26 +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 index 07e3c264f22..45732c91a5c 100644 --- a/net/bing/patches/patch-aa +++ b/net/bing/patches/patch-aa @@ -1,35 +1,34 @@ -$NetBSD: patch-aa,v 1.8 2016/03/30 09:08:11 jperkin Exp $ +$NetBSD: patch-aa,v 1.9 2017/02/11 02:51:53 mef Exp $ Use PKGMANDIR. ---- Makefile.orig 1995-07-21 01:03:30.000000000 +0100 -+++ Makefile 2003-09-22 16:14:32.878633434 +0100 -@@ -1,9 +1,8 @@ +--- Makefile.orig 1997-06-06 14:46:16.000000000 +0900 ++++ Makefile 2017-02-11 11:37:31.000000000 +0900 +@@ -9,8 +9,8 @@ # - # Makefile,v 1.4 1995/07/21 00:03:30 pb Exp - # --MANDIR=/usr/local/man + ########## + -BINDIR=/usr/local/bin --INSTALL=install -c -+MANDIR=${PREFIX}/${PKGMANDIR} +-MANDIR=/usr/local/man +BINDIR=${PREFIX}/bin - GROFF=groff - NROFF=nroff - RM=/bin/rm -@@ -16,7 +15,7 @@ - dist: clean bing.0 bing.ps ++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: bing.c sysdep.h -- $(CC) $(CFLAGS) $(CLIBS) -o $@ bing.c -+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ bing.c + bing: $(OBJS) +- $(CC) $(LDFLAGS) -o $@ $(OBJS) $(BLIBS) -lm ++ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(BLIBS) -lm - bing.ps: bing.8 - $(GROFF) -mandoc bing.8 > bing.ps -@@ -28,5 +27,5 @@ - $(RM) -f bing bing.ps bing.0 + 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 bing.8 -- $(INSTALL) -m 644 -o man -g man bing.8 $(MANDIR)/man8 + 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) bing.8 ${DESTDIR}$(MANDIR)/man8 -+ $(BSD_INSTALL_PROGRAM) bing ${DESTDIR}$(BINDIR) ++ $(BSD_INSTALL_MAN) -m 644 unix/bing.8 ${DESTDIR}/$(MANDIR)/man8 ++ $(BSD_INSTALL_PROGRAM) -m 4555 bing ${DESTDIR}/$(BINDIR) |