From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 17 22:00:10 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C95011065683 for ; Wed, 17 Sep 2008 22:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 747938FC15 for ; Wed, 17 Sep 2008 22:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8HM0ARo020865 for ; Wed, 17 Sep 2008 22:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8HM0Am0020864; Wed, 17 Sep 2008 22:00:10 GMT (envelope-from gnats) Resent-Date: Wed, 17 Sep 2008 22:00:10 GMT Resent-Message-Id: <200809172200.m8HM0Am0020864@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB6C1106566B for ; Wed, 17 Sep 2008 21:53:59 +0000 (UTC) (envelope-from gslin@host-1.pixnet.tw) Received: from host-1.pixnet.tw (60-199-248-144.static.tfn.net.tw [60.199.248.144]) by mx1.freebsd.org (Postfix) with ESMTP id 883C58FC1C for ; Wed, 17 Sep 2008 21:53:53 +0000 (UTC) (envelope-from gslin@host-1.pixnet.tw) Received: from host-1.pixnet.tw (gslin@localhost [127.0.0.1]) by host-1.pixnet.tw (8.14.2/8.14.2) with ESMTP id m8HLrqDT078037; Thu, 18 Sep 2008 05:53:52 +0800 (CST) (envelope-from gslin@host-1.pixnet.tw) Received: (from gslin@localhost) by host-1.pixnet.tw (8.14.2/8.14.2/Submit) id m8HLrq7g078036; Thu, 18 Sep 2008 05:53:52 +0800 (CST) (envelope-from gslin) Message-Id: <200809172153.m8HLrq7g078036@host-1.pixnet.tw> Date: Thu, 18 Sep 2008 05:53:52 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/127452: [NEW PORT] databases/innobackup: Making backups of InnoDB and MyISAM tables, indexes and .frm files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 22:00:11 -0000 >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 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 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: