diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2011-10-04 16:04:07 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2011-10-04 16:04:07 +0000 |
commit | 726cc4a068268f403ba5f95749261ebd672a2f84 (patch) | |
tree | d1f39e99204403c562b33908767d682c6d5569ea /databases/Makefile | |
parent | 1e14aedb1dbdfcbb5841bedcec3c23e5de67c2e6 (diff) | |
download | ports-726cc4a068268f403ba5f95749261ebd672a2f84.tar.gz ports-726cc4a068268f403ba5f95749261ebd672a2f84.zip |
New port: databases/ldb
ldb is a LDAP-like embedded database.
ldb provides a fast database with an LDAP-like API
designed to be used within an application.
In some ways it can be seen as a intermediate solution
between key-value pair databases and a real LDAP database.
WWW: http://ldb.samba.org/
PR: ports/161266
Submitted by: Andrew Elble <aweits@rit.edu>
Notes
Notes:
svn path=/head/; revision=282922
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 22f3747edca1..4c7e236011b1 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -142,6 +142,7 @@ SUBDIR += ksqlshell SUBDIR += kumofs SUBDIR += kyotocabinet + SUBDIR += ldb SUBDIR += libdbi SUBDIR += libdbi-drivers SUBDIR += libdrizzle |