aboutsummaryrefslogtreecommitdiff
path: root/www/bacula-web
Commit message (Collapse)AuthorAgeFilesLines
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Convert www ports to USES=sqlite and USES=firebirdBaptiste Daroussin2016-01-101-1/+2
| | | | Notes: svn path=/head/; revision=405717
* - Clarify LICENSEDmitry Marakasov2015-07-272-44/+3
| | | | | | | | | | | - Add LICENSE_FILE - Add NO_ARCH - Drop @dirrm* from plist Approved by: portmgr blanket Notes: svn path=/head/; revision=392995
* Convert to USES=pgsqlBaptiste Daroussin2014-08-251-1/+1
| | | | Notes: svn path=/head/; revision=366069
* Reverse categories in www/baculaweb for portmaster and friendsJohn Marino2014-08-101-1/+1
| | | | | | | | | | | Nobody noticed that the submitter added a new category to the port and kept it in alphabetical order rather than "true" category first, so we need to move "www" back to the front of the line. PR: 191583 Notes: svn path=/head/; revision=364506
* www/bacula-web: Fix pkg-message for non-default location installationsJohn Marino2014-08-092-5/+7
| | | | | | | | | | | | I noticed in the commit diff that the pkg-message did not account for non-default values of BACULAWEB_HOME, but rather assumed the equivalent of %%WWWDIR%% (and didn't even use that!). Add a new substition so that the pkg-message message is correct for non-default locations. PR: 191583 Notes: svn path=/head/; revision=364443
* www/bacula-web: Upgrade version 1.38.9 => 6.0.1John Marino2014-08-0912-359/+269
| | | | | | | | | | PR: 191583 Submitted by: olevole (olevole.ru) Approved by: maintainer (dvl@) Lotsa TLC: marino@ Notes: svn path=/head/; revision=364438
* - Stage supportMartin Wilke2014-06-282-11/+10
| | | | | | | PR: 190012 Notes: svn path=/head/; revision=359653
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Convert to OptionsNGMartin Wilke2013-03-051-9/+6
| | | | | | | | | - Trim header Reviewed by: beat, bapt, kwm Notes: svn path=/head/; revision=313460
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - add missing php5-gd dependencyMartin Wilke2010-05-101-1/+1
| | | | | | | | | PR: 144417 Submitted by: Cristiano <cris@gufi.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=254032
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with W Notes: svn path=/head/; revision=240077
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Use the new facility of bsd.port.mk to be able to simplify the interactionMark Linimon2007-03-061-4/+3
| | | | | | | | | | | of USE_PHP and OPTIONS. PR: ports/106557 Submitted by: ale Hat: portmgr Notes: svn path=/head/; revision=186641
* - Remove symlinks created by mtree target from plistsPav Lucistnik2006-10-081-2/+0
| | | | | | | | Pointy hats to: rafan 6x, droso 2x, pav 2x, alepulve, clsung, glewis, itetcu, miwi Notes: svn path=/head/; revision=174953
* o Fix pkg-message -- provide a better description of how to get bacula-webRenato Botelho2006-08-141-2/+13
| | | | | | | | | | up and running. PR: ports/101859 Submitted by: Dan Langille <dan@langille.org> (maintainer) Notes: svn path=/head/; revision=170591
* Bacula-web is a php based web program that provides you a summarized outputIon-Mihai Tetcu2006-08-0812-0/+413
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> Notes: svn path=/head/; revision=170115