Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2013 00:56:22 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336302 - head/databases/leveldb
Message-ID:  <201312130056.rBD0uMcN066477@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312130056.rBD0uMcN066477>