diff options
author | marino <marino@FreeBSD.org> | 2015-09-30 18:28:55 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-09-30 18:28:55 +0800 |
commit | 30ca460bf840cab5974f3f2fcdb5fd09f94b09b4 (patch) | |
tree | 0d7c54ccc27c44c22036ef1b89aa9fd3c7ce37bf /databases/Makefile | |
parent | 466f9a24fc7ca9962b650d3c62c99ad9c1953553 (diff) | |
download | freebsd-ports-gnome-30ca460bf840cab5974f3f2fcdb5fd09f94b09b4.tar.gz freebsd-ports-gnome-30ca460bf840cab5974f3f2fcdb5fd09f94b09b4.tar.zst freebsd-ports-gnome-30ca460bf840cab5974f3f2fcdb5fd09f94b09b4.zip |
Add new port databases/libnvpair
libnvpair is a name-value pair library originating from Solaris
The nvpair library was released in OpenSolaris and has been extended
by the Illumos project. It exports a set of functions used for managing
name-value pairs. This is a base library for Solaris and its descendents.
However, the kernel-specific code has been removed thus libnvpair is
strictly meant for the userland. The XDR functionality has been masked
for now due to RPC differences between *BSD and Illumos.
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 0d5785cd21ad..8b6b0085d723 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -159,6 +159,7 @@ SUBDIR += libmemcache SUBDIR += libmemcached SUBDIR += libmongo-client + SUBDIR += libnvpair SUBDIR += libodbc++ SUBDIR += libpbl SUBDIR += libpqtypes |