Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146298582
D20061.id56672.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D20061.id56672.diff
View Options
Index: redisearch/Makefile
===================================================================
--- /dev/null
+++ redisearch/Makefile
@@ -0,0 +1,30 @@
+# Created by: Sergey A. Osokin <osa@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= RediSearch
+PORTVERSION= 1.4.7
+DISTVERSIONPREFIX= v
+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
+
+USE_GITHUB= yes
+GH_ACCOUNT= RedisLabsModules
+
+USES= cmake:insource,noninja
+
+PLIST_FILES= lib/redisearch.so
+
+do-build:
+ @cd ${WRKSRC} && ${MAKE}
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/redisearch.so ${STAGEDIR}${PREFIX}/lib
+
+.include <bsd.port.mk>
Index: redisearch/distinfo
===================================================================
--- /dev/null
+++ redisearch/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1556154588
+SHA256 (RedisLabsModules-RediSearch-v1.4.7_GH0.tar.gz) = 165813336196e82f91eab144356f1500984ebce796742dc1ae818b3d087d8c00
+SIZE (RedisLabsModules-RediSearch-v1.4.7_GH0.tar.gz) = 3541544
Index: redisearch/pkg-descr
===================================================================
--- /dev/null
+++ redisearch/pkg-descr
@@ -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/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 2, 12:57 PM (10 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29158233
Default Alt Text
D20061.id56672.diff (1 KB)
Attached To
Mode
D20061: [new port] textproc/RediSearch: Full-Text and Secondary Index engine over Redis
Attached
Detach File
Event Timeline
Log In to Comment