cvs commit: ports/databases Makefile ports/databases/sqlite-ext-miscfuncs Makefile distinfo pkg-descr pkg-message ports/databases/sqlite-ext-miscfuncs/files README.in

Greg Larkin glarkin at FreeBSD.org
Fri Mar 5 19:29:17 UTC 2010


glarkin     2010-03-05 19:29:17 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/sqlite-ext-miscfuncs Makefile distinfo pkg-descr 
                                   pkg-message 
    databases/sqlite-ext-miscfuncs/files README.in 
  Log:
  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
  
  Revision  Changes    Path
  1.844     +1 -0      ports/databases/Makefile
  1.1       +58 -0     ports/databases/sqlite-ext-miscfuncs/Makefile (new)
  1.1       +3 -0      ports/databases/sqlite-ext-miscfuncs/distinfo (new)
  1.1       +29 -0     ports/databases/sqlite-ext-miscfuncs/files/README.in (new)
  1.1       +19 -0     ports/databases/sqlite-ext-miscfuncs/pkg-descr (new)
  1.1       +11 -0     ports/databases/sqlite-ext-miscfuncs/pkg-message (new)


More information about the cvs-all mailing list