summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-05-06 14:59:36 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-05-06 14:59:36 +0000
commitcf5405d2efcda58d1e1cc6ec2b51ea5b792c0cab (patch)
tree0ee96d66003c3c2697609028fcfb944c7220af0a /databases/Makefile
parentUpdate to 5.7.12, fixing 31 partially critical vulnerabilities (diff)
New port: databases/sqlite-ext-spellfix
This module implements the spellfix1 VIRTUAL TABLE that can be used to search a large vocabulary for close matches using Levenshtein distance. Virtual table: spellfix1 Functions: editdist, editdist3, spellfix1_translit, spellfix1_phonehash, spellfix1_scriptcode WWW: http://www.sqlite.org/spellfix1.html PR: 203217 Submitted by: Yuri <yuri@rawbw.com>
Notes
Notes: svn path=/head/; revision=414708
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 99f76b31fbdb..e00aa287ecb1 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -937,6 +937,7 @@
SUBDIR += sqldeveloper
SUBDIR += sqlite-ext-miscfuncs
SUBDIR += sqlite-ext-pcre
+ SUBDIR += sqlite-ext-spellfix
SUBDIR += sqlite2
SUBDIR += sqlite3
SUBDIR += sqlitebrowser