aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite-ext-spellfix
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Simplify LICENSEDmitry Marakasov2019-11-172-10/+7
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=517810
* Convert to UCL & cleanup pkg-message (categories d)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508835
* databases/sqlite-ext-spellfix: Remove USE_LDCONFIGYuri Victorovich2018-06-101-1/+1
| | | | | | | SQLite extensions are loaded with the full path to the shared library. Notes: svn path=/head/; revision=472112
* 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) Notes: svn path=/head/; revision=462887
* New port: databases/sqlite-ext-spellfixKurt Jaeger2016-05-064-0/+66
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: svn path=/head/; revision=414708