Port details |
- wrk Modern HTTP benchmarking tool
- 4.2.0 benchmarks =5 4.2.0Version of this port present on the latest quarterly branch.
- Maintainer: osa@FreeBSD.org
- Port Added: 2012-08-01 17:54:50
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: webcamd, cdrtools, xorg-drivers, wget, nginx
- Also Listed In: www
- License: APACHE20
- WWW:
- https://github.com/wg/wrk
- Description:
- wrk is a modern HTTP benchmarking tool capable of generating significant
load when run on a single multi-core CPU. It combines a multithreaded
design with scalable event notification systems such as epoll and kqueue.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- wrk-luajit>0:benchmarks/wrk
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/benchmarks/wrk/ && make install clean
- To add the package, run one of these commands:
- pkg install benchmarks/wrk
- pkg install wrk-luajit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wrk-luajit
- Package flavors (<flavor>: <package>)
- luajit: wrk-luajit
- luajitor: wrk-luajit-openresty
- distinfo:
- TIMESTAMP = 1639409002
SHA256 (wg-wrk-4.2.0_GH0.tar.gz) = e255f696bff6e329f5d19091da6b06164b8d59d62cb9e673625bdcd27fe7bdad
SIZE (wg-wrk-4.2.0_GH0.tar.gz) = 10973405
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- as : devel/binutils
- Library dependencies:
-
- libluajit-5.1.so : lang/luajit
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- benchmarks_wrk
- USES:
- gmake ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.2.0 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
4.2.0 04 Sep 2022 14:21:50 |
Sergey A. Osokin (osa) |
benchmarks/wrk: update to 4.2.0
ChangeLog: https://github.com/wg/wrk/compare/4.1.0...4.2.0
PR: 251324 |
4.1.0_1 20 Jul 2022 14:20:56 |
Tobias C. Berner (tcberner) |
benchmarks: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Andrey Zakhvatov <andy@FreeBSD.org>
* Andy Clark <andrewclarkii@gmail.com>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Bill Fumerola <billf@chc-chimes.com>
* Brad Davis <brd@FreeBSD.org>
* Bruce A. Mah <bmah@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.1.0_1 24 Apr 2021 18:35:02 |
Sergey A. Osokin (osa) |
benchmarks/wrk: add luajit and luajit-openresty flavors.
Bump PORTREVISION. |
4.1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.1.0 14 Sep 2019 22:28:17 |
jbeich |
benchmarks/wrk: chase r512079 |
4.1.0 20 Apr 2018 00:44:52 |
osa |
Upgrade to latest release 4.1.0. |
4.0.2_1 30 Dec 2017 21:15:26 |
krion |
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd if
/usr/bin/ld is lld, until the issue can be addressed.
PR: 214864
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation |
4.0.2_1 25 Jun 2017 15:03:13 |
sunpoet |
Fix WWW
Approved by: portmgr (blanket) |
4.0.2_1 05 Feb 2017 21:20:24 |
tijl |
- Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile so
bsd.default-versions.mk can rely on ARCH being defined.
- In bsd.port.mk move inclusion of bsd.default-versions.mk from the
pre-makefile section to the options section so the variables can be used
earlier. Also put the bit of code sitting between the options section and
the pre-makefile section into the options section.
- Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is
handled in bsd.default-versions.mk and some ports were setting it after
including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports,
and then only when setting non-default options, work without setting that
variable.
PR: 215996
Exp-run by: antoine
Approved by: portmgr (antoine) |
4.0.2 12 Apr 2016 10:43:37 |
osa |
Upgrade from 4.0.1 to 4.0.2. |
4.0.1_3 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
4.0.1_3 08 Dec 2015 09:04:59 |
mat |
Don't set DISTNAME when using USE_GITHUB and MASTER_SITES=GH, the
framework already sets a unique DISTNAME.
With hat: portmgr
Sponsored by: Absolight |
4.0.1_3 02 Jun 2015 23:58:59 |
osa |
Fix build after lang/luajit upgrade to latest version.
Bump PORTREVISION. |
4.0.1_2 31 May 2015 20:05:26 |
osa |
Unhide compiler and linker output.
Use CFLAGS defined in port's Makefile.
Bump PORTREVISION. |
4.0.1_1 26 May 2015 23:39:41 |
osa |
Another attempt to fix undefined reference to `__sync_fetch_and_add_8' and
`__sync_val_compare_and_swap_8' for FreeBSD[8|9].
Idea from: tijl |
4.0.1 24 May 2015 23:47:56 |
osa |
Try to fix undefined reference to `__sync_fetch_and_add_8' and
`__sync_val_compare_and_swap_8' for FreeBSD[8|9]. |
4.0.1 02 May 2015 17:04:25 |
osa |
Upgrade to 4.0.1.
PR: 199307 |
3.1.1_1 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
3.1.1 12 Sep 2014 22:39:11 |
osa |
Upgrade from 3.0.4 to 3.1.1. |
3.0.4 31 Jan 2014 12:32:19 |
miwi |
- Stage support
- While here drop FreeBSD 7 support |
3.0.4 03 Jan 2014 00:46:47 |
bapt |
Part 1 at removing now useless FETCH_ARGS redifition |
3.0.4 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
3.0.4 26 Nov 2013 03:48:13 |
osa |
Upgrade from 2.2.2 to 3.0.4.
Stagefy. |
2.2.2 20 Sep 2013 15:52:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks) |
2.2.2 30 Aug 2013 23:09:24 |
bapt |
Convert benchmarks from USE_GMAKE to USES=gmake
While here:
- Trim headers
- convert some port to the new perl5 world |
2.2.2 13 Jul 2013 07:05:26 |
osa |
Fix fetching by update to 2.2.2. |
2.0.0 10 May 2013 16:45:53 |
osa |
Fix fetch by upgrade from 1.2.0 to 2.0.0.
Notice from: miwi |
1.2.0 16 Apr 2013 18:56:54 |
osa |
Fix fetch by update from 1.1.1 to 1.2.0.
Feature safe: yes |
1.1.1 20 Mar 2013 14:35:10 |
osa |
Update from 1.0.0 to 1.1.1.
Make portlint(1) happy. |
1.0.0 25 Sep 2012 17:52:50 |
beat |
- Mark BROKEN on FreeBSD 7.x: does not link
undefined reference to `sqrtl'
Reported by: pointyhat |
1.0.0 01 Aug 2012 17:54:32 |
osa |
Add wrk - a HTTP benchmarking tool.
Requested by: maxim |