Port details |
- py-bup Very efficient backup system based on the git packfile format
- 0.32 archivers =2 0.32Version of this port present on the latest quarterly branch.
- Maintainer: portmaster@BSDforge.com
- Port Added: 2018-05-24 22:37:54
- Last Update: 2024-02-03 12:39:47
- Commit Hash: df50dd4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: LGPL21
- WWW:
- https://bup.github.io
- Description:
- [excerpt from bup web site]
Bup is a Very efficient backup system based on the git packfile format,
providing fast incremental saves and global deduplication (among and within
files, including virtual machine images).
Bup has a few advantages over other backup software:
-It uses a rolling checksum algorithm (similar to rsync) to split large files
into chunks. The most useful result of this is you can backup huge virtual
machine (VM) disk images, databases, and XML files incrementally, even though
they're typically all in one huge file, and not use tons of disk space for
multiple versions.
-It uses the packfile format from git (the open source version control system),
so you can access the stored data even if you don't like bup's user interface.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}bup>0:archivers/py-bup@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/archivers/py-bup/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/py-bup
- pkg install py39-bup
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-bup listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-bup
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1646238825
SHA256 (bup-bup-0.32_GH0.tar.gz) = a894cfa96c44b9ef48003b2c2104dc5fa6361dd2f4d519261a93178984a51259
SIZE (bup-bup-0.32_GH0.tar.gz) = 448487
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- git>1.5.6 : devel/git
- pandoc : textproc/hs-pandoc
- gmake>=4.3 : devel/gmake
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- bash : shells/bash
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py39-bup-0.32:
DOCS=on: Build man files and html documentation
TORNADO=off: Bup web server
===> Use 'make config' to modify these settings
- Options name:
- archivers_py-bup
- USES:
- gmake python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.32 03 Feb 2024 12:39:47 |
Wen Heping (wen) |
archivers/py-bup: Fix build with python-3.11
PR: 275494
Approved by: portmgr(blanket, fix build) |
0.32 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.32 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.32 20 Jul 2022 14:20:49 |
Tobias C. Berner (tcberner) |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.32 26 Mar 2022 09:20:18 |
Thierry Thomas (thierry) |
archivers/py-bup: upgrade to 0.32
This release should work with Python-3.9.
Release notes at
<https://github.com/bup/bup/blob/master/note/0.32-from-0.31.md>.
PR: 262303
Approved by: maintainer’s time-out |
0.30 23 May 2021 06:40:47 |
Li-Wen Hsu (lwhsu) Author: Chris Hutchinson |
archivers/py-bup: Reintroduce port, remove DEPRECIATED, update to 0.31
PR: 251883 |
0.30 15 Aug 2020 10:50:59 |
rene |
Remove deprecated ports:
2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python
2020-08-15 archivers/py-bup: Uses deprecated version of python
2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python
2020-08-15 audio/blop-lv2: Uses deprecated version of python
2020-08-15 audio/bs2b-lv2: Uses deprecated version of python
2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python
2020-08-15 audio/py-karaoke: Uses deprecated version of python
2020-08-15 audio/py-openal: Uses deprecated version of python
2020-08-15 audio/py-py-jack: Uses deprecated version of python
2020-08-15 audio/py-xmms2: Uses deprecated version of python
2020-08-15 audio/triceratops-lv2: Uses deprecated version of python
2020-08-15 biology/py-biom-format: Uses deprecated version of python
2020-08-15 comms/py-bulksms: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
0.30 25 Apr 2020 12:10:10 |
arrowd |
archivers/py-bup: Update to 0.30.
PR: 243981
Submitted by: jjuanino@gmail.com (maintainer) |
0.29.3 23 Feb 2020 15:25:53 |
antoine |
Deprecate a few ports
With hat: portmgr |
0.29.3 16 Jan 2020 09:34:42 |
bapt |
First pass at moving manpages to share/man for category a* |
0.29.3 03 Jan 2020 15:09:38 |
pkubaj |
archivers/py-bup: don't set -Werror
Fixes build with base GCC.
Approved by: portmgr (ports compliance blanket)
MFH: 2020Q1 (ports compliance blanket) |
0.29.3 29 Sep 2019 19:12:55 |
dbaio |
archivers/py-bup: Update to 0.29.3
PR: 240898
Submitted by: jjuanino@gmail.com (maintainer) |
0.29.2 24 Jan 2019 19:45:50 |
tcberner |
archivers/py-bup: update to 0.29.2
PR: 235160
Submitted by: jjuanino@gmail.com (maintainer) |
0.29.1 27 May 2018 08:50:22 |
antoine |
Fix dependencies with DEFAULT_VERSIONS=python=3.x |
0.29.1 24 May 2018 22:37:35 |
rodrigo |
Add new port archivers/py-bup.
A very efficient backup system based on the git packfile format.
PR: 219174
Submitted by: jjuanino@gmail.com |