From owner-freebsd-python@FreeBSD.ORG Mon Feb 9 21:30:06 2009 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1550410656FD for ; Mon, 9 Feb 2009 21:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0038C8FC1C for ; Mon, 9 Feb 2009 21:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n19LU58F084736 for ; Mon, 9 Feb 2009 21:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n19LU5Uc084733; Mon, 9 Feb 2009 21:30:05 GMT (envelope-from gnats) Date: Mon, 9 Feb 2009 21:30:05 GMT Message-Id: <200902092130.n19LU5Uc084733@freefall.freebsd.org> To: freebsd-python@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/131463: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2009 21:30:08 -0000 The following reply was made to PR ports/131463; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/131463: commit references a PR Date: Mon, 9 Feb 2009 21:25:35 +0000 (UTC) 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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"