aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mtr.rb
AgeCommit message (Collapse)Author
2015-02-19mtr: recommend sudo instead of setuid.Mike McQuaid
2014-12-24mtr: add 0.86 bottle.BrewTestBot
2014-12-24mtr 0.86Baptiste Fontaine
Closes #35238. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-04mtr: modernize autotools depsJack Nagel
2014-04-11Use .diff instead of .patch for github commit sourced patchesSteven Peters
This modifies multiple formulae in a single commit, replacing the patch suffix with diff per #28315. I used the following command: ~~~ sed -i -e 's@patch"$@diff"@' `grep -rlI 'commit.*patch"$' .` ~~~ The patch shasums are then computed using: ~~~ brew fetch --build-from-source `git st | sed -e 's@^ M@@'` ~~~ and manually updated. Fixes #28315. Fixes #28335. Closes #28339. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-01mtr: fix patch SHA-1.Mike McQuaid
Closes #28046.
2014-03-20mtr: fix patch checksumJack Nagel
Fixes #27729.
2014-03-16mtr: use checksummed patchesJack Nagel
2013-11-13Add more missing :autoconf depsJack Nagel
2013-11-01mtr 0.85 (and fix 10.9)Gert Van Gool
Closes #23659. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-21mtr: use spec depsJack Nagel
2013-07-17mtr: add HEADIan Lancaster
Closes #21264. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-22mtr: add debian as mirrorAdam Vandenberg
Closes #18012.
2013-02-09mtr: depends on pkg-configJack Nagel
2013-01-26mtr: use new optional deps supportJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03mtr: use new dslAdam Vandenberg
2012-08-10mtr: Make GTK+ opt-in.Adam Vandenberg
This is what MacPorts does.
2012-04-11mtr: clarify caveats, style nitsJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-19mtr 0.82Stian Eikeland
bumped mtr to v0.82 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-12-29mtr - option for building without gtk+ supportBen Lovett
2010-12-02update mtr to 0.80Amir Manji
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2009-12-02Advise user that mtr may require sudoMax Howell
See #166
2009-12-02Don't install the mtr binary in bin/ additionallyJannis Leidel
Fixes #166
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
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-09-28mtr formulaDavid Reynolds
mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool.