From bdd545566c20919d1f3e6891ac03d381ceed6dbb Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 17 Dec 2013 19:14:57 -0800 Subject: Move comparepdf to boneyard Upstream is no longer maintaining this software, and it does not build with Xcode 5. Closes #24911. --- Library/Formula/comparepdf.rb | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Library/Formula/comparepdf.rb (limited to 'Library/Formula') diff --git a/Library/Formula/comparepdf.rb b/Library/Formula/comparepdf.rb deleted file mode 100644 index 4029e8760..000000000 --- a/Library/Formula/comparepdf.rb +++ /dev/null @@ -1,24 +0,0 @@ -require 'formula' - -class Comparepdf < Formula - homepage 'http://www.qtrac.eu/comparepdf.html' - url 'http://www.qtrac.eu/comparepdf-1.0.1.tar.gz' - sha1 '01774dac78dca9b712d55bfdbaf58c4b0bd31295' - - depends_on 'qt' - depends_on 'poppler' => 'with-qt4' - - def install - # Generate makefile and disable .app creation - if MacOS.version >= :mavericks && ENV.compiler == :clang - spec = 'unsupported/macx-clang-libc++' - else - spec = 'macx-g++' - end - system 'qmake', '-spec', spec, 'CONFIG-=app_bundle' - system 'make' - - bin.install 'comparepdf' - man1.install 'comparepdf.1' - end -end -- cgit v1.2.3