notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2024Q2
py-borgbackup Deduplicating backup program
1.2.8_1 archivers on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2.8_1Version of this port present on the latest quarterly branch.
Maintainer: mandree@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-04-18 21:39:12
Last Update: 2024-04-18 21:36:32
Commit Hash: 69dfc6c
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://pypi.org/project/borgbackup/
Description:
[excerpt from borgbackup web site] 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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}borgbackup>0:archivers/py-borgbackup@${PY_FLAVOR}
To install the port:
cd /usr/ports/archivers/py-borgbackup/ && make install clean
To add the package, run one of these commands:
  • pkg install archivers/py-borgbackup
  • pkg install py39-borgbackup
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-borgbackup listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-borgbackup
Package flavors (<flavor>: <package>)
  • py39: py39-borgbackup
distinfo:
TIMESTAMP = 1711803798 SHA256 (borgbackup-1.2.8.tar.gz) = d39d22b0d2cb745584d68608a179b6c75f7b40e496e96feb789e41d34991f4aa SIZE (borgbackup-1.2.8.tar.gz) = 4369117

Packages (timestamps in pop-ups are UTC):
py37-borgbackup
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.1.14---1.1.14-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
 

py39-borgbackup
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.2.8_11.2.8_1-1.2.81.2.8_1---
FreeBSD:13:quarterly1.2.81.2.8_11.2.41.2.81.2.8_11.2.71.2.71.2.7
FreeBSD:14:latest1.2.81.2.8_11.2.21.2.81.2.8_11.2.4-1.2.4
FreeBSD:14:quarterly1.2.81.2.8_1-1.2.81.2.8_11.2.71.2.71.2.7
FreeBSD:15:latest1.2.8_11.2.8_1n/a1.2.7n/a1.2.71.2.71.2.7
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools-scm>=1.7 : devel/py-setuptools-scm@py39
  2. py39-msgpack>=1.0.2<1.0.8_99 : devel/py-msgpack@py39
  3. pkgconf>=1.3.0_1 : devel/pkgconf
  4. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  5. python3.9 : lang/python39
Test dependencies:
  1. py39-packaging>=19.0 : devel/py-packaging@py39
  2. py39-msgpack>=1.0.2<1.0.8_99 : devel/py-msgpack@py39
  3. py39-llfuse>0 : devel/py-llfuse@py39
  4. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  5. python3.9 : lang/python39
  6. py39-tox>3.2 : devel/py-tox@py39
  7. py39-virtualenv>=0 : devel/py-virtualenv@py39
  8. py39-pkgconfig>=0 : devel/py-pkgconfig@py39
  9. py39-wheel>=0 : devel/py-wheel@py39
  10. fakeroot : security/fakeroot
  11. python3.9 : lang/python39
Runtime dependencies:
  1. py39-packaging>=19.0 : devel/py-packaging@py39
  2. py39-msgpack>=1.0.2<1.0.8_99 : devel/py-msgpack@py39
  3. py39-llfuse>0 : devel/py-llfuse@py39
  4. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  5. python3.9 : lang/python39
Library dependencies:
  1. liblz4.so : archivers/liblz4
  2. libzstd.so : archivers/zstd
  3. libxxhash.so : devel/xxhash
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py39-borgbackup-1.2.8_1: FUSE=on: Support to mount locally borg backup files ===> Use 'make config' to modify these settings
Options name:
archivers_py-borgbackup
USES:
pkgconfig python ssl
pkg-message:
For install:
In order to mount locally a remote archive or an entire repository as a FUSE filesystem, it is required to load fusefs module, for instance, as root, run: kldload fusefs To load the module at boot time, you can add it to the kld_list variable in /etc/rc.conf or related files, for instance, by running sysrc kld_list+=fusefs as root. Alternatively, to load the module earlier, you can manually add fusefs_load="YES" to /boot/loader.conf.local or /boot/loader.conf with a text editor. Also, if you plan to mount borg repositories as non root user, you need to run # sysctl vfs.usermount=1 and add the line vfs.usermount=1 to /etc/sysctl.conf to ensure the setting is loaded at boot time.
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/b/borgbackup/
  2. https://pypi.org/packages/source/b/borgbackup/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.8_1
18 Apr 2024 21:36:32
commit hash: 69dfc6cd49309b7990db0d931b44633d58bcf739commit hash: 69dfc6cd49309b7990db0d931b44633d58bcf739commit hash: 69dfc6cd49309b7990db0d931b44633d58bcf739commit hash: 69dfc6cd49309b7990db0d931b44633d58bcf739 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
archivers/py-borgbackup: fix pkg-message instructions

which were suggesting to add the loader.conf variable fusefs_load
to rc.conf instead via sysrc.

Reported by:	zero1@zaclys.net
PR:		278429
MFH:		2024Q2

(cherry picked from commit 334e8e98b3a625df06b3a5c3d44b0cbc01c77f31)

Number of commits found: 1