From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 21 13:00:15 2010 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 3D38E106567C for ; Fri, 21 May 2010 13:00:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1A04F8FC22 for ; Fri, 21 May 2010 13:00:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4LD0Eqg085286 for ; Fri, 21 May 2010 13:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4LD0Elw085277; Fri, 21 May 2010 13:00:14 GMT (envelope-from gnats) Resent-Date: Fri, 21 May 2010 13:00:14 GMT Resent-Message-Id: <201005211300.o4LD0Elw085277@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, Yaroslav Berezhinskiy Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C447E1065674 for ; Fri, 21 May 2010 12:53:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id B2ECC8FC08 for ; Fri, 21 May 2010 12:53:17 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o4LCrFx1090994 for ; Fri, 21 May 2010 12:53:15 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o4LCrEAl090993; Fri, 21 May 2010 12:53:14 GMT (envelope-from nobody) Message-Id: <201005211253.o4LCrEAl090993@www.freebsd.org> Date: Fri, 21 May 2010 12:53:14 GMT From: Yaroslav Berezhinskiy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/146796: New port: sysutils/backupme Flexible and easy backup utility 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: Fri, 21 May 2010 13:00:15 -0000 >Number: 146796 >Category: ports >Synopsis: New port: sysutils/backupme Flexible and easy backup utility >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: Fri May 21 13:00:14 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Yaroslav Berezhinskiy >Release: FreeBSD 8.0-RELEASE i386 >Organization: >Environment: FreeBSD berezhinskiy.org.ua 8.0-RELEASE FreeBSD 8.0-RELEASE #1: Sat May 15 01:20:06 EEST 2010 root@berezhinskiy.org.ua:/usr/obj/usr/src/sys/BEREZHINSKIY i386 >Description: Flexible utility for backup databases and file system - Use any archiver: tar, rar, zip, 7z etc. - Works with storages: Local folder, FTP and SCP - Supports database: MySQL, PostgreSQL - Easy and flexibile XML configuration file - Supports the use of macros in the configuration file: @year, @month, @day - Great logging [file|syslog] system with severity level: DEBUG, INFO, WARN, ERROR, OFF - Reporting: Mail, Jabber - Checking free disk space before start backups >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # backupme # backupme/Makefile # backupme/distinfo # backupme/pkg-descr # backupme/pkg-message # echo c - backupme mkdir -p backupme > /dev/null 2>&1 echo x - backupme/Makefile sed 's/^X//' >backupme/Makefile << '06aace4948cc4ea9537462276f756047' X# New ports collection makefile for: backupme X# Date created: 21 May 2010 X# Whom: Yaroslav Berezhinskiy X# X# $FreeBSD$ X# X XPORTNAME= backupme XPORTVERSION= 0.1 XPORTREVISION= 1 XCATEGORIES= sysutils XMASTER_SITES= http://backupme.org.ua/ X XMAINTAINER= yaroslav@berezhinskiy.org.ua XCOMMENT= Flexible and easy backup utility X XRUN_DEPENDS= ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \ X ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ X ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \ X ${SITE_PERL}/mach/Filesys/Df.pm:${PORTSDIR}/sysutils/p5-Filesys-Df \ X ${SITE_PERL}/Filesys/DiskUsage.pm:${PORTSDIR}/sysutils/p5-Filesys-DiskUsage \ X ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ X ${SITE_PERL}/Net/SCP/Expect.pm:${PORTSDIR}/net/p5-Net-SCP-Expect \ X ${SITE_PERL}/Net/IPv6Addr.pm:${PORTSDIR}/net-mgmt/p5-Net-IPv6Addr \ X ${SITE_PERL}/Net/Jabber.pm:${PORTSDIR}/net-im/p5-Net-Jabber \ X ${SITE_PERL}/Net/SSH.pm:${PORTSDIR}/net/p5-Net-SSH X XUSE_PERL5= yes X XNO_BUILD= yes XNO_INSTALL_MANPAGES= yes X XPLIST_FILES= bin/${PORTNAME} \ X etc/${PORTNAME}.sample.xml X Xdo-install: X @${CP} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ X @${CP} ${WRKSRC}/${PORTNAME}.sample.xml ${PREFIX}/etc/ X Xpost-install: X @${ECHO_CMD} "" X @${CAT} ${PKGMESSAGE} X @${ECHO_CMD} "" X X.include 06aace4948cc4ea9537462276f756047 echo x - backupme/distinfo sed 's/^X//' >backupme/distinfo << '3262ac2cc1bc974d8a992324eb6c32e3' XMD5 (backupme-0.1.tar.gz) = 35f1e4040183442484ecb203579b19cd XSHA256 (backupme-0.1.tar.gz) = 4acb2f2d736c0914ee419a1223bb422d4aba08eb7f4a1e530926f07431bf2c6b XSIZE (backupme-0.1.tar.gz) = 8989 3262ac2cc1bc974d8a992324eb6c32e3 echo x - backupme/pkg-descr sed 's/^X//' >backupme/pkg-descr << '583037f190139ba56d3bdf77d02d2928' XFlexible and easy backup utility. XIt can be used to backup your file system files, directories or even to Xbackup databases. X XFEATURES: X** Can be used with different types of archiveres (tar, rar, zip, 7z etc.); X** Send backuped files using FTP or SCP protocol; X** Backup MySQL and PostgreSQL databases; X** Generate and send report via email or/and jabber. X XINSTALLATION AND USAGE: XFull installation and usage BackupMe instructions you can find Xat http://backupme.org.ua X XFEEDBACK: XIf you find any errors in the code, please send them to me Xby mail: yaroslav@berezhinskiy.org.ua XAlso, I hope you'll enjoy it and share with me your possitive feedback to Xmotivate me do BackupMe better ! X XWWW: http://backupme.org.ua/ X X- Yaroslav Xyaroslav@berezhinskiy.org.ua 583037f190139ba56d3bdf77d02d2928 echo x - backupme/pkg-message sed 's/^X//' >backupme/pkg-message << 'b747cef5104048e7ba49544b6bd29493' X****************************************************************************** X* Path to main program: /usr/local/bin/backupme * X* * X* Rename and edit configuration file: * X* cp /usr/local/etc/backupme.xml.sample /usr/local/etc/backupme.xml * X* or run BackupMe with option -c /path/to/config.xml * X* * X* See the documentation for more information at http://backupme.org.ua * X* Send your comments to the address: yaroslav@berezhinskiy.org.ua * X****************************************************************************** b747cef5104048e7ba49544b6bd29493 exit >Release-Note: >Audit-Trail: >Unformatted: