| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 11 Jan 2026 21:37:12 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106143619
location: https://web.archive.org/web/20100106143619/https://graphviz.darwinports.com/
server-timing: captures_list;dur=0.538793, exclusion.robots;dur=0.037424, exclusion.robots.policy;dur=0.028080, esindex;dur=0.009927, cdx.remote;dur=21.667063, LoadShardBlock;dur=318.169508, PetaboxLoader3.datanode;dur=110.203540, PetaboxLoader3.resolve;dur=131.406544
x-app-server: wwwb-app206-dc6
x-ts: 302
x-tr: 372
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app206; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 11 Jan 2026 21:37:13 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 14:22:11 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Wed, 06 Jan 2010 14:36:19 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: TLA-20100106141907-00858-00865-ia360904-20100117030615-00000-c/TLA-20100106142414-00508-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=0.500516, exclusion.robots;dur=0.018748, exclusion.robots.policy;dur=0.009387, esindex;dur=0.010311, cdx.remote;dur=16.678161, LoadShardBlock;dur=160.807637, PetaboxLoader3.datanode;dur=145.693603, load_resource;dur=366.705775, PetaboxLoader3.resolve;dur=224.100551
x-app-server: wwwb-app206-dc6
x-ts: 200
x-tr: 636
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Graphviz version 2.24.0 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
graphviz most recent diffversion 2.24.0
Scroll down toward the bottom of the page to get installation instructions for graphviz. The raw portfile for graphviz 2.24.0 is located here: https://graphviz.darwinports.com/dports/graphics/graphviz/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/graphviz The graphviz Portfile 60545 2009-11-15 08:20:16Z ryandesign PortSystem 1.0 Name: graphviz conflicts graphviz-devel set my_name graphviz # keep version in sync between graphviz and graphviz-gui Version: 2.24.0 Revision: 1 Category: graphics Maintainers: ryandesign license CPLv1.0 Homepage: https://www.graphviz.org/ Master Sites: ${homepage}pub/graphviz/stable/SOURCES/ Platform: darwin use_parallel_build yes dist_subdir ${my_name} distname ${my_name}-${version} Description: Graph visualization software from AT&T; and Bell Labs Long Description: Graph Visualization Software from AT&T; Laboratories and Bell Laboratories (Lucent Technologies). The package contains: dot - batch program for drawing directed graphs as hierarchies neato - batch program for drawing undirected graphs using Kamada-Kawai spring models. Users wishing to have only the graph layout programs (for non-interactive use) can use the +no_x11 variant to build graphviz without its display routines. Checksums: md5 806a30dbc3f8deb219216f35be0e7a40 sha1 1d91b3a7d2c7fa15e5e718eb456210cd15731e14 rmd160 d003cfa57e73c44fbb71ae8f8726ecc9c74735f9 pre-extract { if {"darwin" == ${os.platform} && 9 == ${os.major}} { # graphviz needs Xcode 3.1+ to avoid the libGL error when building the smyrna variant # graphviz-gui needs Xcode 3.1.2+; see #18811 set minimum_xcodeversion 3.1.2 set current_xcodeversion [exec defaults read /Developer/Applications/Xcode.app/Contents/Info CFBundleShortVersionString] if {[rpm-vercomp ${current_xcodeversion} ${minimum_xcodeversion}] < 0} { ui_error "On Mac OS X ${macosx_version}, ${name} ${version} requires Xcode ${minimum_xcodeversion} or later but you have Xcode ${current_xcodeversion}." return -code error "incompatible Xcode version" } } } depends_lib port:xorg-libXaw path:lib/pkgconfig/pango.pc:pango port:jpeg port:libpng port:fontconfig port:freetype port:expat port:gd2 port:zlib port:gettext depends_build port:pkgconfig depends_run port:urw-fonts configure.args --with-codegens --with-x --without-devil --without-smyrna --with-digcola --with-ipsepcola --without-rsvg --with-pangocairo --without-glitz --with-freetype2 --with-fontconfig --without-gdk-pixbuf --without-gtk --without-gtkgl --without-gtkglext --without-glade --without-gnomeui --without-ming --without-quartz --disable-swig --disable-sharp --disable-guile --disable-io --disable-java --disable-lua --disable-ocaml --disable-perl --disable-php --disable-python --disable-python23 --disable-python24 --disable-python25 --disable-r --disable-ruby --disable-tcl platform macosx { if {${os.major} > 8} { configure.args-delete --without-quartz configure.args-append --with-quartz } } Variant: guile description {Include Guile language bindings} { depends_lib-append port:guile depends_build-append port:swig-guile configure.args-delete --disable-swig --disable-guile configure.args-append --enable-guile } Variant: lua description {Include Lua language bindings} { depends_lib-append port:lua depends_build-append port:swig-lua configure.args-delete --disable-swig --disable-lua configure.args-append --enable-lua post-patch { reinplace "s|/usr/lib\$LIBPOSTFIX/lua|${prefix}/lib\$LIBPOSTFIX/lua|g" ${worksrcpath}/configure } } Variant: ocaml description {Include Objective Caml language bindings} { depends_lib-append port:ocaml depends_build-append port:swig-ocaml configure.args-delete --disable-swig --disable-ocaml configure.args-append --enable-ocaml configure.cppflags-append -I${prefix}/lib/ocaml } Variant: perl description {Include PERL 5 language bindings} { depends_lib-append path:bin/perl:perl5 depends_build-append port:swig-perl configure.args-delete --disable-swig --disable-perl configure.args-append --enable-perl configure.perl ${prefix}/bin/perl } Variant: php description {Include PHP language bindings} { depends_lib-append path:bin/php:php5 depends_build-append port:swig-php5 configure.args-delete --disable-swig --disable-php configure.args-append --enable-php post-patch { reinplace "s|/usr/include/php|${prefix}/include/php|g" ${worksrcpath}/configure reinplace "s|/usr/lib\${LIBPOSTFIX}/php|${prefix}/lib\${LIBPOSTFIX}/php|g" ${worksrcpath}/configure reinplace "s|/usr/share/php|${prefix}/share/php|g" ${worksrcpath}/configure } } Variant: python24 description {Include Python 2.4 language bindings} conflicts python25 python26 { depends_lib-append port:python24 depends_build-append port:swig-python configure.args-delete --disable-swig --disable-python configure.args-append --enable-python configure.python ${prefix}/bin/python2.4 # The configure script asks python where to install # This doesn't work for 2.4 and 2.5 (see #16334) post-patch { reinplace "s|PYTHON_INSTALL_DIR=.*|PYTHON_INSTALL_DIR=${prefix}/lib/python2.4|" ${worksrcpath}/configure } } Variant: python25 description {Include Python 2.5 language bindings} conflicts python24 python26 { depends_lib-append port:python25 depends_build-append port:swig-python configure.args-delete --disable-swig --disable-python configure.args-append --enable-python configure.python ${prefix}/bin/python2.5 # The configure script asks python where to install # This doesn't work for 2.4 and 2.5 (see #16334) post-patch { reinplace "s|PYTHON_INSTALL_DIR=.*|PYTHON_INSTALL_DIR=${prefix}/lib/python2.5|" ${worksrcpath}/configure } } Variant: python26 description {Include Python 2.6 language bindings} conflicts python24 python25 { depends_lib-append port:python26 depends_build-append port:swig-python configure.args-delete --disable-swig --disable-python configure.args-append --enable-python configure.python ${prefix}/bin/python2.6 } Variant: ruby description {Include Ruby language bindings} { depends_lib-append port:ruby depends_build-append port:swig-ruby configure.args-delete --disable-swig --disable-ruby configure.args-append --enable-ruby } Variant: tcl description {Include Tcl language bindings} { depends_lib-append port:tcl depends_build-append port:swig-tcl configure.args-delete --disable-swig --disable-tcl configure.args-append --enable-tcl } Variant: java description {Include Java language bindings} { depends_build-append port:swig-java configure.args-delete --disable-swig --disable-java configure.args-append --enable-java } Variant: smyrna description {Include the Smyrna large graph viewer} { configure.args-delete --without-smyrna --without-gtk --without-gtkglext --without-glade configure.args-append --with-smyrna --with-gtk --with-gtkglext --with-glade depends_lib-append port:gtk2 port:gtkglext port:libglade2 port:gts } Variant: r description {Include R language bindings} { depends_build-append port:swig-r configure.args-delete --disable-swig --disable-r configure.args-append --enable-r } Variant: rsvg description {enable the rsvg plugin} { depends_lib-append port:librsvg configure.args-delete --without-rsvg configure.args-append --with-rsvg } Variant: gdk_pixbuf description {enable the gdk_pixbuf plugin} { depends_lib-append port:gtk2 configure.args-delete --without-gdk-pixbuf configure.args-append --with-gdk-pixbuf } Variant: glitz description {enable the incomplete glitz plugin} { depends_lib-append port:glitz configure.args-delete --without-glitz configure.args-append --with-glitz } Variant: ming description {enable the incomplete ming plugin} { depends_lib-append port:ming configure.args-delete --without-ming configure.args-append --with-ming } Variant: no_pangocairo description {Remove pangocairo support (no antialiased bitmapped output; no PDF output)} { depends_lib-delete path:lib/pkgconfig/pango.pc:pango configure.args-delete --with-pangocairo configure.args-append --without-pangocairo } Variant: no_x11 requires no_pangocairo { depends_lib-delete port:xorg-libXaw configure.args-append --without-x } Variant: gui description {Obsolete; install graphviz-gui port instead} { pre-configure { set newport graphviz-gui if {${os.major} < 9} { set newport graphviz-oldgui } ui_msg "The +gui variant is obsolete. Please install the ${newport} port instead." } } post-destroot { # Make the configuration file that makes the plugins work. system "GVBINDIR=${destroot}${prefix}/lib/graphviz DYLD_LIBRARY_PATH=${destroot}${prefix}/lib ${destroot}${prefix}/bin/dot -c" } pre-install { # Remove old configuration files left behind by old versions of this port. foreach file [glob -nocomplain -directory ${prefix}/lib/graphviz config*] { delete ${file} } } # keep livecheck in sync between graphviz and graphviz-gui livecheck.type regex livecheck.url ${homepage}Download_source.php livecheck.regex ${my_name}-(\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*)\\.tar If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/graphvizYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using graphviz with these commands: % man graphviz Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]()
Order Snow Leopard MacOSX 10.6 for only $29!
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |




