aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite-ext-pcre
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories d)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508835
* databases/sqlite-ext-pcre: Remove USE_LDCONFIGYuri Victorovich2018-06-101-3/+2
| | | | | | | | | SQLite extensions are loaded with the full path to the shared library. Approved by: portmgr (port compliance, infrastructure) Notes: svn path=/head/; revision=472114
* - Pet portlintDmitry Marakasov2017-12-211-11/+11
| | | | | | | | | | | - Add LICENSE - Cosmetic fixes - Unsilence installation commands Approved by: portmgr blanket Notes: svn path=/head/; revision=456896
* Remove libpcre.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428143
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-251-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 Notes: svn path=/head/; revision=414014
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-4/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* Cleanup plistBaptiste Daroussin2014-12-201-2/+1
| | | | Notes: svn path=/head/; revision=375020
* New port: databases/sqlite-ext-pcreKurt Jaeger2014-08-244-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> Notes: svn path=/head/; revision=366009