From owner-svn-ports-head@freebsd.org Wed Nov 16 07:13:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17DAAC441EA; Wed, 16 Nov 2016 07:13:29 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E735C7B0; Wed, 16 Nov 2016 07:13:28 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAG7DStI005945; Wed, 16 Nov 2016 07:13:28 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAG7DRp3005941; Wed, 16 Nov 2016 07:13:27 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201611160713.uAG7DRp3005941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Wed, 16 Nov 2016 07:13:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426216 - in head/sysutils: . bareos-traymonitor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2016 07:13:29 -0000 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 +# $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 @@ +@sample %%ETCDIR%%/tray-monitor.d/client/FileDaemon-local.conf.sample +@sample %%ETCDIR%%/tray-monitor.d/director/Director-local.conf.sample +@sample %%ETCDIR%%/tray-monitor.d/monitor/bareos-mon.conf.sample +@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