From owner-cvs-all@FreeBSD.ORG Mon Feb 21 00:17:26 2005 Return-Path: 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 1AF9B16A4CE; Mon, 21 Feb 2005 00:17:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDADE43D39; Mon, 21 Feb 2005 00:17:25 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1L0HP4G072687; Mon, 21 Feb 2005 00:17:25 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1L0HP8Q072686; Mon, 21 Feb 2005 00:17:25 GMT (envelope-from sergei) Message-Id: <200502210017.j1L0HP8Q072686@repoman.freebsd.org> From: Sergei Kolobov Date: Mon, 21 Feb 2005 00:17:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefile ports/security/base Makefile distinfo pkg-descr pkg-plist ports/security/base/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Feb 2005 00:17:26 -0000 sergei 2005-02-21 00:17:25 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/base Makefile distinfo pkg-descr pkg-plist security/base/files pkg-message.in Log: Add security/base: BASE is the Basic Analysis and Security Engine. It is based on the code from the ACID project. This application provides a PHP-based web front-end to query and analyze the alerts coming from a Snort IDS system. BASE is a web interface to perform analysis of intrusions that Snort has detected on your network. It uses a user authentication and role-base system, so that you as the security admin can decide what and how much information each user can see. It also has a simple to use, web-based setup program for people not comfortable with editing files directly. WWW: http://secureideas.sourceforge.net/ PR: ports/74492 [1], ports/77103 [2] Submitted by: Linh Pham [1], Paul Schmhel [2] Revision Changes Path 1.580 +1 -0 ports/security/Makefile 1.1 +54 -0 ports/security/base/Makefile (new) 1.1 +2 -0 ports/security/base/distinfo (new) 1.1 +8 -0 ports/security/base/files/pkg-message.in (new) 1.1 +11 -0 ports/security/base/pkg-descr (new) 1.1 +116 -0 ports/security/base/pkg-plist (new)