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.

Port details
cityhash Family of hash functions
1.1.1_1 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.1.1_1Version 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 search for ports maintained by this maintainer
Port Added: 2013-02-10 14:30:53
Last Update: 2022-11-11 18:06:37
Commit Hash: 245ecfc
People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
License: MIT
WWW:
https://github.com/google/cityhash
Description:
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 on some CPUs. However, none of the functions we provide are CRCs. - CityHashCrc256() is a variant of CityHashCrc128() that also depends on _mm_crc32_u64(). It returns a 256-bit hash. All members of the CityHash family were designed with heavy reliance on previous work by Austin Appleby, Bob Jenkins, and others. For example, CityHash32 has many similarities with Murmur3a.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (15 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/cityhash-1.1.1_1/catalog.mk
  3. /usr/local/share/licenses/cityhash-1.1.1_1/LICENSE
  4. /usr/local/share/licenses/cityhash-1.1.1_1/MIT
  5. include/city.h
  6. lib/libcityhash.a
  7. lib/libcityhash.so
  8. lib/libcityhash.so.0
  9. lib/libcityhash.so.0.0.0
  10. @comment share/doc/cityhash/COPYING
  11. share/doc/cityhash/NEWS
  12. share/doc/cityhash/README
  13. @owner
  14. @group
  15. @mode
Collapse this list.
Dependency lines:
  • cityhash>0:devel/cityhash
To install the port:
cd /usr/ports/devel/cityhash/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/cityhash
  • pkg install cityhash
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: cityhash
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1477910083 SHA256 (google-cityhash-1.1.1-8af9b8c_GH0.tar.gz) = b13bb003d682c8068d164e782463c2c58eebfa75227e6a2fde1603e2da03a55e SIZE (google-cityhash-1.1.1-8af9b8c_GH0.tar.gz) = 380310

Packages (timestamps in pop-ups are UTC):
cityhash
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.1.1_11.1.1_11.1.1_11.1.1_11.1.1_1-1.1.1_1-
FreeBSD:13:quarterly1.1.1_11.1.1_11.1.1_11.1.1_11.1.1_11.1.1_11.1.1_11.1.1_1
FreeBSD:14:latest1.1.1_11.1.1_11.1.1_11.1.1_11.1.1_11.1.1_1-1.1.1_1
FreeBSD:14:quarterly1.1.1_11.1.1_1-1.1.1_11.1.1_11.1.1_11.1.1_11.1.1_1
FreeBSD:15:latest1.1.1_11.1.1_1n/a1.1.1_1n/a1.1.1_11.1.1_11.1.1_1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for cityhash-1.1.1_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_cityhash
USES:
cpe libtool
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/google/cityhash/tar.gz/8af9b8c?dummy=/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.1_1
11 Nov 2022 18:06:37
commit hash: 245ecfc7fe5537447b5b94669db470fcef1626afcommit hash: 245ecfc7fe5537447b5b94669db470fcef1626afcommit hash: 245ecfc7fe5537447b5b94669db470fcef1626afcommit hash: 245ecfc7fe5537447b5b94669db470fcef1626af files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
devel/cityhash: cosmetic fixes

- Update WWW
- Optionize DOCS
- Don't install license with docs
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.1.1_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1.1_1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1.1_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.1.1_1
23 Feb 2018 21:09:47
Revision:462745Original commit files touched by this commit
rene search for other commits by this committer
Reset vg@'s ports after he resigned.

With hat:	portmgr-secretary
1.1.1_1
05 Mar 2017 08:13:28
Revision:435456Original commit files touched by this commit
mat search for other commits by this committer
Cleanup USE_GITHUB with GH_TUPLE usage.

Do not use GH_TUPLE for the default distfile.

With hat:	portmgr
Sponsored by:	Absolight
1.1.1_1
31 Oct 2016 10:39:51
Revision:424996Original commit files touched by this commit
vg search for other commits by this committer
- Unbreak and use github

PR:		ports/213555
Submitted by:	lacey.leanne@gmail.com <Lacey Powers>
1.1.1_1
14 Sep 2016 15:59:34
Revision:422140Original commit files touched by this commit
mat search for other commits by this committer
GOOGLE_CODE has gone away.

- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
1.1.1_1
17 May 2015 07:54:21
Revision:386586Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add CPE info
- Add LICENSE_FILE

Approved by:	portmgr blanket
1.1.1_1
27 Oct 2014 10:10:59
Revision:371544Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.1.1_1
25 Jun 2014 18:35:40
Revision:359265Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
1.1.1
02 May 2014 18:12:37
Revision:352835Original commit files touched by this commit
vg search for other commits by this committer
Up to 1.1.1:

* Fix CityHash32() so platforms that disagree about whether 'char' is
signed use the same mathematical function.  For most people this changes
nothing as most popular platforms agree with x86 about whether 'char' is
signed.
* No changes to any of the functions, unless you had been using
CityHash32() despite "make check" reporting a failure on your platform.
* Slightly modernize and improve configuration and portability.

Submitted by:	myself
1.1.0
25 Sep 2013 00:54:09
Revision:328226Original commit files touched by this commit
bdrewery search for other commits by this committer
- Remove NO_STAGE as these have been tested to be safe

With hat:	portmgr
20 Sep 2013 17:03:27
Revision:327722Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
1.1.0
22 Jul 2013 14:34:23
Revision:323455Original commit files touched by this commit
vg search for other commits by this committer
 - Changed my email
 - Trim Makefile headers and positions name and surname within

Approved by:	eadler, rm (mentors)
1.1.0
10 Feb 2013 14:30:35
Revision:312029Original commit files touched by this commit
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)

Number of commits found: 17