aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/highlight.rb
AgeCommit message (Collapse)Author
2014-05-14highlight 3.18Paul Capestany
Closes #29267. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-21highlight 3.14BiZoNiX
Closes #20669. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-12highlight compilation fix on case-sensitive OSFrizlab
The formula applies a patch on the Makefile. The patch was applied on the file named src/Makefile However, the file is actually named src/makefile Closes #18437. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-03highlight: depends on pkg-configAdam Vandenberg
Closes #18202.
2013-02-27highlight 3.12Sebastian Staudt
Closes #18106. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-03highlight 3.9nibbles 2bits
Upgrade highlight to version 3.9. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-15highlight 3.8Leon Zhang
Also, fix compiling against lua for non-/usr/local/ installs. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-29highlight 3.6Nibbles 2bits
This commit updates the formula to highlight-3.6. It compiles using all three compiles from XCode-4.0.2 on 64bit Snow Leopard. Closes #8350. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-19highlight's conf_dir should end with /eregon
Otherwise, it produces a runtime error: "cannot open /usr/local/etc/highlightfiletypes.conf: No such file or directory" Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-13highlight 3.5Felix Schulze
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-04-30New Formula: highlightMartin Kühl
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Fix etc folder, must have trailing slash for .conf to install correctly.