diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-13 00:56:22 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-13 00:56:22 +0000 |
commit | bbb5e00ca7ddb6233eb2ee971371325433421c05 (patch) | |
tree | bc9d44fd832cbb979fa4adf98b780d3e2a1c528c /databases | |
parent | - Update LICENSE (diff) |
- Update LICENSE
- Shorten pkg-descr
Notes
Notes:
svn path=/head/; revision=336302
Diffstat (limited to 'databases')
-rw-r--r-- | databases/leveldb/Makefile | 2 | ||||
-rw-r--r-- | databases/leveldb/pkg-descr | 8 |
2 files changed, 1 insertions, 9 deletions
diff --git a/databases/leveldb/Makefile b/databases/leveldb/Makefile index 38f79fa3dceb..fb485e71163e 100644 --- a/databases/leveldb/Makefile +++ b/databases/leveldb/Makefile @@ -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 diff --git a/databases/leveldb/pkg-descr b/databases/leveldb/pkg-descr index 018dc8243c99..a4cbfede8dfe 100644 --- a/databases/leveldb/pkg-descr +++ b/databases/leveldb/pkg-descr @@ -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/ |