Date: Tue, 8 Aug 2006 14:44:24 +0000 (UTC) From: Ion-Mihai Tetcu <itetcu@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org 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 ... Message-ID: <200608081444.k78EiOd9002959@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <dan at langille.org> 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608081444.k78EiOd9002959>