CVS log for ports/databases/mysql-udf/Makefile
Up to [FreeBSD] / ports / databases / mysql-udf
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Nov 29 21:53:32 2011 UTC (2 months, 1 week ago) by pawel
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -4 lines
- Install files to correct plugins path [1] - 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
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Oct 17 04:34:59 2011 UTC (3 months, 3 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +0 -1 lines
Remove references to mysql 323 and 40, most commonly of the form: IGNORE_WITH_MYSQL= 323 40
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Aug 9 15:41:26 2011 UTC (6 months ago) by mm
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Transfer maintainer back to ports@FreeBSD.org Approved by: maintainer (myself)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Mar 19 13:15:19 2011 UTC (10 months, 3 weeks ago) by ale
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
Bump PORTREVISION for ports linking to default libmysqlclient.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:17:34 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
- Switch SourceForge ports to the new File Release System: categories starting with D
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Apr 10 16:30:29 2008 UTC (3 years, 10 months ago) by mm
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
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/
