mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
- Update LICENSE
- Shorten pkg-descr
This commit is contained in:
parent
6636d0b1ea
commit
bbb5e00ca7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336302
@ -9,7 +9,7 @@ MASTER_SITES= GOOGLE_CODE
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Fast and lightweight key/value database library by Google
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
OPTIONS_DEFINE= GPERFTOOLS SNAPPY
|
||||
OPTIONS_DEFAULT=SNAPPY
|
||||
|
@ -15,12 +15,4 @@ Features:
|
||||
- Detailed documentation about how to use the library is included with the
|
||||
source code.
|
||||
|
||||
Limitations:
|
||||
- This is not a SQL database. It does not have a relational data model, it does
|
||||
not support SQL queries, and it has no support for indexes.
|
||||
- Only a single process (possibly multi-threaded) can access a particular
|
||||
database at a time.
|
||||
- There is no client-server support builtin to the library. An application that
|
||||
needs such support will have to wrap their own server around the library.
|
||||
|
||||
WWW: http://code.google.com/p/leveldb/
|
||||
|
Loading…
x
Reference in New Issue
Block a user