notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/xxhash/Makefile

Number of commits found: 24

Wednesday, 21 Feb 2024
15:06 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/xxhash: Use = instead of += for MAKE_ARGS
commit hash: 0e298d0a3b3cc8e8e53ade6c20bcc327850b76d5 commit hash: 0e298d0a3b3cc8e8e53ade6c20bcc327850b76d5 commit hash: 0e298d0a3b3cc8e8e53ade6c20bcc327850b76d5 commit hash: 0e298d0a3b3cc8e8e53ade6c20bcc327850b76d5 0e298d0
Tuesday, 23 Jan 2024
15:59 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/xxhash: Impelled to share/man

Approved by:    portmgr (blanket)
commit hash: 0d50a4e8c7b9eda65c3d2071b90b1871df54c196 commit hash: 0d50a4e8c7b9eda65c3d2071b90b1871df54c196 commit hash: 0d50a4e8c7b9eda65c3d2071b90b1871df54c196 commit hash: 0d50a4e8c7b9eda65c3d2071b90b1871df54c196 0d50a4e
Monday, 31 Jul 2023
20:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/xxhash: Update to 0.8.2

Changes:	https://github.com/Cyan4973/xxHash/releases
commit hash: d143a78e6ee1231dc3b14d36e89b7bbdd735463a commit hash: d143a78e6ee1231dc3b14d36e89b7bbdd735463a commit hash: d143a78e6ee1231dc3b14d36e89b7bbdd735463a commit hash: d143a78e6ee1231dc3b14d36e89b7bbdd735463a d143a78
16:39 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/xxhash: Update WWW

- Cosmetic change
commit hash: b2833c6d0037e70c098fb2360f55f93c5f593b56 commit hash: b2833c6d0037e70c098fb2360f55f93c5f593b56 commit hash: b2833c6d0037e70c098fb2360f55f93c5f593b56 commit hash: b2833c6d0037e70c098fb2360f55f93c5f593b56 b2833c6
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 13 Aug 2022
18:43 Matthias Andree (mandree) search for other commits by this committer Author: Thierry Dussuet
devel/xxhash: fix static_assert to _Static_assert

This fixes C11+ users of xxhash that do not #include <assert.h>

PR:		265819
Approved by:	portmgr@ (blanket, one-line fix to unbreak py-borgbackup)
MFH:		2022Q3
commit hash: 8a4d5e26a9721eae2deba5fef794a2e593170658 commit hash: 8a4d5e26a9721eae2deba5fef794a2e593170658 commit hash: 8a4d5e26a9721eae2deba5fef794a2e593170658 commit hash: 8a4d5e26a9721eae2deba5fef794a2e593170658 8a4d5e2
Wednesday, 29 Jun 2022
16:33 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/xxhash: Fix manpage symbolic links

- Bump PORTREVISION for package change

Before:
lrwx------   1 sunpoet  wheel    15 Jun 22 21:30 xxh128sum.1.gz@ ->
cli/xxhsum.1.gz
lrwx------   1 sunpoet  wheel    15 Jun 22 21:30 xxh32sum.1.gz@ ->
cli/xxhsum.1.gz
lrwx------   1 sunpoet  wheel    15 Jun 22 21:30 xxh64sum.1.gz@ ->
cli/xxhsum.1.gz
-rw-r--r--   1 sunpoet  wheel  1887 Jun 22 21:30 xxhsum.1.gz

After:
lrwx------   1 sunpoet  wheel    11 Jun 22 21:31 xxh64sum.1.gz -> xxhsum.1.gz
lrwx------   1 sunpoet  wheel    11 Jun 22 21:31 xxh32sum.1.gz -> xxhsum.1.gz
lrwx------   1 sunpoet  wheel    11 Jun 22 21:31 xxh128sum.1.gz -> xxhsum.1.gz
-rw-r--r--   1 sunpoet  wheel  1887 Jun 22 21:31 xxhsum.1.gz

PR:		264821
Reported by:	Ivan Rozhuk <rozhuk.im@gmail.com>
commit hash: 221363b5899413267519d051d83ea0c25204ab4f commit hash: 221363b5899413267519d051d83ea0c25204ab4f commit hash: 221363b5899413267519d051d83ea0c25204ab4f commit hash: 221363b5899413267519d051d83ea0c25204ab4f 221363b
Tuesday, 11 Jan 2022
18:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/xxhash: Cosmetic change
commit hash: 413313441334a23022b5f6f5b145636443cff37e commit hash: 413313441334a23022b5f6f5b145636443cff37e commit hash: 413313441334a23022b5f6f5b145636443cff37e commit hash: 413313441334a23022b5f6f5b145636443cff37e 4133134
Thursday, 6 Jan 2022
19:24 Daniel Engberg (diizzy) search for other commits by this committer
devel/xxhash: Update to 0.8.1

While at it, switch to DISTVERSION as per recommendation in
Porters Handbook

Changelog: https://github.com/Cyan4973/xxHash/releases/tag/v0.8.1

PR:		260273
Approved by:	sunpoet (maintainer timeout, 4+ weeks)
commit hash: 5735bde2f0c908032126ac15c7fd376a1946a049 commit hash: 5735bde2f0c908032126ac15c7fd376a1946a049 commit hash: 5735bde2f0c908032126ac15c7fd376a1946a049 commit hash: 5735bde2f0c908032126ac15c7fd376a1946a049 5735bde
Wednesday, 21 Jul 2021
21:12 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/xxhash: Update PORTSCOUT

PORTSCOUT=skipv:r35,r36,r37,r38,r39,r40,r41,r42 does not work as intended.
https://portscout.freebsd.org/ still list r42 as a newer version.
commit hash: fbdbe1dfdb9b53ce2f933b5d741a93255829836c commit hash: fbdbe1dfdb9b53ce2f933b5d741a93255829836c commit hash: fbdbe1dfdb9b53ce2f933b5d741a93255829836c commit hash: fbdbe1dfdb9b53ce2f933b5d741a93255829836c fbdbe1d
Tuesday, 11 May 2021
21:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/xxhash: Simplify Makefile
commit hash: 5f4aceedba0e6dff317e9b80a9b3431ca5b7899a commit hash: 5f4aceedba0e6dff317e9b80a9b3431ca5b7899a commit hash: 5f4aceedba0e6dff317e9b80a9b3431ca5b7899a commit hash: 5f4aceedba0e6dff317e9b80a9b3431ca5b7899a 5f4acee
Thursday, 29 Apr 2021
14:23 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/xxhash: Update PORTSCOUT
commit hash: 186ab6482dfa59b0c01c9e9a3ec6d237fc82de64 commit hash: 186ab6482dfa59b0c01c9e9a3ec6d237fc82de64 commit hash: 186ab6482dfa59b0c01c9e9a3ec6d237fc82de64 commit hash: 186ab6482dfa59b0c01c9e9a3ec6d237fc82de64 186ab64
Sunday, 25 Apr 2021
20:35 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/xxhash: Add PORTSCOUT
commit hash: 2478ee6e831f1544ada43806c354b3befaa30bb1 commit hash: 2478ee6e831f1544ada43806c354b3befaa30bb1 commit hash: 2478ee6e831f1544ada43806c354b3befaa30bb1 commit hash: 2478ee6e831f1544ada43806c354b3befaa30bb1 2478ee6
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 15 Aug 2020
17:11 sunpoet search for other commits by this committer
Update to 0.8.0

- Convert to test framework

Changes:	https://github.com/Cyan4973/xxHash/releases
PR:		248337
Submitted by:	Daniel Engberg <daniel.engberg.lists@pyret.net>
Original commitRevision:545048 
Friday, 26 Jun 2020
11:55 sunpoet search for other commits by this committer
Update to 0.7.4

Changes:	https://github.com/Cyan4973/xxHash/releases
Original commitRevision:540493 
Saturday, 28 Mar 2020
12:45 sunpoet search for other commits by this committer
Update to 0.7.3

Changes:	https://github.com/Cyan4973/xxHash/releases
Original commitRevision:529340 
Sunday, 20 Oct 2019
17:07 sunpoet search for other commits by this committer
Update to 0.7.2

Changes:	https://github.com/Cyan4973/xxHash/releases
Original commitRevision:514896 
Monday, 19 Aug 2019
20:51 sunpoet search for other commits by this committer
Update to 0.7.1

Changes:	https://github.com/Cyan4973/xxHash/releases
Original commitRevision:509333 
Saturday, 16 Mar 2019
23:22 sunpoet search for other commits by this committer
Update to 0.7.0

- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/Cyan4973/xxHash/releases
Original commitRevision:495991 
Monday, 4 Feb 2019
21:44 rene search for other commits by this committer
Return rezny@'s ports to the pool after his commit bit got safekept.

With hat:	portmgr-secretary
Original commitRevision:492170 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
Wednesday, 8 Feb 2017
17:56 rezny search for other commits by this committer
devel/xxhash: new port

xxHash is an extremely fast non-cryptographic hash algorithm, running at RAM
speed limits.  It is proposed in two flavors, 32 and 64 bits. It successfully
completes the SMHasher test suite which evaluates collision, dispersion and
randomness qualities of hash functions. Code is highly portable, and hashes
are identical on all platforms (little / big endian).

WWW: http://www.xxhash.com/

Approved by:	feld (mentor)
Differential Revision:	https://reviews.freebsd.org/D9468
Original commitRevision:433659 

Number of commits found: 24