aboutsummaryrefslogtreecommitdiff
path: root/databases/mysqlsla
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Use WRKSRC_SUBDIR when applicable.Mathieu Arnold2015-12-281-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=404653
* - Update MASTER_SITES and unbreak this portSunpoet Po-Chuan Hsieh2015-11-113-13/+14
| | | | | | | | | | - Use do-build: instead of pre-install: and remove NO_BUILD - Simplify Makefile - Cosmetic change - Pet portlint: fix diff header of patch files Notes: svn path=/head/; revision=401283
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
| | | | Notes: svn path=/head/; revision=401096
* - Fix licenseDmitry Marakasov2015-10-221-5/+5
| | | | | | | | - Add NO_ARCH - Unsilence install Notes: svn path=/head/; revision=399963
* - Reassign lippe@'s ports after his commit bit was taken in for safekeepingFrederic Culot2015-10-141-1/+1
| | | | Notes: svn path=/head/; revision=399249
* fix build with perl 5.18Andrej Zverev2014-09-201-0/+11
| | | | | | | PR: 193064 Notes: svn path=/head/; revision=368615
* - Add LICENSESunpoet Po-Chuan Hsieh2014-03-011-8/+11
| | | | | | | | | | | - Fix shebang - Bump PORTREVISION for package change - Support STAGEDIR Approved by: portmgr (blanket) Notes: svn path=/head/; revision=346601
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-5/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326894
* - Fix dependency: this port requires DBI, not Class::DBISunpoet Po-Chuan Hsieh2011-10-271-3/+3
| | | | | | | | | | | - Bump PORTREVISION for dependency change PR: ports/161319 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 3 weeks) Notes: svn path=/head/; revision=284421
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-291-3/+2
| | | | | | | | | (part 17). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248784
* - Update to 2.03.Felippe de Meirelles Motta2009-03-142-13/+12
| | | | | | | | PR: ports/132537 Submitted by: Andrey Ignatov <rdna@rdna.ru> Notes: svn path=/head/; revision=230078
* - Change my mail address to lippe@.Felippe de Meirelles Motta2008-03-101-1/+1
| | | | | | | Approved by: araujo (mentor) Notes: svn path=/head/; revision=208703
* - Updated to 1.7aMartin Wilke2008-02-073-32/+11
| | | | | | | | | | | | | | | - Makefile cleanup - Add missing R-deps - Removed unnecessary patch - Updated MASTER_SITES - Pass maintainership to submitter PR: 120015 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=206862
* - Update to 1.5Rong-En Fan2007-07-313-16/+17
| | | | | | | | | | - Add one more mirror PR: ports/115063 Submitted by: Alexander Zhuravlev <zaa at zaa.pp.ru> (maintainer) Notes: svn path=/head/; revision=196779
* - Add Backup MASTER_SITESMartin Wilke2006-12-011-1/+3
| | | | | | | Submitted by: pointyhat via kris Notes: svn path=/head/; revision=178523
* mysqlsla analyzes general, slow, and raw MySQL statement logs.Martin Wilke2006-11-234-0/+69
mysqlsla can read multiple MySQL general and slow logs (and logs containing raw SQL statements), combine them, then run various analyses on all the queries. In addition, mysqlsla can correlate the analyses so that the queries in one analysis are used as the basis for subsequent analyses. Other options include limiting the output of each analysis to the top N queries, averaging execution time over N runs, customizing the order in which the analyses are ran, statement filtering, statement pattern matching, and mysqldumpslow-like formatting. WWW: http://hackmysql.com/mysqlsla PR: ports/105788 Submitted by: Alexander Zhuravlev <zaa at zaa.pp.ru> Notes: svn path=/head/; revision=177934