From owner-svn-ports-all@freebsd.org Tue Feb 25 23:31:30 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F2DF5244180; Tue, 25 Feb 2020 23:31:29 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48RwDd1twHz4JKw; Tue, 25 Feb 2020 23:31:29 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DB1441E4CF; Tue, 25 Feb 2020 23:31:28 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01PNVSB8051644; Tue, 25 Feb 2020 23:31:28 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01PNVSTp051641; Tue, 25 Feb 2020 23:31:28 GMT (envelope-from osa@FreeBSD.org) Message-Id: <202002252331.01PNVSTp051641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 25 Feb 2020 23:31:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527143 - in head/textproc: . redisearch X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: in head/textproc: . redisearch X-SVN-Commit-Revision: 527143 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2020 23:31:30 -0000 Author: osa Date: Tue Feb 25 23:31:27 2020 New Revision: 527143 URL: https://svnweb.freebsd.org/changeset/ports/527143 Log: Add RediSearch - a source available Full-Test and Secondary Index engine over Redis, developed by Redis Labs. Differential Revision: https://reviews.freebsd.org/D20061 Added: head/textproc/redisearch/ head/textproc/redisearch/Makefile (contents, props changed) head/textproc/redisearch/distinfo (contents, props changed) head/textproc/redisearch/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Feb 25 22:40:59 2020 (r527142) +++ head/textproc/Makefile Tue Feb 25 23:31:27 2020 (r527143) @@ -1432,6 +1432,7 @@ SUBDIR += re-flex SUBDIR += re_graph SUBDIR += redet + SUBDIR += redisearch SUBDIR += redland SUBDIR += redland-bindings SUBDIR += refdb Added: head/textproc/redisearch/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/redisearch/Makefile Tue Feb 25 23:31:27 2020 (r527143) @@ -0,0 +1,30 @@ +# Created by: Sergey A. Osokin +# $FreeBSD$ + +PORTNAME= redisearch +DISTVERSIONPREFIX= v +DISTVERSION= 1.4.24 +CATEGORIES= textproc + +MAINTAINER= osa@FreeBSD.org +COMMENT= Full-text search over Redis + +LICENSE= UNKNOWN +LICENSE_NAME= Redis Source Available License Agreement +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + +USES= cmake + +USE_GITHUB= yes +GH_ACCOUNT= RediSearch +GH_PROJECT= RediSearch + +CMAKE_ARGS= -DGIT_DESCRIBE_VERSION:STRING=${PKGVERSION} + +PLIST_FILES= lib/redisearch.so + +do-install: + ${INSTALL_LIB} ${INSTALL_WRKSRC}/redisearch.so ${STAGEDIR}${PREFIX}/lib + +.include Added: head/textproc/redisearch/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/redisearch/distinfo Tue Feb 25 23:31:27 2020 (r527143) @@ -0,0 +1,3 @@ +TIMESTAMP = 1582247654 +SHA256 (RediSearch-RediSearch-v1.4.24_GH0.tar.gz) = 7b0ff9ddfde9e235098f323d2f8ff53d58df87e43f3ada95aa0af4568a3d6ddd +SIZE (RediSearch-RediSearch-v1.4.24_GH0.tar.gz) = 3573486 Added: head/textproc/redisearch/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/redisearch/pkg-descr Tue Feb 25 23:31:27 2020 (r527143) @@ -0,0 +1,12 @@ +RediSearch is a source available Full-Text and Secondary Index +engine over Redis, developed by Redis Labs. + +Redisearch implements a search engine on top of Redis, but +unlike other Redis search libraries, it does not use internal +data structures like sorted sets. + +This also enables more advanced features, like exact phrase +matching and numeric filtering for text queries, that are not +possible or efficient with traditional Redis search approaches. + +WWW: https://oss.redislabs.com/redisearch/