1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

new port: databases/mysqldump-secure

Mysqldump-secure is a POSIX compliant open-source backup tool for MySQL databases with strong security in mind. It will backup every available database (which is readable by the specified user) as a separate file with the possibility to opt out via blacklisting.

PR:		208032
Submitted by:	jsmith@resonatingmedia.com
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9001
This commit is contained in:
Nikolai Lifanov 2017-01-01 18:42:04 +00:00
parent 4870977038
commit 97d9aea024
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430268
5 changed files with 42 additions and 0 deletions

View File

@ -225,6 +225,7 @@
SUBDIR += mysql57-server
SUBDIR += mysqlbackup
SUBDIR += mysqlbigram
SUBDIR += mysqldump-secure
SUBDIR += mysqldumper
SUBDIR += mysqlidxchk
SUBDIR += mysqlreport

View File

@ -0,0 +1,28 @@
# Created by: <jsmith@resonatingmedia.com>
# $FreeBSD$
PORTNAME= mysqldump-secure
PORTVERSION= 0.16.3
CATEGORIES= databases
MAINTAINER= jsmith@resonatingmedia.com
COMMENT= Simple tool for dumping/backing up MySQL and MariaDB databases
LICENSE= MIT
USE_GITHUB= yes
GH_ACCOUNT= cytopia
USES= mysql gmake
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
do-install:
gzip ${GZIP} ${WRKSRC}/build/${PORTNAME}.1
${INSTALL_SCRIPT} ${WRKSRC}/build/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample
${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}.cnf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.cnf.sample
${INSTALL_MAN} ${WRKSRC}/build/${PORTNAME}.1.gz ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1483117336
SHA256 (cytopia-mysqldump-secure-0.16.3_GH0.tar.gz) = 13e9a43f0e113d8e509694def44e68c19b0c3498c4a1ef55b5a96b5e67a84a8d
SIZE (cytopia-mysqldump-secure-0.16.3_GH0.tar.gz) = 376949

View File

@ -0,0 +1,6 @@
Mysqldump-secure is a POSIX compliant open-source backup tool for MySQL
databases with strong security in mind. It will backup every available database
(which is readable by the specified user) as a separate file with the
possibility to opt out via blacklisting.
WWW: http://mysqldump-secure.org/

View File

@ -0,0 +1,4 @@
bin/mysqldump-secure
@sample etc/mysqldump-secure.cnf.sample
@sample etc/mysqldump-secure.conf.sample
man/man1/mysqldump-secure.1.gz