Commit Graph

10 Commits (043523ce8dca2114061f54440375cbe93d2bc3a3)

Author SHA1 Message Date
Jack Nagel 7c648d9732 Shore up a number of shell quoting issues
When interpolating in strings passed to Formula#system, it should be
done in such a way that if any interpolated variables contain spaces,
they are either (a) passed as part of a list or (b) protected by quotes
if they are part of a long string (which is subject to shell expansion).
Otherwise, they will be split on the space when expanded by the shell
and passed as multiple arguments to whatever process is being executed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:03:11 -05:00
Jack Nagel d1a2bb3c32 Use Homebrew's pcre where appropriate
We provide a pcre formula as OS X does not provide libpcre headers.
However, it does provide the library itself and so occasionally things
will use Homebrew's pcre headers and link against the system library.
This should be avoided to prevent incompatibilities, so explicitly tell
the build system where to look for the library where necessary.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24 16:51:33 -06:00
Guan Yang df94059995 ledger: option to disable Python support
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-29 21:49:47 -08:00
Jack Nagel bb44922515 Use ENV.make_jobs in formulae
Some formulae are still calling Hardware.processor_count; replace those
instances with ENV.make_jobs.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-15 00:05:15 -05:00
Adam Gibbins fda41fd788 ledger: Update to 2.6.3
Also update new homepage.

Closes Homebrew/homebrew#7575.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-12 10:33:15 -07:00
Adam Vandenberg 243bc743ea Use https for github repos. 2011-05-26 22:02:55 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Alexis Hildebrandt d701ff8a8d Update Formula: ledger
Use next branch when installing head, which works with brew's boost
1.44 formula

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-20 13:56:20 -07:00
Alexis Hildebrandt 6f3262c952 Update Formula: ledger
Remove obsolete utfcpp sub-formula for ledger head builds,
since it's now being referenced as a git submodule.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-27 16:02:51 -07:00
Alexis Hildebrandt 53bb755f5d Ledger 2.6.2
Double-entry accounting system with a command-line reporting interface.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-28 08:52:57 -07:00