Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2008 05:53:52 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/127452: [NEW PORT] databases/innobackup: Making backups of InnoDB and MyISAM tables, indexes and .frm files
Message-ID:  <200809172153.m8HLrq7g078036@host-1.pixnet.tw>
Resent-Message-ID: <200809172200.m8HM0Am0020864@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         127452
>Category:       ports
>Synopsis:       [NEW PORT] databases/innobackup: Making backups of InnoDB and MyISAM tables, indexes and .frm files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 17 22:00:10 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD host-1.pixnet.tw 7.0-STABLE FreeBSD 7.0-STABLE #1: Wed Jul 16 13:00:27 CST 2008
>Description:
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

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- innobackup-1.4.0.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	innobackup
#	innobackup/pkg-descr
#	innobackup/Makefile
#	innobackup/distinfo
#
echo c - innobackup
mkdir -p innobackup > /dev/null 2>&1
echo x - innobackup/pkg-descr
sed 's/^X//' >innobackup/pkg-descr << 'd951bf15aaf6efe5b65716ed6196fb4e'
XA script for making backups of InnoDB and MyISAM tables, indexes and .frm files.
X
XWWW:	http://www.innodb.com/support/documentation/innodb-hot-backup-manual/#innobackup
d951bf15aaf6efe5b65716ed6196fb4e
echo x - innobackup/Makefile
sed 's/^X//' >innobackup/Makefile << 'e052501cca877eb3913201e0b60dab6b'
X# New ports collection makefile for:	innobackup
X# Date created:		2008-09-18
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	innobackup
XPORTVERSION=	1.4.0
XCATEGORIES=	databases
XMASTER_SITES=	http://www.innodb.com/download/
XDISTFILES=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Making backups of InnoDB and MyISAM tables, indexes and .frm files
X
XNO_BUILD=	yes
XPLIST_FILES=	sbin/innobackup-${PORTVERSION}
XUSE_MYSQL=	yes
XUSE_PERL5=	yes
X
Xdo-extract:
X	${MKDIR} ${WRKSRC}
X	${CP} ${DISTDIR}/${PORTNAME}-${PORTVERSION} ${WRKSRC}
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-${PORTVERSION} ${PREFIX}/sbin
X
X.include <bsd.port.mk>
e052501cca877eb3913201e0b60dab6b
echo x - innobackup/distinfo
sed 's/^X//' >innobackup/distinfo << 'f393b2917962cca8e5e6ebe3d66428ec'
XMD5 (innobackup-1.4.0) = 4bdeba7e9964cfe6f18c21df5eef8159
XSHA256 (innobackup-1.4.0) = bc3dba0c15bc2f4b6eafb144123db137e558e26fcebd42d2ace7633b1befa99d
XSIZE (innobackup-1.4.0) = 50916
f393b2917962cca8e5e6ebe3d66428ec
exit
--- innobackup-1.4.0.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809172153.m8HLrq7g078036>