diff options
| -rw-r--r-- | Library/Formula/kismet.rb | 38 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 | 
2 files changed, 1 insertions, 38 deletions
diff --git a/Library/Formula/kismet.rb b/Library/Formula/kismet.rb deleted file mode 100644 index d6a31a18a..000000000 --- a/Library/Formula/kismet.rb +++ /dev/null @@ -1,38 +0,0 @@ -require 'formula' - -class Kismet < Formula -  homepage 'http://www.kismetwireless.net' -  url 'http://www.kismetwireless.net/code/kismet-2011-03-R2.tar.gz' -  version '2011-03-R2' -  sha256 '71a099fb724951cdd55c28e492432ca21657534c91a536c206f3e0a8686d2a64' - -  # Strip -rdynamic, per MacPorts -  patch :p0 do -    url "https://trac.macports.org/export/100624/trunk/dports/net/kismet/files/patch-configure.diff" -    sha1 "a866ac5616cfd929ff90dd1f888c9bf3d83a520c" -  end - -  def install -    system "./configure", "--prefix=#{prefix}", "--mandir=#{man}", "--sysconfdir=#{etc}" - -    # Don't chown anything. -    inreplace "Makefile", "-o $(INSTUSR) -g $(INSTGRP)", "" -    inreplace "Makefile", "-o $(INSTUSR) -g $(MANGRP)", "" - -    system "make install" -  end - -  def caveats; <<-EOS.undent -    Read http://www.kismetwireless.net/documentation.shtml and edit -      #{etc}/kismet.conf -    as needed. - -    * SUID Root functionality does not work, you will have to run this as -      root, e.g. via `sudo`. Do so at your own risk. -    * This version can be configured interactively when it is run (listen -      interface, etc). -    * You may add the line 'ncsource=en1:name=AirPort' to kismet.conf to avoid -      prompting at startup (assuming en1 is your AirPort card). -    EOS -  end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index fc47430d1..53446fd8f 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -19,6 +19,7 @@ TAP_MIGRATIONS = {    "jscoverage" => "homebrew/boneyard",    "jsl" => "homebrew/binary",    "kerl" => "homebrew/headonly", +  "kismet" => "homebrew/boneyard",    "libgtextutils" => "homebrew/science",    "librets" => "homebrew/boneyard",    "lmutil" => "homebrew/binary",  | 
