cvs commit: ports/databases Makefile ports/databases/mysql-udf Makefile distinfo pkg-descr pkg-message ports/databases/mysql-udf/files patch-mysql_4.1

Martin Matuska mm at FreeBSD.org
Thu Apr 10 16:30:32 UTC 2008


mm          2008-04-10 16:30:29 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/mysql-udf  Makefile distinfo pkg-descr pkg-message 
    databases/mysql-udf/files patch-mysql_4.1 
  Log:
  This package adds several user-defined statistical functions
  to the MySQL server providing the ability to:
  
      * calculate the median of any values,
      * calculate the skewness and kurtosis of a distribution of value
      * retrieve the effective length of the longest value in a STRING column,
      * get the longest value from a STRING column,
      * calculate the faculty of a value,
      * calculate linear regression parameters (intercept, slope, correlation
        coefficent) of any values
  
  WWW: http://mysql-udf.sourceforge.net/
  
  Revision  Changes    Path
  1.675     +1 -0      ports/databases/Makefile
  1.1       +50 -0     ports/databases/mysql-udf/Makefile (new)
  1.1       +3 -0      ports/databases/mysql-udf/distinfo (new)
  1.1       +490 -0    ports/databases/mysql-udf/files/patch-mysql_4.1 (new)
  1.1       +15 -0     ports/databases/mysql-udf/pkg-descr (new)
  1.1       +25 -0     ports/databases/mysql-udf/pkg-message (new)


More information about the cvs-ports mailing list