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/cityhash/pkg-plist

Number of commits found: 4

Friday, 11 Nov 2022
18:06 Dmitry Marakasov (amdmi3) search for other commits by this committer
devel/cityhash: cosmetic fixes

- Update WWW
- Optionize DOCS
- Don't install license with docs
commit hash: 245ecfc7fe5537447b5b94669db470fcef1626af commit hash: 245ecfc7fe5537447b5b94669db470fcef1626af commit hash: 245ecfc7fe5537447b5b94669db470fcef1626af commit hash: 245ecfc7fe5537447b5b94669db470fcef1626af 245ecfc
Monday, 27 Oct 2014
10:10 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371544 
Wednesday, 25 Jun 2014
18:35 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Original commitRevision:359265 
Sunday, 10 Feb 2013
14:30 miwi search for other commits by this committer
CityHash provides hash functions for strings.  The functions mix the
input bits thoroughly but are not suitable for cryptography.  See
"Hash Quality," below, for details on how CityHash was tested and so on.

Functions by CityHash:

- CityHash32() returns a 32-bit hash.
- CityHash64() and similar return a 64-bit hash.
- CityHash128() and similar return a 128-bit hash and are tuned for
strings of at least a few hundred bytes.  Depending on your compiler
and hardware, it's likely faster than CityHash64() on sufficiently long
strings.  It's slower than necessary on shorter strings, but we expect
that case to be relatively unimportant.
- CityHashCrc128() and similar are variants of CityHash128() that depend
on _mm_crc32_u64(), an intrinsic that compiles to a CRC32 instruction
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:312029 

Number of commits found: 4