aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/graphviz.rb
AgeCommit message (Collapse)Author
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-05-06graphviz: clean up testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-14graphviz: add fails-with-clang commentAdam Vandenberg
2012-03-14graphviz: force build with llvm instead of clangKevin Moore
(Same technique being used for Qt.) Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24Add `buildpath` to FormulaAdam Vandenberg
2012-02-24Use "cd" instead of "Dir.chdir"Adam Vandenberg
* And "mkdir" isntead of "Dir.mkdir" * And "Dir[]" instead of "Dir.glob" * Also style fixes and nitpicks
2011-12-31graphviz: fix GraphViz.app => Graphviz.appMisty De Meo
graphviz builds its application bundle as Graphviz.app; a typo was preventing it from installing correctly on case-sensitive systems. Fixes #9348.
2011-12-24Clean up some Cairo dependenciesCharlie Sharpsteen
Add a comment to Pango explaining why Cairo is required on Lion. Remove Cairo dependencies from Graphviz as the Pango dependency will include it if needed. Closes #8821. Closes #9238.
2011-12-23Revamped GraphViz formulaCamillo Lugaresi
- enable Quartz backend - Cairo/Pango are now optional; if not enabled, PDF output is done with Quartz - enable language bindings by default (option to disable) - build GraphViz.app Closes #9100. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2011-09-18graphviz: patch for linking with libltdlJack Nagel
Linking with '-lltdl' fails on Lion and/or with XCode 4.2. The patch is already in the upstream development version and will be in the next release. Closes #7503. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-14pango, pixman, graphviz: Fixes for Lion PDF outputDominick Ng
Related issue on MacPorts: https://trac.macports.org/ticket/30370 Fixes #6631. Fixes #7140. Fixes #7463. Closes #7523. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-01Graphviz: add testAdam Vandenberg
2011-07-25graphviz 2.28.0Ruben Fonseca
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-03-13graphviz: support pdf output with pango/cairoWannes Meert
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-08-13graphviz - disable language bindingsAdam Vandenberg
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
2010-06-18graphviz- fix some depsAdam Vandenberg
2010-03-22graphviz: enable python tested on 10.5 and 10.6 64-bitDavid Höppner
2010-03-06graphviz: disable quartz and phpDavid Höppner
2010-02-19Update GraphViz to 2.26.3Adam Vandenberg
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-10-12perl bindings fail to buildLeo Franchi
2009-09-29Graphviz formulaTom von Schwerdtner
Disabling python becuase using easy_install is easier, and it was kicking errors before I disabled it.