From owner-cvs-ports@FreeBSD.ORG Thu Jun 12 18:09:30 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9442C37B401; Thu, 12 Jun 2003 18:09:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3862143FD7; Thu, 12 Jun 2003 18:09:30 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5D19U0U083289; Thu, 12 Jun 2003 18:09:30 -0700 (PDT) (envelope-from foxfair@repoman.freebsd.org) Received: (from foxfair@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5D19TNP083287; Thu, 12 Jun 2003 18:09:29 -0700 (PDT) Message-Id: <200306130109.h5D19TNP083287@repoman.freebsd.org> From: Foxfair Hu Date: Thu, 12 Jun 2003 18:09:29 -0700 (PDT) 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/pf Makefile distinfo pkg-descr pkg-install pkg-message pkg-plist ports/security/pf/files pf.conf.default pf.sh.sample X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 01:09:31 -0000 foxfair 2003/06/12 18:09:29 PDT FreeBSD ports repository Modified files: security Makefile Added files: security/pf Makefile distinfo pkg-descr pkg-install pkg-message pkg-plist security/pf/files pf.conf.default pf.sh.sample Log: Add pf 1.0, OpenBSD's pf (packetfilter) as in OpenBSD 3.3 as a loadable kernel module. PR: 52121 Submitted by: Max Laier Revision Changes Path 1.405 +1 -0 ports/security/Makefile 1.1 +110 -0 ports/security/pf/Makefile (new) 1.1 +1 -0 ports/security/pf/distinfo (new) 1.1 +76 -0 ports/security/pf/files/pf.conf.default (new) 1.1 +68 -0 ports/security/pf/files/pf.sh.sample (new) 1.1 +14 -0 ports/security/pf/pkg-descr (new) 1.1 +189 -0 ports/security/pf/pkg-install (new) 1.1 +9 -0 ports/security/pf/pkg-message (new) 1.1 +23 -0 ports/security/pf/pkg-plist (new)