aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-udf
Commit message (Collapse)AuthorAgeFilesLines
* Support STAGEDIR.Vanilla I. Shu2014-05-161-6/+2
| | | | Notes: svn path=/head/; revision=354194
* 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
* - Install files to correct plugins path [1]Pawel Pekala2011-11-291-4/+7
| | | | | | | | | | | | | | - Do silent cat pkg-message http://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_plugin_dir PR: ports/162562 [1] Submitted by: Panagiotis Christias <p.christias@noc.ntua.gr> [1] Feature safe: yes Notes: svn path=/head/; revision=286643
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* Remove references to mysql 323 and 40, most commonly of the form:Doug Barton2011-10-171-1/+0
| | | | | | | IGNORE_WITH_MYSQL= 323 40 Notes: svn path=/head/; revision=283682
* Transfer maintainer back to ports@FreeBSD.orgMartin Matuska2011-08-091-1/+1
| | | | | | | Approved by: maintainer (myself) Notes: svn path=/head/; revision=279351
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-0/+1
| | | | Notes: svn path=/head/; revision=271309
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* This package adds several user-defined statistical functionsMartin Matuska2008-04-105-0/+583
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/ Notes: svn path=/head/; revision=211016