Port details |
- evhz Tool for measuring evdev event rate (mouse polling rate)
- g20210920_1 sysutils =2 g20210920Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2019-08-04 13:11:49
- Last Update: 2024-09-03 13:04:02
- Commit Hash: 849c622
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://git.sr.ht/~iank/evhz
- Description:
- A tool for measuring evdev event rate
(mouse polling rate, touchpad event rate, etc.)
Reported average is for the last 64 samples, or as many as we have so far.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/evhz/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/evhz
- pkg install evhz
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: evhz
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1637690741
SHA256 (evhz-g20210920-0-g35b7526.tar.gz) = 5494e52749162c4eca3c9eaf58df637dcb1595dc94c3f34b341d45ed7de5685a
SIZE (evhz-g20210920-0-g35b7526.tar.gz) = 14562
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:
-
- input.h : devel/evdev-proto
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_evhz
- USES:
- localbase uidfix
- 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 |
g20210920_1 03 Sep 2024 13:04:02 |
Jan Beich (jbeich) |
sysutils/evhz: drop maintainership |
g20210920_1 12 Oct 2022 17:16:04 |
Jan Beich (jbeich) |
sysutils/evhz: simplify build/install logic
Enables some default hardening: -fPIE + -pie, -Wl,-zrelro. |
g20210920 12 Oct 2022 17:16:04 |
Jan Beich (jbeich) |
sysutils/evhz: respect LDFLAGS
For those not passed via CFLAGS as well e.g., -static. |
g20210920 12 Oct 2022 17:16:03 |
Jan Beich (jbeich) |
sysutils/evhz: simplify distfile logic |
g20210920 12 Oct 2022 17:16:03 |
Jan Beich (jbeich) |
sysutils/evhz: drop unused USES=compiler |
g20210920 12 Oct 2022 17:16:03 |
Jan Beich (jbeich) |
sysutils/evhz: take maintainership |
g20210920 09 Oct 2022 11:56:28 |
Fernando Apesteguía (fernape) |
*/*: Release ports from maintainership
Maintainer releases all his ports.
PR: 266871
Reported by: unrelentingtech <greg@unrelenting.technology> |
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) |
g20210920 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 ) |
g20210920 08 Dec 2021 10:45:40 |
Hiroki Tagato (tagattie) Author: Greg V |
sysutils/evhz: update to latest commit and move to new upstream
PR: 260001
Reported by: Greg V <greg@unrelenting.technology> (maintainer) |
g20170201_1 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
g20170201_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
g20170201_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g20170201_1 28 Sep 2020 19:59:57 |
zeising |
Bump portrevision for devel/evdev-proto
Bump portrevision on everything with a build dependency on
devel/evdev-proto, to chace the update of evdev-proto in r550442. |
g20170201 04 Aug 2019 13:10:25 |
pi |
New port: sysutils/evhz: tool for measuring evdev event rate
A tool for measuring evdev event rate
(mouse polling rate, touchpad event rate, etc.)
Reported average is for the last 64 samples, or as many as we have so far.
WWW: https://gitlab.com/iankelling/evhz
PR: 239466
Submitted by: Greg V <greg@unrelenting.technology> |