summaryrefslogtreecommitdiff
path: root/databases/sqlite-ext-spellfix/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Simplify LICENSEDmitry Marakasov2019-11-171-9/+6
| | | | | | | | | | - Switch to USES=localbase (and fix PREFIX vs. LOCALBASE misuse) - Unsilence build and installation - User proper command for library installation - Respect LDFLAGS - Update WWW Approved by: portmgr blanket
* databases/sqlite-ext-spellfix: Remove USE_LDCONFIGYuri Victorovich2018-06-101-1/+1
| | | | SQLite extensions are loaded with the full path to the shared library.
* Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.orgYuri Victorovich2018-02-251-1/+1
| | | | | | 98 ports are affected. Approved by: tcberner (mentor, implicit)
* New port: databases/sqlite-ext-spellfixKurt Jaeger2016-05-061-0/+40
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>