aboutsummaryrefslogtreecommitdiff
path: root/archivers/Makefile
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-04-16 17:43:11 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-04-16 17:43:11 +0000
commit163a58aafc11bc1c4faae55118d23d51444a0b73 (patch)
tree30d8ad2c90a46da0c0d75511fbe147da16bcda42 /archivers/Makefile
parent0faa68afa05bbd4de6cef739f8b65664deec302b (diff)
downloadports-163a58aafc11bc1c4faae55118d23d51444a0b73.tar.gz
ports-163a58aafc11bc1c4faae55118d23d51444a0b73.zip
New port: archivers/py-borgbackup.
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. WWW: https://pypi.python.org/pypi/borgbackup Note: NO_PACKAGE=yes had to be set because this port only works with Python 3 and depends on other Python ports which are currently only built with Python 2.7 by default. Discussed in the freebsd-python mailing list: https://lists.freebsd.org/pipermail/freebsd-python/2016-April/010144.html PR: 207715 Submitted by: José García Juanino <jjuanino@gmail.com>
Notes
Notes: svn path=/head/; revision=413469
Diffstat (limited to 'archivers/Makefile')
-rw-r--r--archivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index b9c0fafe17b1..dde678b5db76 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -162,6 +162,7 @@
SUBDIR += ppunpack
SUBDIR += pxz
SUBDIR += py-attic
+ SUBDIR += py-borgbackup
SUBDIR += py-bz2file
SUBDIR += py-libarchive-c
SUBDIR += py-librtfcomp