| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=491577
|
| |
|
|
|
|
|
|
| |
PR: 230677
Submitted by: lbartoletti@tuxfamily.org(maintainer)
Notes:
svn path=/head/; revision=477406
|
| |
|
|
|
|
|
|
|
| |
PR: 227958
Submitted by: lbartoletti@tuxfamily.org (maintainer)
MFH: 2018Q2
Notes:
svn path=/head/; revision=469087
|
| |
|
|
|
|
|
|
|
| |
Changes: https://github.com/xflr6/graphviz/blob/master/CHANGES.txt
PR: 224979
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
Notes:
svn path=/head/; revision=459095
|
| |
|
|
|
|
|
|
| |
PR: 223058
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
Notes:
svn path=/head/; revision=452355
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Already existed a port named graphics/py-graphviz, it was moved in
ports r408353 to graphics/py-pygraphviz because it was using an
incorrect name. More info in the commit log [1].
1 - https://svnweb.freebsd.org/ports?view=revision&revision=408353
PR: 222205
Submitted by: lbartoletti@tuxfamily.org
Reviewed by: koobs
Differential Revision: D12319
Notes:
svn path=/head/; revision=449993
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
exactly what they are called in PyPI, or inside install_requires,
setup_requires or tests_requires as dependencies in other packages.
This change moves py-graphviz to py-pygraphviz to correct the above
incorrect naming.
While I'm here:
- Remove backup (http) MASTER_SITES, CHEESESHOP is highly-available
and provides a Geo-aware CDN by Fastly.
- Remove {BUILD,RUN}_DEPENDS in favour of the actual LIB_DEPENDS
- Use PYDISTUTILS_* framework variables to customise the build instead
of hack patching setup.py
- Enable autoplist, fixing builds on Python 3.x [1]
- Enable concurrent (Python version) installation
- Hack patch setup.py to preclude docs installation, as it adds a
directory to --record and breaks pkg-plist output [2]
- Remove DOCSDIR override (no longer necessary)
- Assign MAINTAINER'ship to python@
- Add TEST_DEPENDS and test target
- pkg-descr: Match WWW URL to setup.py:homepage field
- pkg-descr: Improve package description text (matching upstream)
While I'm sweeping dependencies:
- Fix a typo in science/gramps: s|>-|>=
[2] https://wiki.freebsd.org/Python (Open task for install_data bug)
Reported by: Ben Woods (via IRC) [1]
Notes:
svn path=/head/; revision=408353
|
| |
|
|
| |
Notes:
svn path=/head/; revision=403283
|
| |
|
|
| |
Notes:
svn path=/head/; revision=377230
|
| |
|
|
| |
Notes:
svn path=/head/; revision=289650
|
| |
|
|
| |
Notes:
svn path=/head/; revision=276992
|
| |
|
|
| |
Notes:
svn path=/head/; revision=258697
|
| |
|
|
|
|
|
|
| |
PR: ports/131509
Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
Notes:
svn path=/head/; revision=228171
|
| |
|
|
|
|
|
|
|
| |
- Take maintainership
Approved by: xride (maintainer)
Notes:
svn path=/head/; revision=186579
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=159325
|
| |
|
|
| |
Notes:
svn path=/head/; revision=149530
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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>
Notes:
svn path=/head/; revision=129830
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99360
|
| |
|
|
|
|
|
| |
Spotted by: kris
Notes:
svn path=/head/; revision=77798
|
|
|
PR: 33159
Submitted by: Hye-Shik Chang <perky@fallin.lv>
Notes:
svn path=/head/; revision=56323
|