Port details |
- bareos-traymonitor Backup archiving recovery open sourced (traymonitor)
- 23.1.0 sysutils =2 23.0.1Version of this port present on the latest quarterly branch.
- Maintainer: acm@FreeBSD.org
- Port Added: 2016-11-16 07:16:54
- Last Update: 2024-01-19 23:41:04
- Commit Hash: 7d2a520
- 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 - There is no configure plist information for this port.
- Dependency lines:
-
- bareos-traymonitor-qt5>0:sysutils/bareos-traymonitor
- Conflicts:
- CONFLICTS:
- bareos20-traymonitor
- bareos21-traymonitor
- bareos22-traymonitor
- bareos-traymonitor-qt6
- To install the port:
- cd /usr/ports/sysutils/bareos-traymonitor/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/bareos-traymonitor
- pkg install bareos-traymonitor-qt5
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bareos-traymonitor-qt5
- Package flavors (<flavor>: <package>)
- qt5: bareos-traymonitor-qt5
- qt6: bareos-traymonitor-qt6
- distinfo:
- TIMESTAMP = 1732913559
SHA256 (bareos-bareos-Release-23.1.0_GH0.tar.gz) = 8a4ae832317de4c160deaf378fa783ab3e259c92b16e961f93fc8d0ffbb59d5a
SIZE (bareos-bareos-Release-23.1.0_GH0.tar.gz) = 14002357
Packages (timestamps in pop-ups are UTC):
- Master port: sysutils/bareos-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
- 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:
-
- libbareos.so : sysutils/bareos-client
- libqwt5-qt5.so : x11-toolkits/qwt5-qt5
- liblzo2.so : archivers/lzo2
- libjansson.so : devel/jansson
- libfmt.so : devel/libfmt
- 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 bareos-traymonitor-qt5-23.1.0:
====> 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_bareos-traymonitor
- USES:
- desktop-file-utils gettext-runtime pkgconfig qt:5 cmake compiler:c++11-lang cpe localbase:ldflags perl5 pkgconfig readline shebangfix ssl
- 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/bareos-server |
Commit | Credits | Log message |
23.0.1 19 Jan 2024 23:41:04 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos-*: update to 23.0.1
- sysutils/bareos-traymonitor: add qt5 and qt6 flavors |
21.1.4 31 Oct 2022 22:12:39 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos-*: update to 21.1.4
ChangeLog at: https://github.com/bareos/bareos/blob/Release/21.1.4/CHANGELOG.md |
21.1.3_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 |
21.1.3_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) |
21.1.3_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 ) |
21.1.3_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 |
21.0.0 16 Jan 2022 22:28:34 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos-*: update to 21.0.0
ChangeLog at: https://github.com/bareos/bareos/blob/Release/21.0.0/CHANGELOG.md |
20.0.3 25 Nov 2021 21:40:11 |
Stefan Eßer (se) |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
20.0.0_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20.0.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20.0.0 27 Dec 2020 17:45:54 |
acm |
- Update to 20.0.0
ChangeLog at: https://docs.bareos.org/Appendix/ReleaseNotes.html |
19.2.5 04 Feb 2020 21:52:46 |
acm |
- Update to 19.2.5
- Add support for RADOS and GFAPI (plugins and storage) [1]
- Bareos ports are compiled with fastlz (compress file with LZ4/LZ4HC/FastLZ)
by default
- Add python3 support
[1] https://docs.bareos.org/TasksAndConcepts/Plugins.html
[1] https://docs.bareos.org/TasksAndConcepts/StorageBackends.html
ChangeLog at: https://docs.bareos.org/Appendix/ReleaseNotes.html |
18.2.7 29 Dec 2019 20:35:44 |
acm |
- Update to 18.2.7
- Fix build with python3
- Add better way to fix linking with jansson library |
18.2.6_1 13 May 2019 19:31:13 |
acm |
- Use _build suffix with some dependencies. It avoids needless runtime
dependencies
- Bump PORTREVISION
Suggested by: makc |
18.2.6 12 May 2019 00:55:13 |
acm |
- Fix build
Reported by: pkg-fallout |
18.2.6 09 May 2019 19:04:25 |
acm |
- Re-add sysutils/bareos-traymonitor |
17.2.7_2 09 May 2019 18:17:13 |
acm |
- Move sysutils/bareos-client-static to sysutils/bareos17-client-static |
17.2.7_1 16 Mar 2019 21:55:51 |
tcberner |
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above ) |
17.2.7 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
17.2.7 20 Nov 2018 21:49:17 |
acm |
- Update to 17.2.7
- Add bareos-dir reload into rc script
- Fix default configuration path
- Some another modifications
PR: 231551 221593 230123
Submitted by: rand __at__ iteris.com, hsn __at__ sendmail.cz |
17.2.5_1 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
17.2.5_1 18 May 2018 19:00:37 |
acm |
- Import chio-bareos
- Fix perl path into mtx-changer
- Add/modify CONFLICTS
- Add GNUTLS option
- Few other modifications
PR: 225119 225908 227318 |
16.2.4 29 Nov 2016 06:20:40 |
tcberner |
Stop exporting QT_BINDIR and QT_LIBDIR to PLIST_SUB.
As at the moment QT_BINDIR and QT_LIBDIR are 'bin' respectively 'lib' depending
on the Qt version these subs ended up at many wrong places in plists.
So only export it if QT_DIST is set.
PR: 210227
Reviewed by: mat, rakuco
Approved by: portmgr (mat), rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8378 |
16.2.4 16 Nov 2016 07:13:27 |
acm |
- New port: sysutils/bareos-traymonitor |