From owner-cvs-all@FreeBSD.ORG Tue Aug 8 14:44:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FDD816A4DD; Tue, 8 Aug 2006 14:44:30 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 857FE43D6D; Tue, 8 Aug 2006 14:44:24 +0000 (GMT) (envelope-from itetcu@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 k78EiOfF002960; Tue, 8 Aug 2006 14:44:24 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78EiOd9002959; Tue, 8 Aug 2006 14:44:24 GMT (envelope-from itetcu) Message-Id: <200608081444.k78EiOd9002959@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 8 Aug 2006 14:44:24 +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/www Makefile ports/www/bacula-web Makefile distinfo pkg-descr pkg-plist ports/www/bacula-web/files patch-bacula-web-classes.inc patch-bacula-web-index.php patch-bacula-web-report.php patch-bacula-web-templates-full_popup.tpl patch-bacula-web-templates-index.tpl patch-bacula-web-templates-report.tpl ... 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: Tue, 08 Aug 2006 14:44:30 -0000 itetcu 2006-08-08 14:44:24 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/bacula-web Makefile distinfo pkg-descr pkg-plist www/bacula-web/files patch-bacula-web-classes.inc patch-bacula-web-index.php patch-bacula-web-report.php patch-bacula-web-templates-full_popup.tpl patch-bacula-web-templates-index.tpl patch-bacula-web-templates-report.tpl patch-bacula-web-templates-volumes.tpl 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/101457 Submitted by: Dan Langille Revision Changes Path 1.1545 +1 -0 ports/www/Makefile 1.1 +61 -0 ports/www/bacula-web/Makefile (new) 1.1 +3 -0 ports/www/bacula-web/distinfo (new) 1.1 +13 -0 ports/www/bacula-web/files/patch-bacula-web-classes.inc (new) 1.1 +29 -0 ports/www/bacula-web/files/patch-bacula-web-index.php (new) 1.1 +15 -0 ports/www/bacula-web/files/patch-bacula-web-report.php (new) 1.1 +8 -0 ports/www/bacula-web/files/patch-bacula-web-templates-full_popup.tpl (new) 1.1 +10 -0 ports/www/bacula-web/files/patch-bacula-web-templates-index.tpl (new) 1.1 +9 -0 ports/www/bacula-web/files/patch-bacula-web-templates-report.tpl (new) 1.1 +13 -0 ports/www/bacula-web/files/patch-bacula-web-templates-volumes.tpl (new) 1.1 +10 -0 ports/www/bacula-web/files/pkg-message.in (new) 1.1 +17 -0 ports/www/bacula-web/pkg-descr (new) 1.1 +225 -0 ports/www/bacula-web/pkg-plist (new)