View | Details | Raw Unified | Return to bug 197538
Collapse All | Expand All

(-)Makefile (-6 / +5 lines)
Lines 1-17 Link Here
1
# Created by: Joe Horn <joehorn@gmail.com>
1
# Created by: Mattia Basone <mattia.basone@gmail.com>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	tuning-primer
4
PORTNAME=	tuning-primer
5
PORTVERSION=	1.6.r1
5
PORTVERSION=	1.6.r1
6
CATEGORIES=	databases
6
CATEGORIES=	databases
7
MASTER_SITES=	http://launchpad.net/mysql-${PORTNAME}/trunk/1.6-r1/+download/
7
MASTER_SITES=	https://raw.githubusercontent.com/mattiabasone/${PORTNAME}/master/
8
DISTNAME=	${PORTNAME}.sh
8
DISTNAME=	${PORTNAME}.sh
9
EXTRACT_SUFX=
9
EXTRACT_SUFX=
10
EXTRACT_ONLY=
10
EXTRACT_ONLY=
11
DIST_SUBDIR=	${PORTNAME}/${DISTVERSION}
12
11
13
MAINTAINER=	joehorn@gmail.com
12
MAINTAINER=	mattia.basone@gmail.com
14
COMMENT=	MySQL performance tuning primer script
13
COMMENT=	MySQL performance tuning primer script with MariaDB support
15
14
16
LICENSE=	GPLv2
15
LICENSE=	GPLv2
17
16
Lines 21-27 Link Here
21
PLIST_FILES=	bin/${PORTNAME}
20
PLIST_FILES=	bin/${PORTNAME}
22
21
23
do-install:
22
do-install:
24
	${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}.sh \
23
	${INSTALL_SCRIPT} ${DISTDIR}/${PORTNAME}.sh \
25
		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
24
		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
26
25
27
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (tuning-primer/1.6.r1/tuning-primer.sh) = 7906388de5616e0223dede10db368b219ad37ed6bab72e2eed1ebf1929e38420
1
SHA256 (tuning-primer.sh) = 638b1a161111db004a79df8a34dab42db113ce6e6fc49cc18c4960d9b025aacd
2
SIZE (tuning-primer/1.6.r1/tuning-primer.sh) = 51892
2
SIZE (tuning-primer.sh) = 52131
(-)pkg-descr (-2 / +3 lines)
Lines 2-7 Link Here
2
and "SHOW VARIABLES LIKE..." then attempts to produce
2
and "SHOW VARIABLES LIKE..." then attempts to produce
3
sane recommendations for tuning server variables.
3
sane recommendations for tuning server variables.
4
4
5
It is compatible with all versions of MySQL 3.23 - 5.1.
5
It is compatible with all versions of MySQL 3.23 - 5.5 and
6
MariaDB 5.5/10.x
6
7
7
WWW:	https://launchpad.net/mysql-tuning-primer
8
WWW: https://github.com/mattiabasone/tuning-primer 

Return to bug 197538