diff options
| author | Geoff Nixon | 2015-03-08 16:23:30 -0400 |
|---|---|---|
| committer | Jack Nagel | 2015-03-08 16:23:30 -0400 |
| commit | 619a24863214fc10eb0ab70bdc0669cba4f1e96f (patch) | |
| tree | b3e18bbd9e515414dbf9e0d54bdcdb2459f395bf | |
| parent | 2ecb7db69d81b03124a2fda6dc28134d4618f0c0 (diff) | |
| download | homebrew-619a24863214fc10eb0ab70bdc0669cba4f1e96f.tar.bz2 | |
Move pathfinder to the boneyard
Closes #37066.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/pathfinder.rb | 18 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 |
2 files changed, 1 insertions, 18 deletions
diff --git a/Library/Formula/pathfinder.rb b/Library/Formula/pathfinder.rb deleted file mode 100644 index d1a6c23fb..000000000 --- a/Library/Formula/pathfinder.rb +++ /dev/null @@ -1,18 +0,0 @@ -require 'formula' - -class Pathfinder < Formula - homepage 'http://db.inf.uni-tuebingen.de/research/pathfinder' - url 'http://db.inf.uni-tuebingen.de/files/research/pathfinder/download/pathfinder-0.41.tar.gz' - sha1 '84f5581688e4c1dff27cf8e7d4354ee594f56970' - - option 'enable-debug', 'Enable debugging' - - def install - args = ["--prefix=#{prefix}"] - args << '--enable-debug' if build.include? 'enable-debug' - - system "./configure", *args - system "make" - system "make install" - end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index ea1fe2a6c..5b411f0bb 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -117,6 +117,7 @@ TAP_MIGRATIONS = { "opengrm-ngram" => "homebrew/science", "pan" => "homebrew/boneyard", "pari" => "homebrew/x11", + "pathfinder" => "homebrew/boneyard", "pcb" => "homebrew/x11", "pdf2image" => "homebrew/x11", "pdf2svg" => "homebrew/x11", |
