Port details |
- bareos20-traymonitor Backup archiving recovery open sourced (traymonitor)
- 20.0.9 sysutils =2 20.0.7Version of this port present on the latest quarterly branch.
- Maintainer: acm@FreeBSD.org
- Port Added: 2022-01-16 22:18:05
- Last Update: 2022-10-31 22:09:02
- Commit Hash: 41f5de4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: AGPLv3 LGPL3
- WWW:
- https://www.bareos.org/
- Description:
- Bareos (BackupArchivingRecoveryOpenSourced) is a reliable network open source
software to backup, archive and restore files from all major operating systems.
The fork was founded 2010 out of the bacula.org project. The fork has been
actively developed and many new features have been added.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bareos20-traymonitor>0:sysutils/bareos20-traymonitor
- Conflicts:
- CONFLICTS:
- bareos-traymonitor
- bareos18-traymonitor
- bareos19-traymonitor
- To install the port:
- cd /usr/ports/sysutils/bareos20-traymonitor/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/bareos20-traymonitor
- pkg install bareos20-traymonitor
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bareos20-traymonitor
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1704430636
SHA256 (bareos-bareos-Release-20.0.9_GH0.tar.gz) = ff2923a40f4a34d21699bd694ed66ca0ebecfbc0fa3b83e9c39fe1b767671993
SIZE (bareos-bareos-Release-20.0.9_GH0.tar.gz) = 13432902
Packages (timestamps in pop-ups are UTC):
- Master port: sysutils/bareos20-server
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- pkgconf>=1.3.0_1 : devel/pkgconf
- cmake : devel/cmake-core
- ninja : devel/ninja
- llvm-config15 : devel/llvm15
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- libQt5UiTools.a : devel/qt5-uitools
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libqwt5-qt5.so : x11-toolkits/qwt5-qt5
- libbareos.so : sysutils/bareos20-client
- liblzo2.so : archivers/lzo2
- libjansson.so : devel/jansson
- libintl.so : devel/gettext-runtime
- libreadline.so.8 : devel/readline
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for bareos20-traymonitor-20.0.9:
====> Cryptographic library: you have to select exactly one of them
OPENSSL=on: SSL/TLS support via OpenSSL
GNUTLS=off: SSL/TLS support via GnuTLS
===> Use 'make config' to modify these settings
- Options name:
- sysutils_bareos20-traymonitor
- USES:
- desktop-file-utils gettext-runtime pkgconfig qt:5 cmake compiler:c++14-lang cpe localbase:ldflags perl5 pkgconfig readline shebangfix ssl llvm:max=15
- 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) |
This is a slave port. You may also want to view the commits to the master port: sysutils/bareos20-server |
Commit | Credits | Log message |
20.0.7 31 Oct 2022 22:09:02 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos20-*: update to 20.0.7
ChangeLog at: https://github.com/bareos/bareos/blob/Release/20.0.7/CHANGELOG.md |
20.0.6_1 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
20.0.6_1 10 Sep 2022 17:41:16 |
Stefan Eßer (se) Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
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) |
20.0.6_1 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 ) |
20.0.6_1 04 Sep 2022 23:35:40 |
Dima Panov (fluffy) |
sysutils/bareos*-traymonitor: add hidden dependencies on qt5-widgets (+)
Stage-qa raise missed declaration of used libraries of qt5-widgets.
Decrare them
Approved by: portmgr blanket |
20.0.5 21 Jan 2022 13:57:41 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos20-traymonitor: Fix build
Reported by: pkg-fallout |
20.0.4 16 Jan 2022 22:18:01 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos20-*: update to 20.0.4
ChangeLog at: https://github.com/bareos/bareos/blob/Release/20.0.4/CHANGELOG.md |
20.0.3 16 Jan 2022 22:15:22 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos-*: Copy to bareos20-* ports
bareos-* ports will be updated to 21.0.0 |