svn commit: r336302 - head/databases/leveldb
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Dec 13 00:56:22 UTC 2013
Author: sunpoet
Date: Fri Dec 13 00:56:22 2013
New Revision: 336302
URL: http://svnweb.freebsd.org/changeset/ports/336302
Log:
- Update LICENSE
- Shorten pkg-descr
Modified:
head/databases/leveldb/Makefile
head/databases/leveldb/pkg-descr (contents, props changed)
Modified: head/databases/leveldb/Makefile
==============================================================================
--- head/databases/leveldb/Makefile Fri Dec 13 00:54:49 2013 (r336301)
+++ head/databases/leveldb/Makefile Fri Dec 13 00:56:22 2013 (r336302)
@@ -9,7 +9,7 @@ MASTER_SITES= GOOGLE_CODE
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Fast and lightweight key/value database library by Google
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
OPTIONS_DEFINE= GPERFTOOLS SNAPPY
OPTIONS_DEFAULT=SNAPPY
Modified: head/databases/leveldb/pkg-descr
==============================================================================
--- head/databases/leveldb/pkg-descr Fri Dec 13 00:54:49 2013 (r336301)
+++ head/databases/leveldb/pkg-descr Fri Dec 13 00:56:22 2013 (r336302)
@@ -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/
More information about the svn-ports-all
mailing list