Port details |
- planarity Edge Addition Planarity Suite
- 3.0.2.0 math
=1 3.0.2.0Version of this port present on the latest quarterly branch. - Maintainer: thierry@FreeBSD.org
 - Port Added: 2020-03-30 15:27:48
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: SparseBitSet, py39-cysignals, R-cran-eRm, python
- License: BSD3CLAUSE
- WWW:
- https://dx.doi.org/10.7155/jgaa.00091
- Description:
- This code project provides a library for implementing graph algorithms as well
as implementations of several planarity-related graph algorithms. The origin of
this project is the reference implementation for the Edge Addition Planarity
Algorithm, which is now the fastest and simplest linear-time method for
planar graph embedding and planarity obstruction isolation (i.e. Kuratowski
subgraph isolation).
See also: https://github.com/graph-algorithms/edge-addition-planarity-suite/
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- planarity>0:math/planarity
- To install the port:
- cd /usr/ports/math/planarity/ && make install clean
- To add the package, run one of these commands:
- pkg install math/planarity
- pkg install planarity
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: planarity
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1646237192
SHA256 (graph-algorithms-edge-addition-planarity-suite-Version_3.0.2.0_GH0.tar.gz) = 40f4ee7bbd5d8535460c60fc0fc1f806b10909a1419618fd9235746a420a04c6
SIZE (graph-algorithms-edge-addition-planarity-suite-Version_3.0.2.0_GH0.tar.gz) = 175086
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:
-
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- This port is required by:
- for Libraries
-
- math/sage
Configuration Options:
- No options to configure
- Options name:
- math_planarity
- USES:
- autoreconf libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
3.0.2.0 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 ) |
3.0.2.0 20 Jul 2022 14:22:24
    |
Tobias C. Berner (tcberner)  |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
3.0.2.0 02 Mar 2022 16:23:51
    |
Thierry Thomas (thierry)  |
math/planarity: upgrade to 3.0.2.0
Changelog at
<https://github.com/graph-algorithms/edge-addition-planarity-suite/releases/tag/Version_3.0.2.0> |
3.0.1.1 07 Jul 2021 11:02:05
    |
Thierry Thomas (thierry)  |
math/planarity: upgrade to 3.0.1.1
Release notes at
<https://github.com/graph-algorithms/edge-addition-planarity-suite/releases/tag/Version_3.0.1.1>. |
3.0.1.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.0.1.0 19 Aug 2020 13:44:08
  |
thierry  |
Update to 3.0.1.0 and add a test target.
Release notes at
https://github.com/graph-algorithms/edge-addition-planarity-suite/releases/tag/Version_3.0.1.0 |
3.0.0.5 30 Mar 2020 15:27:20
  |
thierry  |
Adding planarity, the Edge Addition Planarity Suite, to be used by SageMath. |
Number of commits found: 8
|