mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
30 lines
687 B
Plaintext
30 lines
687 B
Plaintext
PortSystem 1.0
|
|
PortGroup xcodeversion 1.0
|
|
|
|
name nestedsums
|
|
version 1.4.12
|
|
categories math
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
description nestedsums library
|
|
long_description \
|
|
A Library for the Symbolic Expansion of a Class of \
|
|
Transcendental Functions
|
|
|
|
homepage http://wwwthep.physik.uni-mainz.de/~stefanw/nestedsums/
|
|
master_sites http://wwwthep.physik.uni-mainz.de/~stefanw/download/
|
|
|
|
checksums sha1 07c19f2bf6a2cd43555deb9f5d16ec7ea7a97f65 \
|
|
rmd160 381256ed0aa4c55d1f3ea87f493b83e6a5befae1
|
|
|
|
depends_build port:pkgconfig
|
|
depends_lib port:GiNaC
|
|
|
|
minimum_xcodeversions {8 2.1}
|
|
|
|
test.run yes
|
|
test.target check
|
|
|
|
livecheck.type regex
|
|
livecheck.regex {<dd>([0-9.]+)</dd>}
|