diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-13 08:56:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-13 08:56:22 +0800 |
commit | de753e5820d2a0f07fb591e472eeda66de86ab72 (patch) | |
tree | bc9d44fd832cbb979fa4adf98b780d3e2a1c528c /databases/leveldb | |
parent | 587801b0293ef7ebc27fa1f397db6f802a91f7a2 (diff) | |
download | freebsd-ports-gnome-de753e5820d2a0f07fb591e472eeda66de86ab72.tar.gz freebsd-ports-gnome-de753e5820d2a0f07fb591e472eeda66de86ab72.tar.zst freebsd-ports-gnome-de753e5820d2a0f07fb591e472eeda66de86ab72.zip |
- Update LICENSE
- Shorten pkg-descr
Diffstat (limited to 'databases/leveldb')
-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/ |