pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update wistumbler2 to 2.00pre7, sent by the Author pan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b52b8482180c
branches:  trunk
changeset: 470302:b52b8482180c
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Mar 07 23:59:01 2004 +0000

description:
Update wistumbler2 to 2.00pre7, sent by the Author pancake in private
email, this also closes PR pkg/24172 by Noud de Brouwer.

Changes:

        - Wifi rate patched.
        - Add background sniffer.
        - Add pthread, for non-blocking GUI.
        - Autodetect ifaces (up/down) on the fly (threads).

While here switch this package to use buildlink3.

diffstat:

 doc/CHANGES              |   3 ++-
 net/wistumbler2/Makefile |  11 ++++++-----
 net/wistumbler2/distinfo |   6 +++---
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (61 lines):

diff -r a9172c50956d -r b52b8482180c doc/CHANGES
--- a/doc/CHANGES       Sun Mar 07 23:47:48 2004 +0000
+++ b/doc/CHANGES       Sun Mar 07 23:59:01 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5144 2004/03/07 23:47:48 snj Exp $
+$NetBSD: CHANGES,v 1.5145 2004/03/07 23:59:01 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -1232,3 +1232,4 @@
        Updated loudmouth to 0.15.1nb3 [jmmv 2004-03-07]
        Updated xscorch to 0.1.16 [snj 2004-03-07]
        Updated wmusic to 1.4.7nb3 [snj 2004-03-07]
+       Updated wistumbler2 to 2.00pre7 [xtraeme 2004-03-07]
diff -r a9172c50956d -r b52b8482180c net/wistumbler2/Makefile
--- a/net/wistumbler2/Makefile  Sun Mar 07 23:47:48 2004 +0000
+++ b/net/wistumbler2/Makefile  Sun Mar 07 23:59:01 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2004/01/03 18:49:51 reed Exp $
+# $NetBSD: Makefile,v 1.5 2004/03/07 23:59:01 xtraeme Exp $
 
-DISTNAME=      wistumbler2.00-pre3
+DISTNAME=      wistumbler2.00-pre7
 PKGNAME=       ${DISTNAME:S/wistumbler/wistumbler-/}
-PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  ftp://ftp.nopcode.org/prj/wistumbler2/
 
@@ -10,7 +9,7 @@
 HOMEPAGE=      http://www.nopcode.org/?t=wistumbler2
 COMMENT=       Fork of original WaveLAN/IEEE network stumbler
 
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_X11=       YES
 GNU_CONFIGURE= YES
 MANCOMPRESSED= YES
@@ -25,9 +24,11 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if !empty(WISTUMBLER2_USES_GTK:M[Yy][Ee][Ss])
-.include "../../x11/gtk2/buildlink2.mk"
+.include "../../x11/gtk2/buildlink3.mk"
 .else
 CONFIGURE_ENV+=                USE_GTK=0
 .endif
 
+.include "../../net/libpcap/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a9172c50956d -r b52b8482180c net/wistumbler2/distinfo
--- a/net/wistumbler2/distinfo  Sun Mar 07 23:47:48 2004 +0000
+++ b/net/wistumbler2/distinfo  Sun Mar 07 23:59:01 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/12/03 19:11:02 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2004/03/07 23:59:01 xtraeme Exp $
 
-SHA1 (wistumbler2.00-pre3.tar.gz) = d950ea5910a02e56b766b113af192f2274712c9a
-Size (wistumbler2.00-pre3.tar.gz) = 15409 bytes
+SHA1 (wistumbler2.00-pre7.tar.gz) = d12d2af1bbc9659ea3547b4618ef82c4e008694c
+Size (wistumbler2.00-pre7.tar.gz) = 23324 bytes



Home | Main Index | Thread Index | Old Index