From de753e5820d2a0f07fb591e472eeda66de86ab72 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Fri, 13 Dec 2013 00:56:22 +0000 Subject: - Update LICENSE - Shorten pkg-descr --- databases/leveldb/Makefile | 2 +- databases/leveldb/pkg-descr | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) (limited to 'databases/leveldb') 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/ -- cgit