From 8aea1280377276da406d75bb97613da92105cb3b Mon Sep 17 00:00:00 2001 From: pettai Date: Sun, 14 Mar 2010 11:13:36 +0000 Subject: * pylibpcap-0.6.2, 25 January 2008 Some files were missing from the tarball depending on how it was packaged; added them to MANIFEST.in to make sure they get included. Also updated mk-constants with the latest DLT_* entries from tcpdump.org. * pylibpcap-0.6.1, 25 July 2007 Clarified the license terms. Rewrote some of the module initialization to hopefully make it less fragile when SWIG changes. Added a bunch of new DLT_* constants. Made a few changes to the syntax in pcap.i to match with the current SWIG-1.3.x syntax. * pylibpcap-0.6, 2007-02-14 Had to manually add SWIG_PY_INT to mk-constants.py to support swig-1.3.31 Normalized indentation to Python semi-standard 4 spaces. Changed #!/usr/bin/env lines from python2 to python, since no distros use python2 anymore. --- net/py-libpcap/Makefile | 7 ++++--- net/py-libpcap/distinfo | 9 ++++----- net/py-libpcap/patches/patch-aa | 15 --------------- 3 files changed, 8 insertions(+), 23 deletions(-) delete mode 100644 net/py-libpcap/patches/patch-aa (limited to 'net/py-libpcap') diff --git a/net/py-libpcap/Makefile b/net/py-libpcap/Makefile index 8d1ad0ab593..56e58a225b0 100644 --- a/net/py-libpcap/Makefile +++ b/net/py-libpcap/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:42 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2010/03/14 11:13:36 pettai Exp $ # -DISTNAME= pylibpcap-0.5.1 -PKGNAME= ${PYPKGPREFIX}-libpcap-0.5.1 +DISTNAME= pylibpcap-0.6.2 +PKGNAME= ${PYPKGPREFIX}-libpcap-0.6.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pylibpcap/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pylibpcap.sourceforge.net/ COMMENT= Python wrapper for libpcap +LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir diff --git a/net/py-libpcap/distinfo b/net/py-libpcap/distinfo index 396e53d269b..535597e19c0 100644 --- a/net/py-libpcap/distinfo +++ b/net/py-libpcap/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2006/02/27 14:14:41 drochner Exp $ +$NetBSD: distinfo,v 1.3 2010/03/14 11:13:36 pettai Exp $ -SHA1 (pylibpcap-0.5.1.tar.gz) = c8e85258b3b3f79d629531856cfb3242c07f5796 -RMD160 (pylibpcap-0.5.1.tar.gz) = f1e2309fbaf0878e6b4fb87b626686377c6c105a -Size (pylibpcap-0.5.1.tar.gz) = 25171 bytes -SHA1 (patch-aa) = 20fb9468c0c4ba23ffe5918da78fa55e0a71a148 +SHA1 (pylibpcap-0.6.2.tar.gz) = f47d6e5d72219e2162f1b16e59f3c45e496652d9 +RMD160 (pylibpcap-0.6.2.tar.gz) = dbda6fec0786630c3af65d540b57507f888d1d78 +Size (pylibpcap-0.6.2.tar.gz) = 49021 bytes diff --git a/net/py-libpcap/patches/patch-aa b/net/py-libpcap/patches/patch-aa deleted file mode 100644 index df934e2e287..00000000000 --- a/net/py-libpcap/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/08/10 13:51:01 drochner Exp $ - ---- setup.py.orig 2005-08-10 12:30:07.000000000 +0200 -+++ setup.py -@@ -14,8 +14,8 @@ config_defines = [ ] - - # uncomment this line and comment out the next one if you want to build - # pcap.c from the SWIG interface --sourcefiles = ["mk-constants.py", "pcap.i"] --# sourcefiles = ["pcap.c"] -+#sourcefiles = ["mk-constants.py", "pcap.i"] -+sourcefiles = ["pcap.c"] - - # if you are building against a non-installed version of libpcap, - # specify its directory here, otherwise set this to None -- cgit v1.2.3