Port details |
- tuning-primer MySQL performance tuning primer script
- 1.6.r1 databases
=7 1.6.r1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2010-01-08 21:57:28
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: clamav, mysqltuner, smartmontools, phpMyAdmin-php74, net-snmp
- License: GPLv2
- Description:
- This script takes information from "SHOW STATUS LIKE..."
and "SHOW VARIABLES LIKE..." then attempts to produce
sane recommendations for tuning server variables.
It is compatible with all versions of MySQL 3.23 - 5.1.
WWW: https://launchpad.net/mysql-tuning-primer
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- tuning-primer>0:databases/tuning-primer
- To install the port:
- cd /usr/ports/databases/tuning-primer/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/tuning-primer
- pkg install tuning-primer
- PKGNAME: tuning-primer
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (tuning-primer/1.6.r1/tuning-primer.sh) = 7906388de5616e0223dede10db368b219ad37ed6bab72e2eed1ebf1929e38420
SIZE (tuning-primer/1.6.r1/tuning-primer.sh) = 51892
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libmysqlclient.so.20 : databases/mysql57-client
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- databases_tuning-primer
- USES:
- mysql
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.6.r1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
15 Nov 2019 10:12:08
1.6.r1
|
tobik  |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
10 Sep 2015 17:38:51
1.6.r1
|
amdmi3  |
- Pet portlint
- Add NO_ARCH
- Fix WWW: |
30 Aug 2015 20:13:30
1.6.r1
|
jbeich  |
Reset maintainership per mail on freebsd-ports@ list
Requested by: Joe Horn <joehorn@gmail.com> (maintainer) |
19 Jan 2015 20:26:21
1.6.r1
|
bapt  |
Simplify do-install target |
03 Jan 2014 00:46:47
1.6.r1
|
bapt  |
Part 1 at removing now useless FETCH_ARGS redifition |
01 Nov 2013 23:05:48
1.6.r1
|
bdrewery  |
- Fix build after r327580 by using proper source path. [1][2]
- Convert to staging while here
PR: ports/182349 [1]
Reported by: Remko C. <sirdice@gmail.com> [1]
Reported by: marino [2] |
20 Sep 2013 16:13:49
1.6.r1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
18 Sep 2013 21:39:39
1.6.r1
|
bdrewery  |
- Does not fetch when package building due to network restrictions.
Fix non-versioned upstream by using a versioned DIST_SUBDIR
With hat: portmgr |
04 May 2013 22:14:42
1.6.r1
|
flo  |
Unbreak, fetch works, tested on 2 different hosts in different locations.
Discussed with: bapt |
04 May 2013 21:24:23
1.6.r1
|
bapt  |
Mark as broken: does not fetch |
07 Sep 2012 09:07:51
1.6.r1
|
linimon  |
Sometimes it fetches; sometimes it doesn't.
PR: ports/171403
Submitted by: joehorn@gmail.com |
24 Aug 2012 00:06:24
1.6.r1
|
linimon  |
Mark broken: fails to fetch.
Hat: portmgr |
23 Sep 2011 02:00:32
1.6.r1
|
wen  |
- Update to 1.6.r1
PR: ports/160577
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer) |
18 May 2011 08:17:48
1.6.r0_1
|
flo  |
- update distinfo to match version 1.6
- bump PORTREVISION
Submitted by: Pavel Timofeev <timp87@gmail.com>
Pointy hat to: flo |
17 May 2011 20:51:24
1.6.r0
|
flo  |
- update to 1.6.r0
- Add LICENSE
PR: ports/157069
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer) |
20 Mar 2011 12:54:45
1.5.r5_1
|
miwi  |
- Get Rid MD5 support |
11 Feb 2010 19:38:27
1.5.r5_1
|
pgollucci  |
- add USE_MYSQL=yes
PR: ports/143725
Submitted by: Joe Horn <joehorn@gmail.com> |
08 Jan 2010 21:57:12
1.5.r5
|
glarkin  |
This script takes information from "SHOW STATUS LIKE..."
and "SHOW VARIABLES LIKE..." then attempts to produce
sane recommendations for tuning server variables.
It is compatible with all versions of MySQL 3.23 - 5.1.
WWW: https://launchpad.net/mysql-tuning-primer
PR: ports/140641
Submitted by: Joe Horn <joehorn at gmail.com> |