pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/bing
Module Name: pkgsrc
Committed By: mef
Date: Sat Feb 11 02:51:53 UTC 2017
Modified Files:
pkgsrc/net/bing: Makefile PLIST distinfo
pkgsrc/net/bing/patches: patch-aa
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/bing/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/bing/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/bing/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/bing/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/bing/Makefile
diff -u pkgsrc/net/bing/Makefile:1.27 pkgsrc/net/bing/Makefile:1.28
--- pkgsrc/net/bing/Makefile:1.27 Thu Feb 25 16:20:50 2016
+++ pkgsrc/net/bing/Makefile Sat Feb 11 02:51:53 2017
@@ -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@localhost
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"
Index: pkgsrc/net/bing/PLIST
diff -u pkgsrc/net/bing/PLIST:1.3 pkgsrc/net/bing/PLIST:1.4
--- pkgsrc/net/bing/PLIST:1.3 Sun Jun 14 18:09:22 2009
+++ pkgsrc/net/bing/PLIST Sat Feb 11 02:51:53 2017
@@ -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
Index: pkgsrc/net/bing/distinfo
diff -u pkgsrc/net/bing/distinfo:1.10 pkgsrc/net/bing/distinfo:1.11
--- pkgsrc/net/bing/distinfo:1.10 Wed Mar 30 09:08:11 2016
+++ pkgsrc/net/bing/distinfo Sat Feb 11 02:51:53 2017
@@ -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
Index: pkgsrc/net/bing/patches/patch-aa
diff -u pkgsrc/net/bing/patches/patch-aa:1.8 pkgsrc/net/bing/patches/patch-aa:1.9
--- pkgsrc/net/bing/patches/patch-aa:1.8 Wed Mar 30 09:08:11 2016
+++ pkgsrc/net/bing/patches/patch-aa Sat Feb 11 02:51:53 2017
@@ -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
-
- bing: bing.c sysdep.h
-- $(CC) $(CFLAGS) $(CLIBS) -o $@ bing.c
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ bing.c
-
- bing.ps: bing.8
- $(GROFF) -mandoc bing.8 > bing.ps
-@@ -28,5 +27,5 @@
- $(RM) -f bing bing.ps bing.0
++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 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)
Home |
Main Index |
Thread Index |
Old Index