Port details |
- libarena Custom Memory Allocator Interface
- 0.3.7 devel =2 0.3.7Version of this port present on the latest quarterly branch.
- Maintainer: rodrigo@FreeBSD.org
- Port Added: 2007-04-26 02:22:26
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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 |
Stefan Eßer (se) |
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 ) |
0.3.7 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
0.3.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.7 27 Jul 2015 21:34:54 |
rodrigo |
upgrade libarena from 0.3.6 to 0.3.7 |
0.3.6 20 Dec 2014 18:06:22 |
bapt |
Cleanup plist |
0.3.6 29 Jul 2014 19:11:53 |
adamw |
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 |
rodrigo |
Update maintainer email address
Approved by: bapt@ (co-mentor) |
0.3.6 02 Dec 2013 17:31:14 |
sunpoet |
- Support STAGEDIR
PR: ports/184439
Submitted by: Rodrigo Osorio <rodrigo@bebik.net> (maintainer) |
0.3.6 20 Sep 2013 17:13:47 |
bapt |
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 |
wg |
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 |
wen |
- 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 |
pawel |
- 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 |
ohauer |
-remove MD5 |
0.3.4 13 Mar 2011 13:04:41 |
naddy |
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 |
linimon |
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 |
ijliao |
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 |
olgeni |
Large round of typo fixes in ports/devel (pkg-descr). |
0.3.4 11 Jun 2007 14:38:44 |
ijliao |
upgrade to 0.3.4 |
0.3.1 26 Apr 2007 02:21:58 |
ijliao |
add libarena 0.3.1
Custom Memory Allocator Interface |