From gslin@host-1.pixnet.tw  Wed Sep 17 21:53:59 2008
Return-Path: <gslin@host-1.pixnet.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DB6C1106566B
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [NEW PORT] databases/innobackup: Making backups of InnoDB and MyISAM tables, indexes and .frm files
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 17 22:00:10 UTC 2008
>Closed-Date:    Fri Sep 26 23:19:57 UTC 2008
>Last-Modified:  Fri Sep 26 23:30:04 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Sep 17 22:29:35 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127452 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Sep 26 23:19:56 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127452 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127452: commit references a PR
Date: Fri, 26 Sep 2008 23:20:17 +0000 (UTC)

 miwi        2008-09-26 23:20:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases            Makefile 
   Added files:
     databases/innobackup Makefile distinfo pkg-descr 
   Log:
   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
   
   PR:             ports/127452
   Submitted by:   Gea-Suan Lin <gslin at gslin.org>
   
   Revision  Changes    Path
   1.709     +1 -0      ports/databases/Makefile
   1.1       +29 -0     ports/databases/innobackup/Makefile (new)
   1.1       +3 -0      ports/databases/innobackup/distinfo (new)
   1.1       +3 -0      ports/databases/innobackup/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
