From owner-cvs-all@FreeBSD.ORG Mon Sep 24 03:09:48 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3138916A468; Mon, 24 Sep 2007 03:09:48 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 03BFC13C4B0; Mon, 24 Sep 2007 03:09:48 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8O39lgq074316; Mon, 24 Sep 2007 03:09:47 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8O39lVF074315; Mon, 24 Sep 2007 03:09:47 GMT (envelope-from edwin) Message-Id: <200709240309.l8O39lVF074315@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 24 Sep 2007 03:09:47 +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/sysutils Makefile ports/sysutils/bacula-bat Makefile pkg-descr pkg-plist 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, 24 Sep 2007 03:09:48 -0000 edwin 2007-09-24 03:09:47 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/bacula-bat Makefile pkg-descr pkg-plist Log: [NEW PORT] sysutils/bacula-bat GUI for sysutils/bacula-server Add the GUI interface for Bacula,bat is the GUI inteface for Bacula. Bacula is a set of 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. In technical terms, it is a network Client/Server based backup program. Bacula is relatively easy to use and efficient, while offering many advanced storage management features that make it easy to find and recover lost or damaged files. Due to its modular design, Bacula is scalable from small single computer systems to systems consisting of hundreds of computers located over a large network. WWW: http://www.bacula.org/ PR: ports/116450 Submitted by: Dan Langille Revision Changes Path 1.949 +1 -0 ports/sysutils/Makefile 1.1 +47 -0 ports/sysutils/bacula-bat/Makefile (new) 1.1 +13 -0 ports/sysutils/bacula-bat/pkg-descr (new) 1.1 +2 -0 ports/sysutils/bacula-bat/pkg-plist (new)