Commit Graph

13 Commits (f328a71391ce2c2c1889f407e0d2601d084c19a7)

Author SHA1 Message Date
Jack Nagel 7e5d44b829 pv: builds with LLVM >= 2335
Closes Homebrew/homebrew#7720.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 14:29:33 -05:00
Adam Vandenberg 99b61b9a23 Update fails_with_llvm in formulae 2011-03-25 23:31:30 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Michael Dippery bb847ef081 pv: Update to v1.2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-25 09:44:16 -08:00
Adam Vandenberg 72e19eb542 Don't need +x on these 2010-08-13 16:00:17 -07:00
Max Howell 1f7bc468bd Use new symlink aliases 2010-08-07 18:08:50 -07:00
Adam Vandenberg e1bb919734 Add "fails_with_llvm" to formula to document LLVM build breaks.
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm",
to specifically message to the user when a formula is known or suspected
to not build with LLVM. If the user specifies "--use-llvm", the message
will be displayed, but compilation will be tried anyway.

Since using LLVM is now an advanced/hidden feature instead of the
default on 10.6, we'll let the user try anyway (and submit patches
if things are now working.)
2010-06-16 11:50:36 -07:00
Adam Vandenberg b7358e1b77 pv - fix man path 2010-02-17 09:54:42 -08:00
Florian Sowade 2b58379256 pv failed to compile with nls
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-17 09:53:24 -08:00
Adam Vandenberg 83fe664f1f Reformat Pipe Viewer. 2009-12-12 16:24:19 +00:00
Gavin Heavyside c4ce764b43 on 10.6.2 pv won't build successfully with llvm 2009-11-11 19:11:13 +00:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Justin Weiss 722bd359a6 Pipe Viewer formula
pv - Pipe Viewer - is a terminal-based tool for monitoring the
progress of data through a pipeline. It can be inserted into any
normal pipeline between two processes to give a visual indication of
how quickly data is passing through, how long it has taken, how near
to completion it is, and an estimate of how long it will be until
completion.

Signed-off-by: Max Howell <max@methylblue.com>
2009-09-11 17:42:53 +01:00