Here's an ebuild for wellenreiter. the docs on the page claim gps support, but i've seen nothing in this version of the program that indicates it's there. This program relies on bug #14597 which is the new ebuild for Net-Pcap.
Created attachment 7672 [details] net-wireless/wellenreiter/wellenreiter-1.6.ebuild i recommend net-wireless
Created attachment 7673 [details] wellenreiter-1.6.ebuild Wellenreiter.pl and config.pl didn't have the executable bit set for root... Now can do ./Wellenreiter.pl.
Created attachment 7684 [details] wellenreiter-1.6.ebuild This puts Wellenreiter.pl in /usr/bin w/ execute permission, and puts things in /usr/share/${P} instead of ${PN}. cleaner that way.
Hi, I just found your nice ebuild and modified it a bit to get the latest version (1.9) installed. Note that this was just quick - I didn't verify, but it seems to work fine here... *cough* ;-) Regards, Daniel ----------- diff -aur wellenreiter-1.6.ebuild wellenreiter-1.9.ebuild --- wellenreiter-1.6.ebuild 2003-09-25 18:10:23.000000000 +0200 +++ wellenreiter-1.9.ebuild 2003-09-25 18:13:24.160377696 +0200 @@ -3,8 +3,8 @@ # $Header: $ DESCRIPTION="GTK/Perl wireless discovery, penetration, and auditing tool" -HOMEPAGE="http://www.remote-exploit.org/" -SRC_URI="mirror://sourceforge/wellenreiter/${PN/w/W}-v16.tar.gz" +HOMEPAGE="http://www.wellenreiter.net/" +SRC_URI="mirror://sourceforge/wellenreiter/${PN/w/W}-v1.9.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -16,7 +16,7 @@ >=net-libs/libpcap-0.7.1 >=net-analyzer/tcpdump-3.7.1" -S=${WORKDIR}/Wellenreiter-v16 +S=${WORKDIR} src_install() { # We put the perl scripts into /usr/share/${PN} so they are @@ -32,12 +32,8 @@ cp ${S}/sounds/* ${D}/usr/share/${P}/sounds - dodoc README TODO - cd ${S}/docs - dodoc {FAQ,UPDATE,ipaq-how_en.txt,example-savefile} - for doc in CISCO IPAQ LUCENTorHERMES PRISM2; do - dodoc README.LINUX.$doc - done + dodoc README KNOWN-BUGS CHANGES + dodoc docs/* } pkg_postinst() { einfo "To use Wellenreiter.pl, you first need to run the"
Created attachment 32216 [details] Wellenreiter 1.9 ebuild further updated ebuild for wellenreiter. Has this just been forgotten or is there a reason this didn't make it into portage? ;-)
PS: there's also a completely rewritten C++ version ("Wellenreiter II 1.0 rc2") available at www.wellenreiter.net which they say also works on handhelds...
Why isn't this making it into portage?
Reassigning.
Last upstream release 3 years ago. No, thanks. WONTFIX.