Index: head/sysutils/py-borgmatic/Makefile =================================================================== --- head/sysutils/py-borgmatic/Makefile (nonexistent) +++ head/sysutils/py-borgmatic/Makefile (revision 501012) @@ -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 Property changes on: head/sysutils/py-borgmatic/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/sysutils/py-borgmatic/distinfo =================================================================== --- head/sysutils/py-borgmatic/distinfo (nonexistent) +++ head/sysutils/py-borgmatic/distinfo (revision 501012) @@ -0,0 +1,3 @@ +TIMESTAMP = 1556898873 +SHA256 (borgmatic-1.3.1.tar.gz) = 3aa7b796a8c9619646fa0c1357c9aa2d01c635eff1272279ddca04fde96f32e4 +SIZE (borgmatic-1.3.1.tar.gz) = 36819 Property changes on: head/sysutils/py-borgmatic/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/py-borgmatic/pkg-descr =================================================================== --- head/sysutils/py-borgmatic/pkg-descr (nonexistent) +++ head/sysutils/py-borgmatic/pkg-descr (revision 501012) @@ -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/ Property changes on: head/sysutils/py-borgmatic/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property