Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2019 09:35:16 +0000 (UTC)
From:      =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501012 - head/sysutils/py-borgmatic
Message-ID:  <201905080935.x489ZGv4012402@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: egypcio
Date: Wed May  8 09:35:16 2019
New Revision: 501012
URL: https://svnweb.freebsd.org/changeset/ports/501012

Log:
  [NEW PORT] sysutils/py-borgmatic: Wrapper script for Borg backup software
  
    Borgmatic is a simple Python wrapper script for the Borg backup software
    that initiates a backup, prunes any old backups according to a retention
    policy, and validates backups for consistency.
  
    The script supports specifying your settings in a declarative
    configuration file rather than having to put them all on the command-line,
    and handles common errors.
  
    WWW: https://torsion.org/borgmatic/
  
  Approved by:	rene (mentor)
  Sponsored by:	cleverbridge AG
  Differential Revision:	https://reviews.freebsd.org/D20150

Added:
  head/sysutils/py-borgmatic/
  head/sysutils/py-borgmatic/Makefile   (contents, props changed)
  head/sysutils/py-borgmatic/distinfo   (contents, props changed)
  head/sysutils/py-borgmatic/pkg-descr   (contents, props changed)

Added: head/sysutils/py-borgmatic/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-borgmatic/Makefile	Wed May  8 09:35:16 2019	(r501012)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	borgmatic
+PORTVERSION=	1.3.1
+CATEGORIES=	sysutils python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	egypcio@FreeBSD.org
+COMMENT=	Wrapper script for Borg backup software
+
+LICENSE=	GPLv3
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}borgbackup>=0:archivers/py-borgbackup@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pykwalify>=0:textproc/py-pykwalify@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR}
+
+USES=		python:3.6
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/sysutils/py-borgmatic/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-borgmatic/distinfo	Wed May  8 09:35:16 2019	(r501012)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1556898873
+SHA256 (borgmatic-1.3.1.tar.gz) = 3aa7b796a8c9619646fa0c1357c9aa2d01c635eff1272279ddca04fde96f32e4
+SIZE (borgmatic-1.3.1.tar.gz) = 36819

Added: head/sysutils/py-borgmatic/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-borgmatic/pkg-descr	Wed May  8 09:35:16 2019	(r501012)
@@ -0,0 +1,9 @@
+Borgmatic is a simple Python wrapper script for the Borg backup software that
+initiates a backup, prunes any old backups according to a retention policy,
+and validates backups for consistency.
+
+The script supports specifying your settings in a declarative configuration
+file rather than having to put them all on the command-line, and handles common
+errors.
+
+WWW: https://torsion.org/borgmatic/



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