[Midnightbsd-cvs] mports [24467] trunk/databases: add mysqltuner

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 14 16:43:12 EDT 2018


Revision: 24467
          http://svnweb.midnightbsd.org/mports/?rev=24467
Author:   laffer1
Date:     2018-10-14 16:42:47 -0400 (Sun, 14 Oct 2018)
Log Message:
-----------
add mysqltuner

Modified Paths:
--------------
    trunk/databases/Makefile

Added Paths:
-----------
    trunk/databases/mysqltuner/
    trunk/databases/mysqltuner/Makefile
    trunk/databases/mysqltuner/distinfo
    trunk/databases/mysqltuner/pkg-descr

Modified: trunk/databases/Makefile
===================================================================
--- trunk/databases/Makefile	2018-10-14 20:39:13 UTC (rev 24466)
+++ trunk/databases/Makefile	2018-10-14 20:42:47 UTC (rev 24467)
@@ -46,6 +46,7 @@
 SUBDIR += mysql57-server
 SUBDIR += mysql80-client
 SUBDIR += mysql80-server
+SUBDIR += mysqltuner
 SUBDIR += ntdb
 SUBDIR += oracle8-client
 SUBDIR += p5-Class-DBI

Added: trunk/databases/mysqltuner/Makefile
===================================================================
--- trunk/databases/mysqltuner/Makefile	                        (rev 0)
+++ trunk/databases/mysqltuner/Makefile	2018-10-14 20:42:47 UTC (rev 24467)
@@ -0,0 +1,38 @@
+# $MidnightBSD$
+
+PORTNAME=	mysqltuner
+PORTVERSION=	1.7.2
+CATEGORIES=	databases
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Assist you with MySQL Configuration
+
+LICENSE=	gpl3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+OPTIONS_DEFINE=	DOCS
+
+USES=		perl5 shebangfix
+NO_ARCH=	yes
+NO_BUILD=	yes
+USE_GITHUB=	yes
+GH_ACCOUNT=	major
+GH_PROJECT=	MySQLTuner-perl
+
+PLIST_FILES=	bin/${PORTNAME}
+
+SHEBANG_FILES=	${PORTNAME}.pl
+
+PORTDOCS=	CONTRIBUTING INTERNALS README USAGE
+
+do-install:
+	${MKDIR} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+do-install-DOCS-on:
+	@${MKDIR} ${FAKE_DESTDIR}${DOCSDIR}
+.for doc in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${doc}.md ${FAKE_DESTDIR}${DOCSDIR}/${doc}
+.endfor
+
+.include <bsd.port.mk>


Property changes on: trunk/databases/mysqltuner/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/mysqltuner/distinfo
===================================================================
--- trunk/databases/mysqltuner/distinfo	                        (rev 0)
+++ trunk/databases/mysqltuner/distinfo	2018-10-14 20:42:47 UTC (rev 24467)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1539549677
+SHA256 (mysqltuner-1.7.2_GH0.tar.gz) = f2d8dcf588cfb8d9351e44d64d14dd2d306c5b599d0b7cada98b53c4f0ec48ec
+SIZE (mysqltuner-1.7.2_GH0.tar.gz) = 193459


Property changes on: trunk/databases/mysqltuner/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/mysqltuner/pkg-descr
===================================================================
--- trunk/databases/mysqltuner/pkg-descr	                        (rev 0)
+++ trunk/databases/mysqltuner/pkg-descr	2018-10-14 20:42:47 UTC (rev 24467)
@@ -0,0 +1,8 @@
+MySQLTuner is a script written in Perl that will
+assist you with your MySQL configuration and make
+recommendations for increased performance and
+stability. Within seconds, it will display
+statistics about your MySQL installation and the
+areas where it can be improved.
+
+WWW: https://github.com/major/MySQLTuner-perl


Property changes on: trunk/databases/mysqltuner/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list