From owner-cvs-all@FreeBSD.ORG Tue Jun 7 20:56:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 0394A16A41C; Tue, 7 Jun 2005 20:56:28 +0000 (GMT) (envelope-from niels@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF5B043D1F; Tue, 7 Jun 2005 20:56:27 +0000 (GMT) (envelope-from niels@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 j57KuRDc038563; Tue, 7 Jun 2005 20:56:27 GMT (envelope-from niels@repoman.freebsd.org) Received: (from niels@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j57KuRfI038562; Tue, 7 Jun 2005 20:56:27 GMT (envelope-from niels) Message-Id: <200506072056.j57KuRfI038562@repoman.freebsd.org> From: Niels Heinen Date: Tue, 7 Jun 2005 20:56:27 +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/security Makefile ports/security/sancp Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist ports/security/sancp/files sancp.sh 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: Tue, 07 Jun 2005 20:56:28 -0000 niels 2005-06-07 20:56:27 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/sancp Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist security/sancp/files sancp.sh Log: New port based on submission by Paul Schmehl Sancp is a network security tool designed to collect statistical information regarding network traffic, as well as, collect the traffic itself in pcap format, all for the purpose of: auditing, historical analysis, and network activity discovery. PR: ports/77426 Submitted by: Paul Schmehl Approved by: nectar (mentor) Revision Changes Path 1.613 +1 -0 ports/security/Makefile 1.1 +45 -0 ports/security/sancp/Makefile (new) 1.1 +2 -0 ports/security/sancp/distinfo (new) 1.1 +36 -0 ports/security/sancp/files/sancp.sh (new) 1.1 +28 -0 ports/security/sancp/pkg-deinstall (new) 1.1 +12 -0 ports/security/sancp/pkg-descr (new) 1.1 +42 -0 ports/security/sancp/pkg-install (new) 1.1 +39 -0 ports/security/sancp/pkg-message (new) 1.1 +7 -0 ports/security/sancp/pkg-plist (new)