From owner-cvs-all@FreeBSD.ORG Mon Jan 8 12:26:55 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC54816A403; Mon, 8 Jan 2007 12:26:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CB0EF13C44B; Mon, 8 Jan 2007 12:26:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l08CQtwH075393; Mon, 8 Jan 2007 12:26:55 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l08CQtfL075392; Mon, 8 Jan 2007 12:26:55 GMT (envelope-from miwi) Message-Id: <200701081226.l08CQtfL075392@repoman.freebsd.org> From: Martin Wilke Date: Mon, 8 Jan 2007 12:26:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt Makefile ports/net-mgmt/fruity Makefile distinfo pkg-descr pkg-plist ports/net-mgmt/fruity/files fruity.config.inc.in patch-includes-config.inc.in pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jan 2007 12:26:56 -0000 miwi 2007-01-08 12:26:55 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/fruity Makefile distinfo pkg-descr pkg-plist net-mgmt/fruity/files fruity.config.inc.in patch-includes-config.inc.in pkg-message.in Log: Bacula-web is a php based web program that provides you a summarized output of jobs that have already run. It obtains its information from your catalog database. Aside from a nice graphical display, it provides summaries of your jobs, as well as graphs of job usage. This is a fairly high level bacula management tool. Here are a few points that one user made concerning this important tool: - It is web-based so can be accessed from anywhere. - It is "read only" users can examine the state of the backups but not write to anything and therefore do no damage - It packs a phenomenal amount of information into a single web-page - that I credit as being very good design! The documentation for bacula-web can be found in a separate bacula-web document in the bacula-docs release. WWW: http://www.bacula.org/ PR: ports/107617 Submitted by: Dan Langille Revision Changes Path 1.104 +1 -0 ports/net-mgmt/Makefile 1.1 +53 -0 ports/net-mgmt/fruity/Makefile (new) 1.1 +3 -0 ports/net-mgmt/fruity/distinfo (new) 1.1 +67 -0 ports/net-mgmt/fruity/files/fruity.config.inc.in (new) 1.1 +50 -0 ports/net-mgmt/fruity/files/patch-includes-config.inc.in (new) 1.1 +33 -0 ports/net-mgmt/fruity/files/pkg-message.in (new) 1.1 +17 -0 ports/net-mgmt/fruity/pkg-descr (new) 1.1 +1961 -0 ports/net-mgmt/fruity/pkg-plist (new)