Port details |
- libuutil Illumos userland utilities library
- 1.0.3 devel
=0 1.0.3Version 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
 - Port Added: 2015-09-30 21:56:16
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- License: CDDL
- Description:
- libuutil is a library of userland utilities originating from solaris
This library provides both a doubly linked-list implementation and a
AVL tree implementation. This has been a private library best known
as a core component for ZFS and SMF.
The performance is considered excellent. As this has always been a
private library, it is not well documented and there is no man page
for it. The best documentation is located in the source code and
reading OpenSolaris/Illumos ZFS and SMF sources will help as well.
WWW: https://github.com/jrmarino/libuutil
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- libuutil>0:devel/libuutil
- For LIB depends:
- libuutil.so:devel/libuutil
- To install the port:
- cd /usr/ports/devel/libuutil/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libuutil
- pkg install libuutil
- PKGNAME: libuutil
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (jrmarino-libuutil-1.0.3_GH0.tar.gz) = 8694b537bb6481fea7855c626923e5d114397e81d7a8cf723cec47d4f5b06129
SIZE (jrmarino-libuutil-1.0.3_GH0.tar.gz) = 27701
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_libuutil
- USES:
- uidfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.0.3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
25 Nov 2019 23:25:52
1.0.3
|
brooks  |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
10 Oct 2016 19:32:38
1.0.3
|
amdmi3  |
- Cosmetic fixes |
15 Sep 2016 01:29:41
1.0.3
|
marino  |
Release some of my ports back to the heap |
19 May 2016 10:21:25
1.0.3
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
16 Oct 2015 10:26:04
1.0.3
|
marino  |
devel/libuutil: Unbreak
The library was missing the source for the avl functions. That
file has been added; the library links without missing references now. |
12 Oct 2015 18:55:31
1.0.1
|
amdmi3  |
- Add USES=uidfix to fix staging as non-root
- Add USE_LDCONFIG as the port installs shared library
- Mark BROKEN, library is not usable
Approved by: marino (maintainer) |
30 Sep 2015 22:13:54
1.0.1
|
marino  |
devel/libuutil: Fix typo in WWW |
30 Sep 2015 21:56:09
1.0.1
|
marino  |
Add new port devel/libuutil
libuutil is a library of userland utilities originating from solaris
This library provides both a doubly linked-list implementation and a
AVL tree implementation. This has been a private library best known
as a core component for ZFS and SMF.
The performance is considered excellent. As this has always been a
private library, it is not well documented and there is no man page
for it. The best documentation is located in the source code and
reading OpenSolaris/Illumos ZFS and SMF sources will help as well. |
Number of commits found: 9
|