Port details |
- bareos19-traymonitor Backup archiving recovery open sourced (traymonitor)
- 19.2.13 sysutils
=0 19.2.13Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream EOL reached
This port expired on: 2023-09-30
- Maintainer: acm@FreeBSD.org
- Port Added: 2020-12-27 17:35:19
- Last Update: 2023-09-30 02:22:57
- Commit Hash: 0f237b2
- 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:
-
- bareos19-traymonitor>0:sysutils/bareos19-traymonitor
- Conflicts:
- CONFLICTS:
- bareos18-traymonitor
- bareos17-traymonitor
- bareos-traymonitor
- No installation instructions:
- This port has been deleted.
- PKGNAME: bareos19-traymonitor
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1667249538
SHA256 (bareos-bareos-Release-19.2.13_GH0.tar.gz) = 67ec1c48e5eb9b64e9f1c7984d6e549e3299221b1f166dfb9c8d545216007ad7
SIZE (bareos-bareos-Release-19.2.13_GH0.tar.gz) = 12986687
Packages (timestamps in pop-ups are UTC):
- Master port: sysutils/bareos19-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.34<5.35 : lang/perl5.34
- Library dependencies:
-
- libqwt5-qt5.so : x11-toolkits/qwt5-qt5
- libbareos.so : sysutils/bareos19-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 bareos19-traymonitor-19.2.13:
====> 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_bareos19-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/bareos19-server |
Commit | Credits | Log message |
19.2.13 30 Sep 2023 02:22:57 |
Muhammad Moinur Rahman (bofh) |
*/bareos19-*: Remove expired port
2023-09-30 www/bareos19-webui: Upstream EOL reached
2023-09-30 sysutils/bareos19-traymonitor: Upstream EOL reached
2023-09-30 sysutils/bareos19-client: Upstream EOL reached
2023-09-30 sysutils/bareos19-server: Upstream EOL reached |
19.2.13 31 Oct 2022 22:05:44 |
Jose Alonso Cardenas Marquez (acm) |
sysutils/bareos19-*: update to 19.2.13
ChangeLog at: https://docs.bareos.org/bareos-19.2/Appendix/ReleaseNotes.html |
19.2.12_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 |
19.2.12_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) |
19.2.12_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 ) |
19.2.12_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 |
19.2.11 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) |
19.2.9_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
19.2.9_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
19.2.9 27 Dec 2020 17:34:40 |
acm |
- Copy bareos-* to bareos19-* preparing for update bareos to 20.0.0 |