summaryrefslogtreecommitdiff
path: root/sysutils/Makefile
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2015-08-22 14:47:55 +0000
committerbsiegert <bsiegert@pkgsrc.org>2015-08-22 14:47:55 +0000
commit4083c34e4da69401f77c6cfbb15ec6413f08c0ff (patch)
treeb7e320526ded92aa1ee56699d8eb003a6e24ec03 /sysutils/Makefile
parent89359824283a2ce0aaa7675ce1f96d2f723171f8 (diff)
downloadpkgsrc-4083c34e4da69401f77c6cfbb15ec6413f08c0ff.tar.gz
Add a package for py-borg, aka Borg Backup. It is a successor of
sysutils/py-attic, which is no longer being developed upstream. BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption. The main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only changes are stored. The authenticated encryption technique makes it suitable for backups to not fully trusted targets.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r--sysutils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 706be7a5142..f506e84a197 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.637 2015/07/31 09:03:29 youri Exp $
+# $NetBSD: Makefile,v 1.638 2015/08/22 14:47:55 bsiegert Exp $
#
COMMENT= System utilities
@@ -403,6 +403,7 @@ SUBDIR+= pv
SUBDIR+= pwgen
SUBDIR+= py-attic
SUBDIR+= py-augeas
+SUBDIR+= py-borg
SUBDIR+= py-collectd
SUBDIR+= py-dbus
SUBDIR+= py-gnome-menus