summaryrefslogtreecommitdiff
path: root/net/bing/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-09-23bing: fix buildwiedi1-1/+2
Wants to call groff
2017-02-11Updated net/bing to 1.0.4 to 1.1.3mef1-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-25Use OPSYSVARS.jperkin1-6/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-06-20Add DESTDIR support.joerg1-2/+2
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-2/+3
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-3/+3
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-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-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-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-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
2004-02-21s/bandwith/bandwidth/snj1-2/+2
2003-09-22Fix build on Solaris. From Jonathan Perkin in PR 22893.wiz1-1/+7
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-28Remove superfluous whitespace.wiz1-3/+3
2003-02-08turn off optimization on alpha to work around a compiler bugdmcmahill1-1/+16
2003-01-19s/INSTALL_*/BSD_INSTALL_*/ in patch-aa, remove unnecessary MAKE_ENV.salo1-4/+2
Add HOMEPAGE.
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
1999-04-13Remove NOPORTDOCS definition - it was useless anyway, as any attempt toagc1-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-09Use INSTALL_PROGRAM and INSTALL_MAN to avoid bin.bin ownershipskim1-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-22Update package Makefiles for automatic manual page handling.agc1-3/+1
1998-06-03Include bsd.prefs.mk so that variables can be set in /etc/mk.confagc1-1/+3
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1997-11-19Add NetBSD RCS Id.agc1-0/+1
1997-11-19Initial import of bing (a point-to-point bandwidth measurement tool,agc1-0/+23
based on ping) from the FreeBSD ports collection, into the NetBSD packages collection.