diff options
author | Scott Ullrich <sullrich@gmail.com> | 2012-06-27 13:31:08 -0700 |
---|---|---|
committer | Scott Ullrich <sullrich@gmail.com> | 2012-06-27 13:31:08 -0700 |
commit | 8b24eebf7f6d6e8da02ce3cd12f664228c49d881 (patch) | |
tree | d943ff02b7c220504dd9646b022fbc82dd8f4923 /pkg_config.8.xml | |
parent | 7c0867308c75d41f5f6c9e00047fc2afc5d59dcb (diff) | |
parent | 9cefde0b754650de9bc33630c1256f4ad18313e3 (diff) | |
download | pfsense-packages-8b24eebf7f6d6e8da02ce3cd12f664228c49d881.tar.gz pfsense-packages-8b24eebf7f6d6e8da02ce3cd12f664228c49d881.tar.bz2 pfsense-packages-8b24eebf7f6d6e8da02ce3cd12f664228c49d881.zip |
Merge pull request #270 from djgel/master
Add package bacula-client v. 5.2.6
Diffstat (limited to 'pkg_config.8.xml')
-rw-r--r-- | pkg_config.8.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 1a197e3f..2543cf85 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1618,5 +1618,22 @@ <required_version>2.0</required_version> <configurationfile>systempatches.xml</configurationfile> </package> + <package> + <name>bacula-client</name> + <pkginfolink>Client for Bacula 5</pkginfolink> + <descr><![CDATA[Bacula is a set of Open Source, computer programs that permit you (or the system administrator) to manage backup, recovery, and verification of computer data across a network of computers of different kinds.]]></descr> + <website>http://www.bacula.org/</website> + <category>Services</category> + <version>5.2.6 pkg v 0.1</version> + <status>Beta</status> + <required_version>2.0</required_version> + <config_file>http://www.pfsense.com/packages/config/bacula-client/bacula-client.xml</config_file> + <depends_on_package_base_url>http://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/All/</depends_on_package_base_url> + <depends_on_package>bacula-client-5.2.6.tbz</depends_on_package> + <build_port_path>/usr/ports/sysutils/bacula-client</build_port_path> + <maintainer>marcioc.antao@gmail.com</maintainer> + <configurationfile>bacula-client.xml</configurationfile> + <after_install_info>Please visit the bacula client tab on services menu.</after_install_info> + </package> </packages> </pfsensepkgs> |