diff options
author | miwi <miwi@FreeBSD.org> | 2010-05-24 18:09:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-05-24 18:09:04 +0800 |
commit | a7b485590983c6f7d7bd6f0f3e00061c67456b2f (patch) | |
tree | acbe69dc5226bc87cfdefeb62fa3861e0b349a57 /sysutils/backupme | |
parent | e794ca9af29d083d8b21a42f35a5e44609470be2 (diff) | |
download | freebsd-ports-gnome-a7b485590983c6f7d7bd6f0f3e00061c67456b2f.tar.gz freebsd-ports-gnome-a7b485590983c6f7d7bd6f0f3e00061c67456b2f.tar.zst freebsd-ports-gnome-a7b485590983c6f7d7bd6f0f3e00061c67456b2f.zip |
Flexible and easy backup utility.
It can be used to backup your file system files, directories or even to
backup databases.
FEATURES:
** Can be used with different types of archiveres (tar, rar, zip, 7z etc.);
** Send backuped files using FTP or SCP protocol;
** Backup MySQL and PostgreSQL databases;
** Generate and send report via email or/and jabber.
WWW: http://backupme.org.ua/
PR: ports/146796
Submitted by: Yaroslav Berezhinskiy <yaroslav at berezhinskiy.org.ua>
Diffstat (limited to 'sysutils/backupme')
-rw-r--r-- | sysutils/backupme/Makefile | 44 | ||||
-rw-r--r-- | sysutils/backupme/distinfo | 3 | ||||
-rw-r--r-- | sysutils/backupme/pkg-descr | 12 | ||||
-rw-r--r-- | sysutils/backupme/pkg-message | 10 |
4 files changed, 69 insertions, 0 deletions
diff --git a/sysutils/backupme/Makefile b/sysutils/backupme/Makefile new file mode 100644 index 000000000000..fb3047d87291 --- /dev/null +++ b/sysutils/backupme/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: backupme +# Date created: 21 May 2010 +# Whom: Yaroslav Berezhinskiy <yaroslav@berezhinskiy.org.ua> +# +# $FreeBSD$ +# + +PORTNAME= backupme +PORTVERSION= 0.1 +CATEGORIES= sysutils +MASTER_SITES= http://backupme.org.ua/ + +MAINTAINER= yaroslav@berezhinskiy.org.ua +COMMENT= Flexible and easy backup utility + +RUN_DEPENDS= ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \ + ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ + ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \ + ${SITE_PERL}/mach/Filesys/Df.pm:${PORTSDIR}/sysutils/p5-Filesys-Df \ + ${SITE_PERL}/Filesys/DiskUsage.pm:${PORTSDIR}/sysutils/p5-Filesys-DiskUsage \ + ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ + ${SITE_PERL}/Net/SCP/Expect.pm:${PORTSDIR}/net/p5-Net-SCP-Expect \ + ${SITE_PERL}/Net/IPv6Addr.pm:${PORTSDIR}/net-mgmt/p5-Net-IPv6Addr \ + ${SITE_PERL}/Net/Jabber.pm:${PORTSDIR}/net-im/p5-Net-Jabber \ + ${SITE_PERL}/Net/SSH.pm:${PORTSDIR}/net/p5-Net-SSH + +USE_PERL5= yes + +NO_BUILD= yes +NO_INSTALL_MANPAGES= yes + +PLIST_FILES= bin/${PORTNAME} \ + etc/${PORTNAME}.sample.xml + +do-install: + @${CP} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + @${CP} ${WRKSRC}/${PORTNAME}.sample.xml ${PREFIX}/etc/ + +post-install: + @${ECHO_CMD} "" + @${CAT} ${PKGMESSAGE} + @${ECHO_CMD} "" + +.include <bsd.port.mk> diff --git a/sysutils/backupme/distinfo b/sysutils/backupme/distinfo new file mode 100644 index 000000000000..64cdab671e2c --- /dev/null +++ b/sysutils/backupme/distinfo @@ -0,0 +1,3 @@ +MD5 (backupme-0.1.tar.gz) = 35f1e4040183442484ecb203579b19cd +SHA256 (backupme-0.1.tar.gz) = 4acb2f2d736c0914ee419a1223bb422d4aba08eb7f4a1e530926f07431bf2c6b +SIZE (backupme-0.1.tar.gz) = 8989 diff --git a/sysutils/backupme/pkg-descr b/sysutils/backupme/pkg-descr new file mode 100644 index 000000000000..ccce3b05493f --- /dev/null +++ b/sysutils/backupme/pkg-descr @@ -0,0 +1,12 @@ +Flexible and easy backup utility. +It can be used to backup your file system files, directories or even to +backup databases. + +FEATURES: +** Can be used with different types of archiveres (tar, rar, zip, 7z etc.); +** Send backuped files using FTP or SCP protocol; +** Backup MySQL and PostgreSQL databases; +** Generate and send report via email or/and jabber. + +WWW: http://backupme.org.ua/ + diff --git a/sysutils/backupme/pkg-message b/sysutils/backupme/pkg-message new file mode 100644 index 000000000000..139ae19de631 --- /dev/null +++ b/sysutils/backupme/pkg-message @@ -0,0 +1,10 @@ +****************************************************************************** +* Path to main program: %%LOCALBASE%%/bin/backupme * +* * +* Rename and edit configuration file: * +* cp /%%LOCALBASE%%/etc/backupme.xml.sample /%%LOCALBASE%%/etc/backupme.xml * +* or run BackupMe with option -c /path/to/config.xml * +* * +* See the documentation for more information at http://backupme.org.ua * +* Send your comments to the address: yaroslav@berezhinskiy.org.ua * +****************************************************************************** |