non port: math/ogdf/pkg-plist |
Number of commits found: 5 |
Wednesday, 24 Jun 2020
|
13:01 danfe
- Drop COIN plist substitution as is mandatory now
- Update corresponding conflicts between two ports
|
12:19 danfe
- Resurrect, unbreak, and update to version 2020.02 (Catalpa)
- The build is purely CMake-based now and doesn't use any shell
or Python helper scripts
- Keep PLIST_SUB+=COIN="" to reduce the churn on the pkg-plist,
will be cleaned up separately (COIN support is now mandatory)
- Chase 301 Moved Permanently redirect in the WWW line of the
port description while here
|
Wednesday, 9 Mar 2016
|
16:49 pi
math/ogdf: 2012.07 -> 2015.05
Changes:
http://www.ogdf.net/doku.php/tech:versions#v_201505_baobab
- Remove dependencies on math/abacus and math/coinmp, as they are
now bundled into the OGDF source tarballs and compiled from there
(COIN remains optional)
- Point MASTER_SITES to the official OGDF website
- Utilise USES=compiler:features to detect C++11 support, and
add compiler flags -std=c++11 if so (required for build to complete
without errors)
- Remove custom do-install recipe, and instead use default
make install target
- Take maintainership
PR: 207531
Submitted by: Ben Woods <woodsb02@gmail.com>
|
Wednesday, 1 Oct 2014
|
08:16 gahr
- Fix with Coin and Abacus
- Modernize framework (USE_PYTHON, @dirrm)
|
Friday, 6 Sep 2013
|
07:31 gahr
- New port: math/ogdf
OGDF (Open Graph Drawing Framework) is a self-contained C++ class library
for the automatic layout of diagrams. OGDF offers sophisticated algorithms
and data structures to use within your own applications or scientific
projects. The library provides:
* A wide range of graph drawing algorithms that allow to reuse and replace
particular algorithm phases by using a dedicated module mechanism.
* Sophisticated data structures that are commonly used in graph drawing,
equipped with rich public interfaces.
* Self-contained code that does not require any additional libraries
(except for some optional branch-and-cut algorithms).
WWW: http://www.ogdf.net
|
Number of commits found: 5 |