summaryrefslogtreecommitdiff
path: root/databases/mysqlsla (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | Approved by: portmgr blanket
* Use WRKSRC_SUBDIR when applicable.Mathieu Arnold2015-12-281-1/+1
| | | | Sponsored by: Absolight
* - 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
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
|
* - Fix licenseDmitry Marakasov2015-10-221-5/+5
| | | | | - Add NO_ARCH - Unsilence install
* - Reassign lippe@'s ports after his commit bit was taken in for safekeepingFrederic Culot2015-10-141-1/+1
|
* fix build with perl 5.18Andrej Zverev2014-09-201-0/+11
| | | | PR: 193064
* - Add LICENSESunpoet Po-Chuan Hsieh2014-03-011-8/+11
| | | | | | | | - Fix shebang - Bump PORTREVISION for package change - Support STAGEDIR Approved by: portmgr (blanket)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | databases)
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-5/+2
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - 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)
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
|
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-291-3/+2
| | | | | | (part 17). Approved by: portmgr (itetcu)
* - Update to 2.03.Felippe de Meirelles Motta2009-03-142-13/+12
| | | | | PR: ports/132537 Submitted by: Andrey Ignatov <rdna@rdna.ru>
* - Change my mail address to lippe@.Felippe de Meirelles Motta2008-03-101-1/+1
| | | | Approved by: araujo (mentor)
* - 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
* - 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)
* - Add Backup MASTER_SITESMartin Wilke2006-12-011-1/+3
| | | | Submitted by: pointyhat via kris
* 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>