diff options
author | pettai <pettai@pkgsrc.org> | 2010-03-14 11:13:36 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2010-03-14 11:13:36 +0000 |
commit | e832c4cabe97833d54948f245436887f27e154f7 (patch) | |
tree | 793a74a228fb2be93d015dd69c4973b063159191 | |
parent | 3f3114198f30e6cdfd4651870bc2860fa3c1ba6e (diff) | |
download | pkgsrc-e832c4cabe97833d54948f245436887f27e154f7.tar.gz |
* 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.
-rw-r--r-- | net/py-libpcap/Makefile | 7 | ||||
-rw-r--r-- | net/py-libpcap/distinfo | 9 | ||||
-rw-r--r-- | net/py-libpcap/patches/patch-aa | 15 |
3 files changed, 8 insertions, 23 deletions
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 |