non port: net/bwping/Makefile |
Number of commits found: 28 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Monday, 21 Feb 2022
|
22:20 Guangyuan Yang (ygy) Author: Oleg Derevenetz
net/bwping: Update to 2.5
Changelog: https://github.com/oleg-derevenetz/bwping/releases/tag/RELEASE_2.5
PR: 262072
4a9ce0a |
Saturday, 8 Jan 2022
|
06:42 Tobias C. Berner (tcberner) Author: Oleg Derevenetz
net/bwping: Update to 2.4
PR: 261009
d34fdd6 |
Sunday, 13 Jun 2021
|
06:55 Rainer Hurling (rhurlin)
net/bwping: Update to 2.3
RTT calculation is more accurate now.
Changelog: https://github.com/oleg-derevenetz/bwping/releases/tag/RELEASE_2.3
PR: 256568
Reported by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
00d4fb1 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 27 Nov 2020
|
21:25 rhurlin
net/bwping: Update to 2.2
- Usage info now includes the package version
- Manual definition of feature test macros has been
replaced with Autoconf's AC_USE_SYSTEM_EXTENSIONS
- Dropped support for gettimeofday() in favor of
clock_gettime()
- Various minor fixes and improvements
Changelog: https://github.com/oleg-derevenetz/bwping/releases/tag/RELEASE_2.2
PR: 251429
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
Approved by: arrowd, tcberner (mentors, implicit)
 |
Friday, 2 Oct 2020
|
10:31 rhurlin
Update to 2.1
- Performance: added support for filtering incoming packets at the kernel level
using BPF
- Various minor fixes and improvements.
PR: 250016
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
Approved by: arrowd (mentor)
Relnotes: https://github.com/oleg-derevenetz/bwping/releases/tag/RELEASE_2.1
Differential Revision: https://reviews.freebsd.org/D26641
 |
Thursday, 10 Sep 2020
|
03:03 lwhsu
net/bwping: Update to 2.0
PR: 249221
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
 |
Tuesday, 12 May 2020
|
19:53 pi
net/bwping: update 1.16 -> 1.17
- Minor improvements (C99-related stuff mostly).
PR: 246425
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
 |
Monday, 18 Nov 2019
|
01:51 meta
net/bwping: Update to 1.16
* Use opaque struct addrinfo everywhere, get rid of inet_ntop() in favor of
getnameinfo();
* Fix build on Solaris;
* Minor fixes & improvements.
PR: 242007
Submitted by: maintainer
Relnotes: https://github.com/oleg-derevenetz/bwping/releases/tag/RELEASE_1.16
 |
Tuesday, 18 Jun 2019
|
02:29 swills
net/bwping: Update to 1.15
PR: 238493
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
 |
Thursday, 9 May 2019
|
20:05 swills
net/bwping: update to 1.14
PR: 237769
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
 |
Monday, 22 Apr 2019
|
05:22 meta
net/bwping: Update to 1.12
IPv6 support is now integreted and turned on by default.
While here, update WWW to current site.
PR: 237433
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
 |
Monday, 8 Apr 2019
|
02:03 wen
- Update to 1.11
PR: 237088
Submitted by: oleg.derevenetz@gmail.com(maintainer)
 |
Wednesday, 9 Jan 2019
|
20:58 tobik
sysutils/bwping: Update to 1.10
- Convert to options helpers
PR: 234757
Submitted by: maintainer
 |
Sunday, 19 Aug 2018
|
10:30 wen
- Update to 1.9
PR: 230345
Submitted by: ndowens@yahoo.com
Approved by: maintainer
 |
Friday, 21 Feb 2014
|
22:51 pawel
- Update to version 1.7
- Correct LICENSE to bsd2clause
- Stage support
PR: ports/186140
Submitted by: Eero Hanninen <fax@nohik.ee>
Approved by: maintainer
 |
13:38 ehaupt
Remove trailing whitespaces from category net
 |
Monday, 10 Feb 2014
|
13:54 ehaupt
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
 |
Friday, 20 Sep 2013
|
22:10 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
 |
Thursday, 1 Nov 2012
|
21:06 jhale
- Fix tinderbox build by adding IPV6 option to explicitly
enable or disable IPV6 support. Previous behavior was
auto-detection which wasn't working right on tinderbox
and would have caused problems anyways.
Reported by: pointyhat
Approved by: maintainer via private mail
makc, avilla (mentors, implicit)
Feature safe: yes
 |
Sunday, 14 Oct 2012
|
12:17 jhale
- Update to 1.6
- Move LICENSE to correct location
- Remove indefinite article from COMMENT
- Trim Makefile header
PR: ports/172589
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
Approved by: makc, avilla (mentors, implicit)
Feature safe: yes
 |
Tuesday, 14 Jun 2011
|
12:18 wxs
- Update to 1.4
- Add LICENSE
PR: ports/157849
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
 |
Tuesday, 10 May 2011
|
09:35 culot
- Update to 1.3
PR: ports/156923
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
 |
Tuesday, 9 Feb 2010
|
12:39 amdmi3
- Update to 1.2
PR: 143674
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
 |
Wednesday, 20 May 2009
|
14:12 amdmi3
- Update to 1.1
- Project moved to SourceForge, update MASTER_SITES and WWW
- Update maintainer's email address
PR: 134752
Submitted by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
 |
Saturday, 30 Aug 2008
|
01:20 amdmi3
A tool to measure bandwidth and response times between two
hosts using Internet Control Message Protocol (ICMP) echo
request/echo reply mechanism.
WWW: http://tclmon.vsi.ru/utils.php
PR: 126928
Submitted by: Oleg Derevenetz <oleg at serv2 dot vsi dot ru>
 |
Number of commits found: 28 |