diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-26 23:20:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-26 23:20:08 +0000 |
commit | ebc9e702a2d3c50c716175864f5e2982325f4eb2 (patch) | |
tree | 2949f302c1e5cf1efaee8951cdb26f5298319ae0 /databases/innobackup | |
parent | 6ca9866321f93fd4941380e30a53d9c81f5cdb3b (diff) |
Notes
Diffstat (limited to 'databases/innobackup')
-rw-r--r-- | databases/innobackup/Makefile | 29 | ||||
-rw-r--r-- | databases/innobackup/distinfo | 3 | ||||
-rw-r--r-- | databases/innobackup/pkg-descr | 3 |
3 files changed, 35 insertions, 0 deletions
diff --git a/databases/innobackup/Makefile b/databases/innobackup/Makefile new file mode 100644 index 000000000000..702a6601ed2c --- /dev/null +++ b/databases/innobackup/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: innobackup +# Date created: 2008-09-18 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= innobackup +PORTVERSION= 1.4.0 +CATEGORIES= databases +MASTER_SITES= http://www.innodb.com/download/ +DISTFILES= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= gslin@gslin.org +COMMENT= Making backups of InnoDB and MyISAM tables, indexes and .frm files + +NO_BUILD= yes +PLIST_FILES= sbin/innobackup-${PORTVERSION} +USE_MYSQL= yes +USE_PERL5= yes + +do-extract: + ${MKDIR} ${WRKSRC} + ${CP} ${DISTDIR}/${PORTNAME}-${PORTVERSION} ${WRKSRC} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-${PORTVERSION} ${PREFIX}/sbin + +.include <bsd.port.mk> diff --git a/databases/innobackup/distinfo b/databases/innobackup/distinfo new file mode 100644 index 000000000000..fa770773a568 --- /dev/null +++ b/databases/innobackup/distinfo @@ -0,0 +1,3 @@ +MD5 (innobackup-1.4.0) = 4bdeba7e9964cfe6f18c21df5eef8159 +SHA256 (innobackup-1.4.0) = bc3dba0c15bc2f4b6eafb144123db137e558e26fcebd42d2ace7633b1befa99d +SIZE (innobackup-1.4.0) = 50916 diff --git a/databases/innobackup/pkg-descr b/databases/innobackup/pkg-descr new file mode 100644 index 000000000000..6736a165fd03 --- /dev/null +++ b/databases/innobackup/pkg-descr @@ -0,0 +1,3 @@ +A script for making backups of InnoDB and MyISAM tables, indexes and .frm files. + +WWW: http://www.innodb.com/support/documentation/innodb-hot-backup-manual/#innobackup |