aboutsummaryrefslogtreecommitdiffstats
path: root/databases/sqlite-ext-pcre
Commit message (Collapse)AuthorAgeFilesLines
* - Pet portlintamdmi32017-12-211-11/+11
| | | | | | | | - Add LICENSE - Cosmetic fixes - Unsilence installation commands Approved by: portmgr blanket
* Remove libpcre.so.3 compatibility link that was added in r374303 totijl2016-12-091-0/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.mat2016-04-261-2/+1
| | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Update ports in the [bcd]* categories to not use GH_COMMIT.mat2015-05-062-4/+3
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* Cleanup plistbapt2014-12-211-2/+1
|
* New port: databases/sqlite-ext-pcrepi2014-08-254-0/+56
This is sqlite3-pcre, an extension for sqlite3 that uses libpcre to provide a regexp() function to use with the REGEXP operator. PR: 190121 Submitted by: Vick Khera <vivek@khera.org>