From owner-cvs-all@FreeBSD.ORG Thu Jun 12 18:19:13 2003 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 4E00137B401; Thu, 12 Jun 2003 18:19:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E603243F93; Thu, 12 Jun 2003 18:19:12 -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 h5D1JC0U083797; Thu, 12 Jun 2003 18:19:12 -0700 (PDT) (envelope-from foxfair@repoman.freebsd.org) Received: (from foxfair@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5D1JCQ0083796; Thu, 12 Jun 2003 18:19:12 -0700 (PDT) Message-Id: <200306130119.h5D1JCQ0083796@repoman.freebsd.org> From: Foxfair Hu Date: Thu, 12 Jun 2003 18:19:12 -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/authpf Makefile distinfo pkg-descr pkg-install pkg-message pkg-plist ports/security/authpf/files patch-aa pathnames.h.sed 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: Fri, 13 Jun 2003 01:19:13 -0000 foxfair 2003/06/12 18:19:12 PDT FreeBSD ports repository Modified files: security Makefile Added files: security/authpf Makefile distinfo pkg-descr pkg-install pkg-message pkg-plist security/authpf/files patch-aa pathnames.h.sed Log: Add authpf 1.0, authentification shell for pf gateways. This port depends on security/pf first. PR: 52123 Submitted by: Max Laier Revision Changes Path 1.406 +1 -0 ports/security/Makefile 1.1 +84 -0 ports/security/authpf/Makefile (new) 1.1 +1 -0 ports/security/authpf/distinfo (new) 1.1 +27 -0 ports/security/authpf/files/patch-aa (new) 1.1 +40 -0 ports/security/authpf/files/pathnames.h.sed (new) 1.1 +7 -0 ports/security/authpf/pkg-descr (new) 1.1 +85 -0 ports/security/authpf/pkg-install (new) 1.1 +11 -0 ports/security/authpf/pkg-message (new) 1.1 +12 -0 ports/security/authpf/pkg-plist (new)