1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Tijl Coosemans
a5185846f0 Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
2014-07-04 09:40:59 +00:00
Adam Weinberger
4586d2ad5c Nuke NOPORTDOCS. While, here, correct a couple offenders who label examples
with PORTDOCS. And, fix a couple WITH_foo invocations.
2014-07-03 21:48:44 +00:00
Vanilla I. Shu
d3716a5a6d Support STAGEDIR. 2014-05-16 03:11:14 +00:00
Greg Larkin
43b0eb0cb0 [Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.

Submitted by:	glarkin
2013-12-16 18:24:49 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Greg Larkin
70564c817d - Upgraded to latest version 1.1 (made up since distfile is not under
revision control).  Upstream argument assertion fix in square root
  function.
2010-06-03 14:28:03 +00:00
Greg Larkin
6b48d1cb8f - Added distfile version numbering so older versions can be installed
without running into checksum errors.
2010-06-03 14:24:13 +00:00
Greg Larkin
5fe2a9370f - Fixed the fetch URL
Feature safe:	yes
2010-03-05 19:52:24 +00:00
Greg Larkin
6f9d598dba Provide mathematical, string and aggregate functions for SQL queries
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
2010-03-05 19:29:17 +00:00