From owner-cvs-all@FreeBSD.ORG Mon Feb 9 21:25:27 2009 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 07361106564A; Mon, 9 Feb 2009 21:25:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E95238FC12; Mon, 9 Feb 2009 21:25:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n19LPQlE072338; Mon, 9 Feb 2009 21:25:26 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n19LPQSH072337; Mon, 9 Feb 2009 21:25:26 GMT (envelope-from miwi) Message-Id: <200902092125.n19LPQSH072337@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Feb 2009 21:25:26 +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/py-PF Makefile distinfo pkg-descr pkg-plist ports/security/py-PF/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2009 21:25:27 -0000 miwi 2009-02-09 21:25:26 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/py-PF Makefile distinfo pkg-descr pkg-plist security/py-PF/files pkg-message.in Log: py-PF is a pure-Python module for managing OpenBSD's Packet Filter. It aims to combine the flexibility of PF's C API and the power of Python, making it easier to manage PF data and to integrate firewalling capabilities in more complex applications. WWW: http://www.kernel-panic.it/software/py-pf/ PR: ports/131463 Submitted by: Sofian Brabez Revision Changes Path 1.1019 +1 -0 ports/security/Makefile 1.1 +31 -0 ports/security/py-PF/Makefile (new) 1.1 +3 -0 ports/security/py-PF/distinfo (new) 1.1 +8 -0 ports/security/py-PF/files/pkg-message.in (new) 1.1 +6 -0 ports/security/py-PF/pkg-descr (new) 1.1 +25 -0 ports/security/py-PF/pkg-plist (new)