notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-graphviz Simple Python interface for Graphviz
0.10.1 graphics on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.10.1Version of this port present on the latest quarterly branch.
Maintainer: lbartoletti@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-03-22 23:40:33
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
People watching this port, also watch:: py39-tkinter, sdl, libao, zip, glib
Also Listed In: python
License: MIT
WWW:
https://github.com/xflr6/graphviz
Description:
This package facilitates the creation and rendering of graph descriptions in the DOT language of the Graphviz graph drawing software (repo) from Python. Create a graph object, assemble the graph by adding nodes and edges, and retrieve its DOT source code string. Save the source code to a file and render it with the Graphviz installation of your system. Use the view option/method to directly inspect the resulting (PDF, PNG, SVG, etc.) file with its default application. Graphs can also be rendered and displayed within Jupyter notebooks (a.k.a. IPython notebooks, example) as well as the Jupyter Qt Console.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}graphviz>0:graphics/py-graphviz@${PY_FLAVOR}
To install the port:
cd /usr/ports/graphics/py-graphviz/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/py-graphviz
  • pkg install py39-graphviz
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-graphviz listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-graphviz
Package flavors (<flavor>: <package>)
  • py39: py39-graphviz
distinfo:
TIMESTAMP = 1542125035 SHA256 (graphviz-0.10.1.zip) = d311be4fddfe832a56986ac5e1d6e8715d7fcb0208560da79d1bb0f72abef41f SIZE (graphviz-0.10.1.zip) = 167590

Packages (timestamps in pop-ups are UTC):
py37-graphviz
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.10.1-----
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-graphviz
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.10.10.10.1-0.10.10.10.1---
FreeBSD:13:quarterly0.10.10.10.1-0.10.10.10.10.10.10.10.10.10.1
FreeBSD:14:latest0.10.10.10.10.10.10.10.10.10.10.10.1-0.10.1
FreeBSD:14:quarterly0.10.10.10.1-0.10.10.10.10.10.10.10.10.10.1
FreeBSD:15:latest0.10.10.10.1n/a0.10.1n/a0.10.10.10.10.10.1
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. py39-pytest-cov>=0 : devel/py-pytest-cov@py39
  2. py39-pytest-mock>=0 : devel/py-pytest-mock@py39
  3. python3.9 : lang/python39
Runtime dependencies:
  1. dot : graphics/graphviz
  2. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  3. python3.9 : lang/python39
This port is required by:
for Build
  1. science/abinit
  2. www/py-dj42-django-treebeard
  3. www/py-django-treebeard

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/py-dj32-django-treebeard*
  2. Collapse this list of deleted ports.
for Run
  1. devel/py-objgraph
  2. misc/py-mxnet
  3. ports-mgmt/portgraph

Configuration Options:
No options to configure
Options name:
graphics_py-graphviz
USES:
cpe python zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/g/graphviz/
  2. https://pypi.org/packages/source/g/graphviz/
Collapse this list.

Number of commits found: 56

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.10.1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
0.10.1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.10.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.10.1
20 Jul 2022 14:22:04
commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
graphics: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.kiev.ua>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.10.1
31 Aug 2021 09:23:32
commit hash: 141807b6bad8494e1318f900d15fece8cd811876commit hash: 141807b6bad8494e1318f900d15fece8cd811876commit hash: 141807b6bad8494e1318f900d15fece8cd811876commit hash: 141807b6bad8494e1318f900d15fece8cd811876 files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
graphics/py-graphviz: Add CPE information

Approved by:    portmgr (blanket)
0.10.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.10.1
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
0.10.1
14 Jan 2020 21:45:15
Revision:523070Original commit files touched by this commit
lbartoletti search for other commits by this committer
Change my mail address to lbartoletti@FreeBSD.org

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D23169
0.10.1
29 Jan 2019 16:16:56
Revision:491577Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.10.1

Changes by upstream:
- https://github.com/xflr6/graphviz/blob/0.10.1/CHANGES.txt

PR:		234619
Submitted by:	freebsd_ports@k-worx.org
Approved by:	maintainer
Sponsored by:	iXsystems Inc.
0.8.4
17 Aug 2018 02:24:03
Revision:477406Original commit files touched by this commit
wen search for other commits by this committer
- Update to 0.8.4

PR:		230677
Submitted by:	lbartoletti@tuxfamily.org(maintainer)
0.8.3
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.8.3
05 May 2018 05:58:44
Revision:469087Original commit files touched by this commit
riggs search for other commits by this committer
Update to upstream release 0.8.3

PR:		227958
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
MFH:		2018Q2
0.8.2
15 Jan 2018 17:16:56
Revision:459095Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.8.2

Changes:	https://github.com/xflr6/graphviz/blob/master/CHANGES.txt
PR:		224979
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
0.8.1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.8.1
18 Oct 2017 16:53:43
Revision:452355Original commit files touched by this commit
swills search for other commits by this committer
graphics/py-graphviz: update to 0.8.1

PR:		223058
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
0.8
17 Sep 2017 11:32:27
Revision:449993Original commit files touched by this commit
dbaio search for other commits by this committer
Add graphics/py-graphviz, simple Python interface for Graphviz

This package facilitates the creation and rendering of graph descriptions in the
DOT language of the Graphviz graph drawing software (repo) from Python.

Create a graph object, assemble the graph by adding nodes and edges, and
retrieve its DOT source code string. Save the source code to a file and render
it with the Graphviz installation of your system.

Use the view option/method to directly inspect the resulting (PDF, PNG, SVG,
etc.) file with its default application. Graphs can also be rendered and
displayed within Jupyter notebooks (a.k.a. IPython notebooks, example) as well
as the Jupyter Qt Console.

WWW: https://github.com/xflr6/graphviz
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3.1
07 Feb 2016 09:44:24
Revision:408353Original commit files touched by this commit
koobs search for other commits by this committer
graphics/py-graphviz: Move to py-pygraphviz, Fix 3.x build

There are numerous graphviz related packages in PyPI, including:
graphviz, graphviz-python and pygraphviz.

This port, py-graphviz, is not and does not provide the same package
as the 'graphviz' package on PyPI (CHEESESHOP).

Further, it blocks the creation of a correctly named py-graphviz port,
is a POLA violation in terms of users expecting to find and recieve
the package they expect based on a standard search, and is likely to
create confusion among other ports if they depend on a python graphviz
package, which could result in incorrect packages/dependencies.

This is why among other reasons, Python packages should be named
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3.1
08 Dec 2015 15:55:03
Revision:403283Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 1.3.1.
1.2_1
13 Mar 2015 13:21:50
Revision:381187Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Strip library
1.2
17 Jan 2015 15:58:02
Revision:377230Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 1.2.
1.1_1
16 Jan 2015 17:28:14
Revision:377195Original commit files touched by this commit
rafan search for other commits by this committer
Drop maintainership as I no longer use these software nor have time and
energy to keep up.
1.1_1
21 Oct 2014 16:36:12
Revision:371326Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of graphics/ to new USES=python

Approved by:	portmgr (implicit)
1.1_1
20 Oct 2014 17:04:21
Revision:371283Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.1_1
08 May 2014 16:06:02
Revision:353325Original commit files touched by this commit
vanilla search for other commits by this committer
- Stage

PR:		ports/188922
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@
1.1_1
20 Sep 2013 18:35:46
Revision:327733Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
1.1_1
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
1.1
23 Jan 2012 04:31:34
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 1.1
1.0
03 Jul 2011 14:12:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.0
03 Aug 2010 14:15:52
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 1.0
0.99.1_3
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
0.99.1_2
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
0.99.1_1
31 Jul 2009 13:57:52
Original commit files touched by this commit
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
0.99.1
13 Feb 2009 01:44:22
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 0.99.1

PR:             ports/131509
Submitted by:   Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
0.33_2
01 Feb 2009 19:09:07
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Fix fetch

Reported by:    -fetch-original pointyhat run
0.33_2
06 Jun 2008 13:35:04
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
0.33_1
30 Jul 2007 09:42:28
Original commit files touched by this commit
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
0.33_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
0.33
05 Mar 2007 14:10:58
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 0.33
- Take maintainership

Approved by:    xride (maintainer)
0.22
29 Sep 2006 22:01:23
Original commit files touched by this commit
xride search for other commits by this committer
Change my MAINTAINER email to be my @FreeBSD email

Approved by:    tmclaugh
0.22
24 Sep 2006 17:46:53
Original commit files touched by this commit
miwi search for other commits by this committer
- Fix place of install when devel/py-setuptools is installed
- Pass maintainership to submitter

PR:             ports/103564
Submitted by:   Soeren Straarup <xride@x12.dk>
0.22
11 Apr 2006 14:46:43
Original commit files touched by this commit
vs search for other commits by this committer
Update to recommended version 0.22 from new upstream which no longer requires
SWIG.
This fixes the brokeness introduced in the previous SWIG bandaid.
A lawyer might want to check if the license is also less restrictive now ;)

Sponsored by: simon & erwin of tb3.droso.net
0.1_2
09 Apr 2006 15:41:05
Original commit files touched by this commit
vs search for other commits by this committer
Fall back to swig 1.1, something has broken with swig 1.3
0.1_2
26 Nov 2005 01:48:16
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
0.1_2
03 Nov 2005 08:17:25
Original commit files touched by this commit
vs search for other commits by this committer
Use -rpath for linking so that ldconfiguring graphviz-local shared libs
is not required.
0.1_1
01 Nov 2005 14:18:52
Original commit files touched by this commit
arved search for other commits by this committer
Fix dependency on graphviz, the graphviz libraries are installed in a
non-default libdir, add BUILD_ and RUN_ dependendencies instead.
0.1_1
14 Oct 2005 14:52:45
Original commit files touched by this commit
vs search for other commits by this committer
Use LIB_DEPENDS on graphviz isntead of obscure BUILD_DEPENDS=/path/to/.so
0.1_1
26 Feb 2005 13:23:06
Original commit files touched by this commit
pav search for other commits by this committer
- Remove files/setup.py
- Add files/Makefile
- Rather than build from port's own download of graphviz, depend on the
  graphviz port and use its shared objects. (Fixes fetch problem)

PR:             ports/78069
Submitted by:   Sam Lawrance <boris@brooknet.com.au>
0.1_1
29 Jan 2004 07:24:56
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
0.1_1
31 Mar 2003 04:18:46
Original commit files touched by this commit
perky search for other commits by this committer
Update based graphviz's version to fix a checksum failure

Spotted by:     kris
0.1
25 Feb 2003 06:25:36
Original commit files touched by this commit
perky search for other commits by this committer
De-pkg-comment for my ports.
0.1
30 Oct 2002 13:14:22
Original commit files touched by this commit
knu search for other commits by this committer
devel/SWIG-devel -> devel/swig13
0.1
23 Aug 2002 11:30:23
Original commit files touched by this commit
perky search for other commits by this committer
Add missing .pyo files to each pkg-plist
0.1
25 Jun 2002 07:50:58
Original commit files touched by this commit
perky search for other commits by this committer
Updating my email address.

Approved by: cjh (mentor)
0.1
29 Apr 2002 17:40:02
Original commit files touched by this commit
ijliao search for other commits by this committer
use USE_PYDISTUTILS
0.1
19 Mar 2002 06:35:34
Original commit files touched by this commit
petef search for other commits by this committer
Add py-graphviz 0.1, python interface to GraphViz agraph.

PR:             33159
Submitted by:   Hye-Shik Chang <perky@fallin.lv>

Number of commits found: 56