Create a graph for a(ll) FreeBSD port(s).
Project description
Started from an idea on twitter and used to reduce the dependencies of a port, here a python script to produce dependencies’ graph of a(ll) FreeBSD ports.
Install
Using pip
pip install portgraph
Using FreeBSD pkg
pkg install py36-portgraph
Using FreeBSD ports
make -C /usr/ports/ports-mgmt/py-portgraph
Usage
portgraph produces a graph representing the dependencies needed for a given port or all ports.
Options are:
-h or --help: Show this help -l my_dir or --localbase my_dir: Sets my_dir as the directory where ports are located (/usr/ports by default) -p my_port or --port my_port: Sets my_port as the port to produce the graph (ports-mgmt/py-portgraph by default). -b or --build: build-depends-list (if -b or -r is not present, -b is actived by default). -r or --run: run-depends-list (if -b or -r is not present, -b is actived by default). -f my_flavor or --flavor my_flavor: Sets the flavor for the port. -c or --recursion: Sets the maximum recursion. -u or --url: Adds a link to freshports. -w or --with-pkg: Since pkg is always required, this is disabled by default. You can enable it with this option. -a or --all: Build a graph for each port -v or --verbose: Print the port being traversed
The result is a svg and a graphviz file.
Examples
Without arguments:
portgraph
` <https://glcdn.githack.com/lbartoletti/portgraph/raw/master/img/py-portgraph.svg>`__
Using a specific local ports, like poudriere:
portgraph -l /usr/local/poudriere/ports/default
Most important arguments, the port:
portgraph -p ports-mgmt/portscout
` <https://glcdn.githack.com/lbartoletti/portgraph/raw/master/img/portscout.svg>`__
Sets the flavor for the port:
portgraph -p databases/py-psycopg2 -f py36
` <https://glcdn.githack.com/lbartoletti/portgraph/raw/master/img/py-psycopg2@py36.svg>`__
portgraph -p databases/py-psycopg2 -f py27
` <https://glcdn.githack.com/lbartoletti/portgraph/raw/master/img/py-psycopg2@py27.svg>`__
You can define the depth of the dependencies to display
portgraph -p databases/pgmodeler -c 1
` <https://glcdn.githack.com/lbartoletti/portgraph/raw/master/img/pgmodeler_rec_1.svg>`__
You want a link to freshports? Add the -u/–url option.
portgraph -p databases/sfcgal -u -c 2
` <https://glcdn.githack.com/lbartoletti/portgraph/raw/master/img/sfcgal.svg>`__
ports-mgmt/pkg is the god of all. Do you want to put it?
portgraph -p ports-mgmt/portscout -w
` <https://glcdn.githack.com/lbartoletti/portgraph/raw/master/img/portscout_pkg.svg>`__
Run and build depends list
build-depends-list are blue and run-depends-list are red.
portgraph -p lang/python36 -rb -c 2 -u
` <https://glcdn.githack.com/lbartoletti/portgraph/raw/master/img/python36.svg>`__
Build all ports (accept all arguments except -p/–ports)
For freshports with only one dependency.
portgraph -a -c 1 -u
It can take a long time (880s on my desktop computer and produces 245M of files).
Note: examples were made on 2018-02-15. The results may differ depending on port updates.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file portgraph-0.0.1.tar.gz
.
File metadata
- Download URL: portgraph-0.0.1.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49ad0700f8c64e3ea4c84201d11b60bfdc09778100abc8b106be36c1f111b6cb |
|
MD5 | 149cb5582d80eec5a0f7a7a1e6ab082d |
|
BLAKE2b-256 | bf30ecd19d70fc020bc50353284d4005b8c633c93ad9f5a7140bb849d2cf938b |