Commit Graph

66 Commits (59caee02ee9b5341a9cab3092f5f9049ecd39f7e)

Author SHA1 Message Date
BrewTestBot a413d9f9ff graphviz: update 2.36.0 bottle. 2014-03-22 21:50:13 -05:00
Jack Nagel febd676a74 Update revisions on bottled libpng dependents 2014-03-22 21:50:12 -05:00
BrewTestBot cd727b318c graphviz: add 2.36.0 bottle. 2014-03-21 13:05:50 +00:00
Mike McQuaid e34bfc539c graphviz: remove broken devel block.
Upstream only keep devel archives for a week. We should add HEAD
instead if people want the latest code.
2014-03-21 12:37:25 +00:00
Jack Nagel 0e1236053a graphviz: use checksummed patches 2014-03-16 20:20:52 -05:00
Mike McQuaid eefdf6b3f3 formulae: fix with/without usage.
Closes Homebrew/homebrew#27275.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-08 00:54:35 +00:00
Jack Nagel 502ff84d9c Add an xcodebuild helper and deprecate system "xcodebuild"
In the future we can remove the ENV munging branch from Formula#system.

Closes Homebrew/homebrew#27081.
2014-02-27 21:53:21 -06:00
Jack Nagel 7ada940b54 graphviz devel 2.37.20140227.0545 2014-02-27 21:53:21 -06:00
Larry Shaffer fe7c96bcae graphviz: define librsvg as optional
Closes Homebrew/homebrew#26594.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-11 08:17:41 +00:00
chdiza 67d8ec6dec graphviz 2.36.0 (--devel 2.37.20140209.1615)
Closes Homebrew/homebrew#26549.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-09 21:19:57 +00:00
Mike McQuaid 7175c467c7 graphviz: remove duplicated .app caveats. 2014-01-19 14:19:08 -08:00
Mike McQuaid 620e16af46 graphviz: cleanup python usage. 2014-01-04 13:19:23 +00:00
Adam Vandenberg cf394372c6 graphviz: update devel 2013-12-15 10:44:01 -08:00
Marc Vertes 52e53dd077 graphviz: fix dotty label bug
This patch is already in upstream, posterior to graphviz-2.34.0.

Closes Homebrew/homebrew#25187

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-12-15 10:41:15 -08:00
Adam Vandenberg 8a28674098 graphviz: update devel 2013-12-07 09:08:24 -08:00
chdiza f8c4c6e50c graphviz 2.34.0, --devel 2.35.20130914.0446
Closes Homebrew/homebrew#22536.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-14 11:19:24 -07:00
Adam Vandenberg 7a4eca691c graphviz 2.32.0 2013-08-04 22:20:35 -07:00
Jack Nagel aff49434b7 graphviz: use optional dep for gts 2013-06-26 19:08:49 -05:00
Adam Vandenberg a0e24d3280 graphviz: update --devel version 2013-06-08 15:42:16 -07:00
Samuel John f6e80bdea2 Python 2.x and 3.x support
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-06-03 17:29:43 +02:00
Kevin Moore 24e5fb7805 graphviz --devel 2.31.20130523.0446
Closes Homebrew/homebrew#20028.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-24 06:57:23 -07:00
stevenppp 0d89090099 graphviz --devel 2.31.20130502
Closes Homebrew/homebrew#19585.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-02 21:25:42 -07:00
Camillo Lugaresi a864e76a63 graphviz 2.30.1
Closes Homebrew/homebrew#17899.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-17 10:17:35 -08:00
Jack Nagel c31ae07872 graphviz: use test DSL 2013-02-01 23:38:52 -06:00
Janne Peltola b7771a614a graphviz: optional GTS dependency
Closes Homebrew/homebrew#16015.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-26 10:21:06 -08:00
Shaun Jackman 521f9d69c0 graphviz: Use freetype2 if X11 is installed
Do not configure --without-freetype2 if X11 is installed.

Closes Homebrew/homebrew#15583.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-10-21 19:52:32 +01:00
Shaun Jackman 935632998e graphviz: Add build option --with-x
--without-x prevents building useful programs, such as lefty.

Closes Homebrew/homebrew#15555.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-21 10:28:57 -07:00
Mike McQuaid 61bc83f206 graphviz: actually depends on freetype rather than gd.
References Homebrew/homebrew#14646.
2012-09-27 20:54:57 +01:00
Adam Vandenberg 8af0e97014 Use `env`. 2012-09-14 09:14:48 -07:00
Dustin Sallings d83bafbdab Graphviz depends on gd
Closes Homebrew/homebrew#14646.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-02 16:03:01 -07:00
Mike McQuaid 5f869f9aec graphviz: make test non-interactive. 2012-09-02 00:50:45 -07:00
Charlie Sharpsteen 42ce54af54 graphviz: Building GraphViz.app is now optional
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 Homebrew/homebrew#14431.
2012-08-24 19:38:18 -07:00
Charlie Sharpsteen 90e9a10021 graphviz: Use options DSL 2012-08-24 19:38:04 -07:00
Mike McQuaid fb9ed8a63a graphviz: set flag to not depend on X11. 2012-08-23 08:36:48 -07:00
Adam Vandenberg 4fcd5679df graphviz: partially use options dsl 2012-08-09 22:09:29 -07:00
Mike McQuaid 3afffe867f graphviz: no default bindings and no X11 needed
Closes Homebrew/homebrew#13898.
2012-08-08 18:19:22 +01:00
Mike McQuaid eee7485082 graphviz: remove unexecutable gvmap.sh from bin 2012-08-04 10:36:31 +01:00
nibbles 2bits 816720d633 graphviz: add universal option
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 Homebrew/homebrew#13827

Closes Homebrew/homebrew#13927.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03 19:29:18 -07:00
Sunteya e380254078 graphviz: must depend x11
Closes Homebrew/homebrew#13357.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-13 02:34:20 -05:00
Jack Nagel d6e8244287 Update formulae for XQuartz compatibility 2012-07-01 12:41:00 -05:00
Jack Nagel d7ffd6d35a graphviz: clean up test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:44 -05:00
Jack Nagel 64afeec6d4 Use new fails_with DSL syntax
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 12:39:59 -05:00
Adam Vandenberg 09ea6ead91 graphviz: add fails-with-clang comment 2012-03-14 17:29:05 -07:00
Kevin Moore cbeae5ea4b graphviz: force build with llvm instead of clang
(Same technique being used for Qt.)

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-14 17:27:57 -07:00
Adam Vandenberg e84698e7aa Add `buildpath` to Formula 2012-02-24 21:35:51 -08:00
Adam Vandenberg da3fdbd0cf Use "cd" instead of "Dir.chdir"
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
2012-02-24 21:35:50 -08:00
Misty De Meo 260c551222 graphviz: fix GraphViz.app => Graphviz.app
graphviz builds its application bundle as Graphviz.app; a typo was
preventing it from installing correctly on case-sensitive systems.

Fixes Homebrew/homebrew#9348.
2011-12-31 00:18:06 -06:00
Charlie Sharpsteen 2c8ad9eaa0 Clean up some Cairo dependencies
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 Homebrew/homebrew#8821.
Closes Homebrew/homebrew#9238.
2011-12-24 21:55:31 -08:00
Camillo Lugaresi dc80846e4f Revamped GraphViz formula
- 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 Homebrew/homebrew#9100.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2011-12-23 23:50:28 -06:00
Jack Nagel f365d14b99 graphviz: patch for linking with libltdl
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 Homebrew/homebrew#7503.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-18 18:06:05 -05:00