From owner-cvs-ports@FreeBSD.ORG Thu Sep 15 23:26:34 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org 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 2F22316A41F; Thu, 15 Sep 2005 23:26:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E668743D48; Thu, 15 Sep 2005 23:26:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8FNQXGR030349; Thu, 15 Sep 2005 23:26:33 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8FNQX47030348; Thu, 15 Sep 2005 23:26:33 GMT (envelope-from pav) Message-Id: <200509152326.j8FNQX47030348@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 15 Sep 2005 23:26:32 +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/net Makefile ports/net/py-pcapy Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 15 Sep 2005 23:26:34 -0000 pav 2005-09-15 23:26:32 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/py-pcapy Makefile distinfo pkg-descr Log: Pcapy is a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables Python scripts to capture packets on the network. Pcapy is highly effective when used in conjunction with a packet-handling package such as Impacket, which is a collection of Python classes for constructing and dissecting network packets. PR: ports/86184 Submitted by: Marcin Jessa Revision Changes Path 1.1533 +1 -0 ports/net/Makefile 1.1 +22 -0 ports/net/py-pcapy/Makefile (new) 1.1 +2 -0 ports/net/py-pcapy/distinfo (new) 1.1 +13 -0 ports/net/py-pcapy/pkg-descr (new)