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
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.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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)
0.3.7
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)
0.3.7
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)
0.3.7
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.
0.3.7
27 Jul 2015 21:34:54
Revision:393038Original commit files touched by this commit
rodrigo search for other commits by this committer
upgrade libarena from 0.3.6 to 0.3.7
0.3.6
20 Dec 2014 18:06:22
Revision:375029Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.3.6
29 Jul 2014 19:11:53
Revision:363374Original commit files touched by this commit
adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
0.3.6
29 Jan 2014 09:17:42
Revision:341704Original commit files touched by this commit
rodrigo search for other commits by this committer
Update maintainer email address

Approved by:	bapt@ (co-mentor)
0.3.6
02 Dec 2013 17:31:14
Revision:335518Original commit files touched by this commit
sunpoet search for other commits by this committer
- Support STAGEDIR

PR:		ports/184439
Submitted by:	Rodrigo Osorio <rodrigo@bebik.net> (maintainer)
0.3.6
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)
0.3.6
14 Jul 2013 18:15:44
Revision:322995Original commit files touched by this commit
wg search for other commits by this committer
devel/libarena: update to 0.3.6

- Update to 0.3.6 [1]
- Convert new USES gmake
- Remove MARK_JOBS_SAFE, which is now default

Changes: http://25thandclement.com/~william/projects/libarena.html#news

PR:		ports/180457 [1]
Submitted by:	Rodrigo (ros) OSORIO <rodrigo bebik.net> (maintainer)
0.3.5
12 Jan 2013 12:07:59
Revision:310267Original commit files touched by this commit
wen search for other commits by this committer
- Trim Makefile headers
- Pass maintainership to submitter

PR:		175184
Submitted by:	Rodrigo (ros) OSORIO <rodrigo@bebik.net>
0.3.5
29 Oct 2012 21:44:12
Revision:306642Original commit files touched by this commit
pawel search for other commits by this committer
- Update to version 0.3.5
- Add LICENSE
- Mark MAKE_JOBS_SAFE

PR:		ports/172224
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
0.3.4
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.3.4
13 Mar 2011 13:04:41
Original commit files touched by this commit
naddy search for other commits by this committer
Disable a bizarre attempt to use both BSD and GNU make constructs
in parallel.  Fixes build with gmake 3.82.

While there, patch Variables.mk instead of running a substitution.
0.3.4
28 Dec 2010 06:31:49
Original commit files touched by this commit
linimon search for other commits by this committer
Reset ijliao@FreeBSD.org due to maintainer-timeouts and long absence.
We hope to see ijliao back again sometime.

Hat:            portmgr
0.3.4
21 Jun 2009 02:02:21
Original commit files touched by this commit
ijliao search for other commits by this committer
fix mtree error in case of custom PREFIX

Submitted by:   Sahil Tandon <sahil@tandon.net> (via mail)
0.3.4
01 Jun 2008 09:42:37
Original commit files touched by this commit
olgeni search for other commits by this committer
Large round of typo fixes in ports/devel (pkg-descr).
0.3.4
11 Jun 2007 14:38:44
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 0.3.4
0.3.1
26 Apr 2007 02:21:58
Original commit files touched by this commit
ijliao search for other commits by this committer
add libarena 0.3.1
Custom Memory Allocator Interface

Number of commits found: 20