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
libhoard Fast, scalable, and memory-efficient allocator for MP
3.13 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 3.13Version 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: 2003-06-21 20:33:28
Last Update: 2023-12-31 00:37:05
Commit Hash: bbab7f5
People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
License: GPLv2+
WWW:
http://www.hoard.org/
Description:
The Hoard memory allocator is a fast, scalable, and memory-efficient memory allocator for shared-memory multiprocessors. Multithreaded programs that perform dynamic memory allocation do not scale because the heap is a bottleneck. When multiple threads simultaneously allocate or deallocate memory from the heap, they will be serialized while waiting for the heap lock. Programs making intensive use of the heap actually slow down as the number of processors increases. (Note: If you make a lot of use of the STL, you may not know it, but you are making a lot of use of the heap.) Hoard is a fast allocator that solves this problem. In addition, it has very reasonable bounds on memory consumption.
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 (6 items)
Collapse this list.
  1. lib/libhoard.so
  2. lib/libhoard.so.1
  3. @ldconfig
  4. /usr/local/share/licenses/libhoard-3.13/catalog.mk
  5. /usr/local/share/licenses/libhoard-3.13/LICENSE
  6. /usr/local/share/licenses/libhoard-3.13/GPLv2+
Collapse this list.
Dependency lines:
  • libhoard>0:devel/libhoard
To install the port:
cd /usr/ports/devel/libhoard/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/libhoard
  • pkg install libhoard
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libhoard
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1586388520 SHA256 (hoard-release.tar.gz) = 56399859f95e5a91c998f665d7e56095e8c888c77b33f7d9a5c3b64356658d76 SIZE (hoard-release.tar.gz) = 1554232

Packages (timestamps in pop-ups are UTC):
libhoard
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.133.133.133.133.13-3.13-
FreeBSD:13:quarterly3.133.133.133.133.133.133.133.13
FreeBSD:14:latest3.133.133.133.133.133.13-3.13
FreeBSD:14:quarterly3.133.13-3.133.133.133.133.13
FreeBSD:15:latest3.133.13n/a3.13n/a3.133.133.13
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_libhoard
USES:
gmake compiler:c++14-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/emeryberger/Hoard/releases/download/3.13/
Collapse this list.

Number of commits found: 34

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.13
31 Dec 2023 00:37:05
commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
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)
3.13
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)
3.13
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)
3.13
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.
3.13
29 Nov 2020 14:12:28
Revision:556569Original commit files touched by this commit
linimon search for other commits by this committer
These ports now build on aarch64.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com TRYBROKEN run
3.13
13 Oct 2020 01:59:00
Revision:552169Original commit files touched by this commit
linimon search for other commits by this committer
These ports now build (as tested on powerpc64-12).

Approved by:	portmgr (tier-2 blanket)
3.13
08 Apr 2020 23:51:33
Revision:531160Original commit files touched by this commit
osa search for other commits by this committer
Update from 3.10 to the recent release 3.13.

Remove needless patches.
3.10_1
27 Jan 2019 10:36:16
Revision:491337Original commit files touched by this commit
tobik search for other commits by this committer
devel/libhoard: Unbreak build with Clang 6 (C++14 by default)

include/hoard/geometricsizeclass.h:137:5: error: non-type template argument
evaluates to -2147483648, which cannot be narrowed to type 'size_t' (aka
'unsigned long') [-Wc++11-narrowing]
           MaxObjectSize>::VALUE };
           ^

http://beefy3.nyi.freebsd.org/data/112amd64-quarterly/491309/logs/errors/libhoard-3.10.log

- Respect CXX, CXXFLAGS, LDFLAGS
- Add a soname to the library
- Use INSTALL_LIB to install it
3.10
29 Apr 2017 06:32:03
Revision:439720Original commit files touched by this commit
linimon search for other commits by this committer
Provide more descriptive error messages for ports failing on powerpc64.

Approved by:	portmgr (tier-2 blanket)
3.10
08 Nov 2016 19:29:57
Revision:425758Original commit files touched by this commit
linimon search for other commits by this committer
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.
3.10
08 Nov 2016 03:34:45
Revision:425674Original commit files touched by this commit
linimon search for other commits by this committer
Broken on all tier-2 archs.
3.10
09 Oct 2016 22:01:34
Revision:423625Original commit files touched by this commit
bsam search for other commits by this committer
Thank you Uffe for your past work on FreeBSD ports! Hope you'll find time
to contribute to FreeBSD in the future. Reset Uffe's ports maintainership.

Requested by:	 Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail)
3.10
29 Apr 2016 21:21:17
Revision:414294Original commit files touched by this commit
pi search for other commits by this committer
devel/libhoard: Fix build with libc++ 3.8.0

PR:		208621
Submitted by:	dim
Approved by:	uffe@uffe.org (maintainer timeout)
3.10
21 Apr 2016 16:43:15
Revision:413746Original commit files touched by this commit
swills search for other commits by this committer
many ports: mark broken on powerpc64
3.10
12 Jan 2016 16:20:32
Revision:405891Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
3.10
12 Dec 2015 14:18:16
Revision:403601Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Clarify LICENSE
- Add LICENSE_FILE
- Mark BROKEN on mips*:

Heap-Layers/locks/spinlock.h:268:2: error: #error "No spin lock implementation
is available for this platform."

Approved by:	portmgr blanket
3.10
16 Sep 2015 13:03:46
Revision:397064Original commit files touched by this commit
mat search for other commits by this committer
It seems some people keep adding $FreeBSD$ to patch files.

Patches must not be changed by the vcs, this includes the
svn:keyword expansion.  Set fbsd:nokeywords to a couple of patches.

With hat:	portmgr
Sponsored by:	Absolight
3.10
28 Aug 2014 18:32:54
Revision:366445Original commit files touched by this commit
robak search for other commits by this committer
devel/libhoard: update 3.8 -> 3.10

- Assign maintainership to uffe@uffe.org
- Add stage support

PR:		192877
Submitted by:	Uffe Jakobsen <uffe@uffe.org>
Reviewed by:	marino (mentor)
Approved by:	mentors (implicit)
3.8
04 Jul 2014 12:06:07
Revision:360604Original commit files touched by this commit
bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
3.8
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
3.8
25 Jul 2012 06:32:08
Original commit files touched by this commit
cs search for other commits by this committer
Fix typos in COMMENT
3.8
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
3.8
05 Jun 2010 06:41:23
Original commit files touched by this commit
osa search for other commits by this committer
Update from 3.6.1 to 3.8.
3.6.1
05 Jan 2009 19:44:02
Original commit files touched by this commit
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
3.6.1
24 May 2007 07:05:45
Original commit files touched by this commit
osa search for other commits by this committer
Make fetchable by update to latest release 3.6.1.

Pointed out by: pointyhat, kris
Approved by:    portmgr (erwin)
3.6_1
02 Apr 2007 13:56:46
Original commit files touched by this commit
osa search for other commits by this committer
Build only for i386.
Bump PORTREVISION.
3.6
25 Mar 2007 21:03:41
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 3.6

PR:             ports/110185
Submitted by:   trasz <trasz@pin.if.uz.zgora.pl>
Approved by:    maintainer timeout (osa; 14 days)
2.1.2d_2
22 Jan 2006 08:30:12
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
2.1.2d_2
31 Aug 2005 09:26:37
Original commit files touched by this commit
vs search for other commits by this committer
Fix PTHREAD_* misspellings

Approved by: osa,ahze
2.1.2d_2
04 Feb 2004 12:55:42
Original commit files touched by this commit
osa search for other commits by this committer
SIZEfy my ports.
2.1.2d_2
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
2.1.2d_1
25 Jun 2003 14:37:49
Original commit files touched by this commit
osa search for other commits by this committer
Port does not compile on systems older than 5.1-RELEASE
(needs _SC_NPROCESSORS_ONLN).
Respect CC, CXX, CFLAGS and CXXFLAGS.

Pointed out by: kris
Approved by:    fjoe (mentor)
2.1.2d
21 Jun 2003 20:32:55
Original commit files touched by this commit
osa search for other commits by this committer
Add libhoard - fast, scalable and memory-efficient
allocator for multiprocessors.

Approved by:    fjoe (mentor) (implicit)

Number of commits found: 34