aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite-ext-miscfuncs
Commit message (Collapse)AuthorAgeFilesLines
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-1/+1
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-251-1/+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
* Cleanup plistBaptiste Daroussin2014-12-201-2/+1
| | | | Notes: svn path=/head/; revision=375020
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-0/+1
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* Nuke NOPORTDOCS. While, here, correct a couple offenders who label examplesAdam Weinberger2014-07-031-2/+2
| | | | | | | with PORTDOCS. And, fix a couple WITH_foo invocations. Notes: svn path=/head/; revision=360463
* Support STAGEDIR.Vanilla I. Shu2014-05-161-6/+4
| | | | Notes: svn path=/head/; revision=354192
* [Errno 11] Resource Temporarily UnavailableGreg Larkin2013-12-161-1/+1
| | | | | | | | | | Reassigning my ports back to the pool with the hope of freeing up to do more FreeBSD work in the future. Submitted by: glarkin Notes: svn path=/head/; revision=336656
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Upgraded to latest version 1.1 (made up since distfile is not underGreg Larkin2010-06-032-5/+4
| | | | | | | | revision control). Upstream argument assertion fix in square root function. Notes: svn path=/head/; revision=255660
* - Added distfile version numbering so older versions can be installedGreg Larkin2010-06-032-5/+7
| | | | | | | without running into checksum errors. Notes: svn path=/head/; revision=255659
* - Fixed the fetch URLGreg Larkin2010-03-051-4/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250604
* Provide mathematical, string and aggregate functions for SQL queriesGreg Larkin2010-03-055-0/+120
using the SQLite loadable extensions mechanism. Math functions: acos, asin, atan, atn2, atan2, acosh, asinh, atanh, difference, degrees, radians, cos, sin, tan, cot, cosh, sinh, tanh, coth, exp, log, log10, power, sign, sqrt, square, ceil, floor, pi String functions: replicate, charindex, leftstr, rightstr, ltrim, rtrim, trim, replace, reverse, proper, padl, padr, padc, strfilter Aggregate functions: stdev, variance, mode, median, lower_quartile, upper_quartile WWW: http://www.sqlite.org/contrib Submitted by: myself (glarkin) Feature safe: yes Notes: svn path=/head/; revision=250602