svn commit: r426216 - in head/sysutils: . bareos-traymonitor

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Wed Nov 16 07:13:29 UTC 2016


Author: acm
Date: Wed Nov 16 07:13:27 2016
New Revision: 426216
URL: https://svnweb.freebsd.org/changeset/ports/426216

Log:
  - New port: sysutils/bareos-traymonitor

Added:
  head/sysutils/bareos-traymonitor/
  head/sysutils/bareos-traymonitor/Makefile   (contents, props changed)
  head/sysutils/bareos-traymonitor/pkg-descr   (contents, props changed)
  head/sysutils/bareos-traymonitor/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Wed Nov 16 07:11:54 2016	(r426215)
+++ head/sysutils/Makefile	Wed Nov 16 07:13:27 2016	(r426216)
@@ -82,6 +82,7 @@
     SUBDIR += bareos-client-static
     SUBDIR += bareos-docs
     SUBDIR += bareos-server
+    SUBDIR += bareos-traymonitor
     SUBDIR += batmon
     SUBDIR += battfink
     SUBDIR += battmond

Added: head/sysutils/bareos-traymonitor/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/bareos-traymonitor/Makefile	Wed Nov 16 07:13:27 2016	(r426216)
@@ -0,0 +1,36 @@
+# Created by: Alonso Cardenas Marquez <acm at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	bareos
+
+PKGNAMESUFFIX=	-traymonitor
+PORTREVISION=	0
+
+COMMENT=	Backup archiving recovery open sourced (traymonitor)
+
+LIB_DEPENDS+=	libqwt.so:x11-toolkits/qwt5 \
+		libbareos.so:sysutils/bareos-client
+
+CONFLICTS=	bacula*-bat-*
+
+USES=		pkgconfig gettext-runtime desktop-file-utils
+USE_QT4=	qmake_build uic_build moc_build rcc_build gui corelib
+WITH_BAT=	yes
+
+PLIST=		${.CURDIR}/pkg-plist
+MAKE_ENV+=	MAKEOBJDIRPREFIX=/
+
+MASTERDIR=	${.CURDIR}/../../sysutils/bareos-server
+
+CONFIGURE_ARGS+=	--enable-traymonitor=yes \
+			--with-qwt=${LOCALBASE}/lib \
+			--disable-build-dird \
+			--disable-build-stored \
+			--enable-client-only \
+			--with-jansson=${LOCALBASE} \
+			--enable-nls=yes
+
+OPTIONS_DEFINE=	OPENSSL
+OPTIONS_DEFAULT=OPENSSL
+
+.include "${MASTERDIR}/Makefile"

Added: head/sysutils/bareos-traymonitor/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/bareos-traymonitor/pkg-descr	Wed Nov 16 07:13:27 2016	(r426216)
@@ -0,0 +1,8 @@
+traymonitor inteface for Bareos.
+
+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.
+
+WWW: http://www.bareos.org/

Added: head/sysutils/bareos-traymonitor/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/bareos-traymonitor/pkg-plist	Wed Nov 16 07:13:27 2016	(r426216)
@@ -0,0 +1,7 @@
+ at sample %%ETCDIR%%/tray-monitor.d/client/FileDaemon-local.conf.sample
+ at sample %%ETCDIR%%/tray-monitor.d/director/Director-local.conf.sample
+ at sample %%ETCDIR%%/tray-monitor.d/monitor/bareos-mon.conf.sample
+ at sample %%ETCDIR%%/tray-monitor.d/storage/StorageDaemon-local.conf.sample
+share/applications/bareos-tray-monitor.desktop
+share/pixmaps/bareos-tray-monitor.xpm
+%%QT_BINDIR%%/bareos-tray-monitor


More information about the svn-ports-all mailing list