mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
28 lines
1.1 KiB
Tcl
28 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup fortran 1.0
|
|
|
|
github.setup jacobwilliams daglib aacbf946d23b6a3c53a5c6ff26313539db045891
|
|
version 2023.12.31
|
|
revision 0
|
|
categories-append math
|
|
license BSD
|
|
maintainers nomaintainer
|
|
description Directed acyclic graphs with modern Fortran
|
|
long_description DAGLIB is a modern Fortran module for creating and manipulating \
|
|
directed acyclic graphs (DAGs). It includes a toposort feature, \
|
|
and also the ability to generate files in the GraphViz dot notation.
|
|
checksums rmd160 047cfec13112c1e0adbc1907e9dde992e385b613 \
|
|
sha256 cac3f98ac96c50915802b9dc569977c3cd3f2827b9ed6cd39017befb8472c5f4 \
|
|
size 85155
|
|
github.tarball_from archive
|
|
|
|
post-destroot {
|
|
set docdir ${prefix}/share/doc/${name}
|
|
xinstall -d ${destroot}${docdir}
|
|
xinstall -m 0644 -W ${worksrcpath} LICENSE README.md ${destroot}${docdir}
|
|
}
|
|
|
|
test.run yes
|