aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/graphviz.rb
AgeCommit message (Collapse)Author
2015-03-05graphviz: building bindings requires javaXu Cheng
Closes #37388 Closes #37410. Signed-off-by: Xu Cheng <xucheng@me.com>
2014-11-15graphviz: combine conditionalsJack Nagel
2014-11-15graphviz: update pango optionJack Nagel
2014-11-13graphviz: update x11 optionJack Nagel
2014-10-22graphviz: update 2.38.0 bottle.BrewTestBot
2014-09-10graphviz: general cleanup.Mike McQuaid
2014-09-10graphviz: add $PYTHON_PREFIX/lib to linker search pathTim D. Smith
Make sure the active python framework's lib directory is in the linker search path. Fixes #32180. Closes #32194. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-05-30Explicitly mark Xcode deps as build-time depsJack Nagel
2014-04-15graphviz: update 2.38.0 bottle.BrewTestBot
2014-04-15graphviz 2.38.0Jack Nagel
2014-04-03Get rid of "use X11 if it's installed" depsJack Nagel
Closes #28096.
2014-03-22graphviz: update 2.36.0 bottle.BrewTestBot
2014-03-22Update revisions on bottled libpng dependentsJack Nagel
2014-03-21graphviz: add 2.36.0 bottle.BrewTestBot
2014-03-21graphviz: remove broken devel block.Mike McQuaid
Upstream only keep devel archives for a week. We should add HEAD instead if people want the latest code.
2014-03-16graphviz: use checksummed patchesJack Nagel
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-27Add an xcodebuild helper and deprecate system "xcodebuild"Jack Nagel
In the future we can remove the ENV munging branch from Formula#system. Closes #27081.
2014-02-27graphviz devel 2.37.20140227.0545Jack Nagel
2014-02-11graphviz: define librsvg as optionalLarry Shaffer
Closes #26594. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-09graphviz 2.36.0 (--devel 2.37.20140209.1615)chdiza
Closes #26549. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-19graphviz: remove duplicated .app caveats.Mike McQuaid
2014-01-04graphviz: cleanup python usage.Mike McQuaid
2013-12-15graphviz: update develAdam Vandenberg
2013-12-15graphviz: fix dotty label bugMarc Vertes
This patch is already in upstream, posterior to graphviz-2.34.0. Closes #25187 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-12-07graphviz: update develAdam Vandenberg
2013-09-14graphviz 2.34.0, --devel 2.35.20130914.0446chdiza
Closes #22536. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-04graphviz 2.32.0Adam Vandenberg
2013-06-26graphviz: use optional dep for gtsJack Nagel
2013-06-08graphviz: update --devel versionAdam Vandenberg
2013-06-03Python 2.x and 3.x supportSamuel John
New `depends_on :python` Dependency. New `depends_on :python3` Dependency. To avoid having multiple formulae with endings -py2 and -py3, we will handle support for different pythons (2.x vs. 3.x) in the same formula. Further brewed vs. external python will be transparently supported. The formula also gets a new object `python`, which is false if no Python is available or the user has disabled it. Otherwise it is defined and provides several support methods: python.site_packages # the site-packages in the formula's Cellar python.global_site_packages python.binary # the full path to the python binary python.prefix python.version python.version.major python.version.minor python.xy # => e.g. "python2.7" python.incdir # includes of python python.libdir # the python dylib library python.pkg_config_path # used internally by brew python.from_osx? python.framework? python.universal? python.pypy? python.standard_caveats # Text to set PYTHONPATH for python.from_osx? python.if3then3 # => "" for 2.x and to "3" for 3.x. Further, to avoid code duplication, `python` takes an optional block that is run twice if the formula defines depends_on :python AND :python3. python do system python, 'setup.py', "--prefix=#{prefix}" end Read more in the Homebrew wiki.
2013-05-24graphviz --devel 2.31.20130523.0446Kevin Moore
Closes #20028. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-02graphviz --devel 2.31.20130502stevenppp
Closes #19585. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-17graphviz 2.30.1Camillo Lugaresi
Closes #17899. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-01graphviz: use test DSLJack Nagel
2012-11-26graphviz: optional GTS dependencyJanne Peltola
Closes #16015. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-21graphviz: Use freetype2 if X11 is installedShaun Jackman
Do not configure --without-freetype2 if X11 is installed. Closes #15583. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-10-21graphviz: Add build option --with-xShaun Jackman
--without-x prevents building useful programs, such as lefty. Closes #15555. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-27graphviz: actually depends on freetype rather than gd.Mike McQuaid
References #14646.
2012-09-14Use `env`.Adam Vandenberg
2012-09-02Graphviz depends on gdDustin Sallings
Closes #14646. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-02graphviz: make test non-interactive.Mike McQuaid
2012-08-24graphviz: Building GraphViz.app is now optionalCharlie Sharpsteen
Building GraphViz.app requires a full install of XCode.app so building it by default breaks the installation for users who only install the Command Line Tools. Fixes #14431.
2012-08-24graphviz: Use options DSLCharlie Sharpsteen
2012-08-23graphviz: set flag to not depend on X11.Mike McQuaid
2012-08-09graphviz: partially use options dslAdam Vandenberg
2012-08-08graphviz: no default bindings and no X11 neededMike McQuaid
Closes #13898.
2012-08-04graphviz: remove unexecutable gvmap.sh from binMike McQuaid
2012-08-03graphviz: add universal optionnibbles 2bits
Graphviz can build universally if it is built with a universal pcre, swig, and gettext. Add a `--universal` option. Change to using sha1. Leave the `fails_with` build version alone because Graphviz builds on Mountain Lion with clang-4.0. Tested on ML with clang and llvm from XCode-4.4. Fixes #13827 Closes #13927. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-13graphviz: must depend x11Sunteya
Closes #13357. Signed-off-by: Jack Nagel <jacknagel@gmail.com>