Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-23 | bing: fix build | wiedi | 1 | -1/+2 | |
Wants to call groff | |||||
2017-02-11 | Updated net/bing to 1.0.4 to 1.1.3 | mef | 1 | -3/+5 | |
---------------------------------- 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. | |||||
2016-02-25 | Use OPSYSVARS. | jperkin | 1 | -6/+2 | |
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2008-07-14 | Mark as destdir ready. | joerg | 1 | -1/+3 | |
2008-06-20 | Add DESTDIR support. | joerg | 1 | -2/+2 | |
2007-03-24 | Prepare for switching to NO_MTREE=yes. | joerg | 1 | -2/+3 | |
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -3/+3 | |
Patch provided by Sergey Svishchev in private mail. | |||||
2006-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -3/+3 | |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+1 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -3/+1 | |
useful. | |||||
2004-02-21 | s/bandwith/bandwidth/ | snj | 1 | -2/+2 | |
2003-09-22 | Fix build on Solaris. From Jonathan Perkin in PR 22893. | wiz | 1 | -1/+7 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-03-28 | Remove superfluous whitespace. | wiz | 1 | -3/+3 | |
2003-02-08 | turn off optimization on alpha to work around a compiler bug | dmcmahill | 1 | -1/+16 | |
2003-01-19 | s/INSTALL_*/BSD_INSTALL_*/ in patch-aa, remove unnecessary MAKE_ENV. | salo | 1 | -4/+2 | |
Add HOMEPAGE. | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 1 | -1/+2 | |
1999-04-13 | Remove NOPORTDOCS definition - it was useless anyway, as any attempt to | agc | 1 | -5/+1 | |
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package. | |||||
1998-08-09 | Use INSTALL_PROGRAM and INSTALL_MAN to avoid bin.bin ownerships | kim | 1 | -2/+5 | |
hardcoded in the distributed Makefile. Use INSTALL_DATA instead of INSTALL_MAN to install the ${PREFIX}/share/doc/bing/README file. | |||||
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -3/+1 | |
1998-06-03 | Include bsd.prefs.mk so that variables can be set in /etc/mk.conf | agc | 1 | -1/+3 | |
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -2/+2 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1997-11-19 | Add NetBSD RCS Id. | agc | 1 | -0/+1 | |
1997-11-19 | Initial import of bing (a point-to-point bandwidth measurement tool, | agc | 1 | -0/+23 | |
based on ping) from the FreeBSD ports collection, into the NetBSD packages collection. |