svn commit: r438797 - in head/databases: . rocksdb-lite

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 18 19:38:19 UTC 2017


Author: sunpoet
Date: Tue Apr 18 19:38:18 2017
New Revision: 438797
URL: https://svnweb.freebsd.org/changeset/ports/438797

Log:
  Add rocksdb-lite 5.2.1
  
  PR:		218409
  Submitted by:	lx

Added:
  head/databases/rocksdb-lite/
  head/databases/rocksdb-lite/Makefile   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Tue Apr 18 19:38:18 2017	(r438796)
+++ head/databases/Makefile	Tue Apr 18 19:38:18 2017	(r438797)
@@ -846,6 +846,7 @@
     SUBDIR += riak
     SUBDIR += riak2
     SUBDIR += rocksdb
+    SUBDIR += rocksdb-lite
     SUBDIR += rrdman
     SUBDIR += rrdmerge
     SUBDIR += rrdtool

Added: head/databases/rocksdb-lite/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rocksdb-lite/Makefile	Tue Apr 18 19:38:18 2017	(r438797)
@@ -0,0 +1,10 @@
+# Created by: David Thiel <lx at FreeBSD.org>
+# $FreeBSD$
+
+MAINTAINER=	lx at freebsd.org
+COMMENT=	Persistent key-value store for fast storage environments (lite version)
+
+LITE=		yes
+MASTERDIR=	${.CURDIR}/../rocksdb
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list