Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 2008 16:30:29 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/databases Makefile ports/databases/mysql-udf Makefile distinfo pkg-descr pkg-message ports/databases/mysql-udf/files patch-mysql_4.1
Message-ID:  <200804101630.m3AGUV0I095584@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804101630.m3AGUV0I095584>