Port details |
- py-pydot Python interface to the Graphviz Dot language
- 3.0.4 graphics
=4 3.0.3Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2004-12-14 14:37:34
- Last Update: 2025-02-03 15:51:26
- Commit Hash: 94e2da9
- People watching this port, also watch:: svk, ctags, libevent, p5-Geo-IPfree, aalib
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/pydot/pydot
- Description:
- An interface for creating both directed and non directed graphs from Python.
Currently all attributes implemented in the Dot language are supported (up to
Graphviz 1.16). Output can be inlined in Postscript into interactive scientific
environments like TeXmacs, or output in any of the formats supported by the
Graphviz tools dot, neato, twopi.
¦ ¦ ¦ ¦ 
- 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}pydot>0:graphics/py-pydot@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/graphics/py-pydot/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/py-pydot
- pkg install py311-pydot
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 py311-pydot listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pydot
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1738089102
SHA256 (pydot-3.0.4.tar.gz) = 3ce88b2558f3808b0376f22bfa6c263909e1c3981e2a7b629b65b451eee4a25d
SIZE (pydot-3.0.4.tar.gz) = 168167
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=61.0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- dot : graphics/graphviz
- py311-pyparsing>=3.0.9 : devel/py-pyparsing@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- misc/py-apache-beam
-
Deleted ports which required this port:
- for Run
-
- benchmarks/uica
- biology/py-goatools
- devel/py-graal
- devel/py-taskflow
- devel/pytype
- finance/odoo
- finance/odoo14
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- graphics_py-pydot
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.4 03 Feb 2025 15:51:26
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-pydot: Update to 3.0.4
Changes: https://github.com/pydot/pydot/blob/main/ChangeLog |
3.0.3 25 Dec 2024 19:15:42
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-pydot: Update to 3.0.3
Changes: https://github.com/pydot/pydot/blob/main/ChangeLog |
3.0.2 07 Oct 2024 14:16:47
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-pydot: Update to 3.0.2
Changes: https://github.com/pydot/pydot/blob/main/ChangeLog |
3.0.1 18 Jul 2024 16:46:15
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-pydot: Update to 3.0.1
Changes: https://github.com/pydot/pydot/blob/main/ChangeLog |
3.0.0 16 Jul 2024 18:36:17
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-pydot: Update to 3.0.0
- Update LICENSE_FILE
Changes: https://github.com/pydot/pydot/blob/main/ChangeLog |
2.0.0 21 Feb 2024 15:07:52
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-pydot: Update to 2.0.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/pydot/pydot/blob/master/ChangeLog |
1.4.2 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
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> |
1.4.2 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
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) |
1.4.2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
1.4.2 20 Jul 2022 14:22:04
    |
Tobias C. Berner (tcberner)  |
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 ) |
1.4.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.4.2 17 Feb 2021 18:08:38
  |
sunpoet  |
Update to 1.4.2
Changes: https://github.com/pydot/pydot/blob/master/ChangeLog |
1.4.1 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.4.1 01 Jan 2019 20:37:02
  |
sunpoet  |
Update to 1.4.1
Changes: https://github.com/pydot/pydot/blob/master/ChangeLog |
1.4.0 02 Dec 2018 15:34:10
  |
sunpoet  |
Update to 1.4.0
- Update WWW
Changes: https://github.com/pydot/pydot/blob/master/ChangeLog |
1.3.0 20 Nov 2018 17:46:57
  |
sunpoet  |
Update to 1.3.0
Changes: https://github.com/erocarrera/pydot/blob/master/ChangeLog |
1.2.4 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.2.4 26 Dec 2017 23:20:23
  |
sunpoet  |
Update to 1.2.4
Changes: https://github.com/erocarrera/pydot/blob/master/ChangeLog |
1.2.3 30 Nov 2017 15:50:34
  |
mat  |
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 ) |
1.2.3 19 Dec 2016 15:54:24
  |
sunpoet  |
- Cleanup Makefile |
1.2.3 19 Nov 2016 17:06:57
  |
sunpoet  |
- Update to 1.2.3
- Remove BUILD_DEPENDS
Changes: https://github.com/erocarrera/pydot/blob/master/ChangeLog |
1.1.0 28 May 2016 17:08:29
  |
sunpoet  |
- Update to 1.1.0
- Change MASTER_SITES back to CHEESESHOP
- Remove post-patch:
Changes: https://github.com/erocarrera/pydot/blob/master/ChangeLog |
1.0.29 19 May 2016 03:42:40
  |
sunpoet  |
- Update to 1.0.29
Changes: https://github.com/erocarrera/pydot/blob/master/ChangeLog |
1.0.28_1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.0.28_1 04 Nov 2015 20:11:01
  |
sunpoet  |
- Move devel/py-parsing to devel/py-pyparsing
- Change MASTER_SITES to CHEESESHOP
- Remove DISTNAME
- While I'm here, remove duplicate PORTREVISION for security/py-crits/Makefile |
1.0.28 19 Oct 2015 20:18:12
  |
sunpoet  |
- Add LICENSE_FILE
- Allow concurrent installation (USE_PYTHON=concurrent)
- Fix build with Python 3.x |
1.0.28 14 Jun 2015 09:18:25
  |
sunpoet  |
- Add LICENSE
- Update MASTER_SITES: upstream moved to GitHub
- Update RUN_DEPENDS
- Add NO_ARCH
- Sort USE_PYTHON
- Regenerate patch file with makepatch:
- Reformat pkg-descr
- Update WWW |
1.0.28 08 Jun 2015 17:47:46
  |
sunpoet  |
- Take maintainership
Approved by: stefan (maintainer) |
1.0.28 21 Oct 2014 16:36:12
  |
mva  |
- Convert ports of graphics/ to new USES=python
Approved by: portmgr (implicit) |
1.0.28 13 Jun 2014 07:36:28
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt) |
1.0.28 04 Mar 2014 18:02:24
  |
antoine  |
- Stage support
- Use PYDISTUTILS_AUTOPLIST |
1.0.28 20 Sep 2013 18:35:46
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.0.28 26 Apr 2013 14:36:07
  |
stefan  |
Update to 1.0.28. |
1.0.2_4 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
1.0.2_3 03 Jul 2011 14:12:23
 |
ohauer  |
-remove MD5 |
1.0.2_3 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.0.2_2 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
1.0.2_1 10 Sep 2008 15:55:46
 |
stefan  |
- Patch setup.py to avoid using easy_install instead of distutils, which leads
to unclean deinstallation.
- Move PROJECTHOST out of the PORTNAME section to satisfy portlint.
PR: 127260
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by: portmgr (pav) |
1.0.2 06 Jul 2008 13:14:42
 |
stefan  |
- Update to 1.0.2. [1]
- Update master site and project home page.
PR: 124937 [1]
Submitted by: Wen heping <wenheping@gmail.com> |
0.9.10_2 06 Jun 2008 13:35:04
 |
edwin  |
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.9.10_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.9.10 07 May 2006 13:32:13
 |
stefan  |
Convert MAINTAINER to my freebsd.org account. |
0.9.10 22 Jan 2006 12:35:18
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.9.10 30 May 2005 20:55:11
 |
pav  |
- Touch pkg-descr: fix graphviz version and fix typo
PR: ports/81664
Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer) |
0.9.10 25 Jan 2005 18:54:02
 |
arved  |
Update to 0.9.10
PR: 76615
Submitted by: Stefan Walter <sw@gegenunendlich.de> |
0.9.9 14 Dec 2004 14:33:37
 |
vs  |
Add py-pydot 0.9.9, a Python interface to the Graphviz Dot language.
PR: ports/71759
Submitted by: Stefan Walter <sw@gegenunendlich.de> |