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 on branch 2022Q3
libarena Custom Memory Allocator Interface
0.3.7 devel on this many watch lists=0 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 0.3.7Version of this port present on the latest quarterly branch.
Maintainer: rodrigo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2007-04-26 02:22:26
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: MIT
WWW:
https://www.25thandclement.com/~william/projects/libarena.html
Description:
libarena is a custom memory allocator interface and implementation. Four allocators are provided: flat LIFO arena allocator, object pool allocator and two malloc(3) wrappers: one which returns the pointers unadulterated and one which obeys the requested, arbitrary alignment. These can be used directly, or through their exported prototype interfaces. libarena is meant to provide a baseline interface so allocators can be stacked, and to provide a simple and well defined interface for libraries and applications without becoming mired in features or capabilities. It is not meant to restrict or confine what custom allocators can actually accomplish. For instance, the included pool and arena allocators include a suite of string utilities which aren't available in the generic exportable interface. Note that these string utilities are built upon a generic interface (see util.h) which can take the prototypical allocation context, so they are also available to any 3rd party compatible allocators.
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 (10 items)
Collapse this list.
  1. include/arena/align.h
  2. include/arena/arena.h
  3. include/arena/pool.h
  4. include/arena/proto.h
  5. include/arena/rbits.h
  6. include/arena/util.h
  7. lib/libarena.a
  8. /usr/local/share/licenses/libarena-0.3.7/catalog.mk
  9. /usr/local/share/licenses/libarena-0.3.7/LICENSE
  10. /usr/local/share/licenses/libarena-0.3.7/MIT
Collapse this list.
Dependency lines:
  • libarena>0:devel/libarena
To install the port:
cd /usr/ports/devel/libarena/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/libarena
  • pkg install libarena
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libarena
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (libarena-0.3.7.tgz) = 6526933f218fafa5dfecb4189337eab6be3d65af250dc7dc89b1acf19a89d265 SIZE (libarena-0.3.7.tgz) = 22901

Packages (timestamps in pop-ups are UTC):
libarena
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.3.70.3.70.3.70.3.70.3.7-0.3.7-
FreeBSD:13:quarterly0.3.70.3.70.3.70.3.70.3.70.3.70.3.70.3.7
FreeBSD:14:latest0.3.70.3.70.3.70.3.70.3.70.3.7-0.3.7
FreeBSD:14:quarterly0.3.70.3.7-0.3.70.3.70.3.70.3.70.3.7
FreeBSD:15:latest0.3.70.3.7n/a0.3.7n/a0.3.70.3.70.3.7
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_libarena
USES:
gmake tar:tgz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.25thandclement.com/~william/projects/releases/
Collapse this list.

There are no commits on branch 2022Q3 for this port