From owner-cvs-all@FreeBSD.ORG Fri Oct 19 16:52:23 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 AE15F16A469; Fri, 19 Oct 2007 16:52:23 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A69D13C478; Fri, 19 Oct 2007 16:52:23 +0000 (UTC) (envelope-from novel@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 l9JGqN22062592; Fri, 19 Oct 2007 16:52:23 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9JGqNgj062591; Fri, 19 Oct 2007 16:52:23 GMT (envelope-from novel) Message-Id: <200710191652.l9JGqNgj062591@repoman.freebsd.org> From: Roman Bogorodskiy Date: Fri, 19 Oct 2007 16:52:23 +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/openfwtk Makefile Makefile.man distinfo pkg-descr pkg-plist ports/security/openfwtk/files patch-Makefile.common patch-Makefile.config patch-configs-FreeBSD patch-reports-Makefile patch-reports-frequentcheck.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: Fri, 19 Oct 2007 16:52:23 -0000 novel 2007-10-19 16:52:23 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/openfwtk Makefile Makefile.man distinfo pkg-descr pkg-plist security/openfwtk/files patch-Makefile.common patch-Makefile.config patch-configs-FreeBSD patch-reports-Makefile patch-reports-frequentcheck.sh patch-squid-gw-squid-gw.restart pkg-message.in Log: OpenFWTK is an application proxy toolkit which inherits the ideology of TIS fwtk and maintains API backwards compatibility. The design goal is to make it simple yet powerful; no performance hacks allowed in the code and library dependencies are reduced to minimum. WWW: http://sourceforge.net/projects/openfwtk PR: ports/117194 Submitted by: Anton Karpov Revision Changes Path 1.924 +1 -0 ports/security/Makefile 1.1 +69 -0 ports/security/openfwtk/Makefile (new) 1.1 +58 -0 ports/security/openfwtk/Makefile.man (new) 1.1 +3 -0 ports/security/openfwtk/distinfo (new) 1.1 +29 -0 ports/security/openfwtk/files/patch-Makefile.common (new) 1.1 +10 -0 ports/security/openfwtk/files/patch-Makefile.config (new) 1.1 +64 -0 ports/security/openfwtk/files/patch-configs-FreeBSD (new) 1.1 +13 -0 ports/security/openfwtk/files/patch-reports-Makefile (new) 1.1 +17 -0 ports/security/openfwtk/files/patch-reports-frequentcheck.sh (new) 1.1 +8 -0 ports/security/openfwtk/files/patch-squid-gw-squid-gw.restart (new) 1.1 +24 -0 ports/security/openfwtk/files/pkg-message.in (new) 1.1 +6 -0 ports/security/openfwtk/pkg-descr (new) 1.1 +53 -0 ports/security/openfwtk/pkg-plist (new)