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
20 lines
711 B
Plaintext
20 lines
711 B
Plaintext
PortSystem 1.0
|
|
name tree-puzzle
|
|
version 5.2
|
|
categories science
|
|
platforms darwin
|
|
maintainers mac.com:mrt5
|
|
description a computer program to reconstruct phylogenetic trees from molecular \
|
|
sequence data by maximum likelihood
|
|
long_description \
|
|
TREE-PUZZLE is a computer program to reconstruct phylogenetic trees \
|
|
from molecular sequence data by maximum likelihood. It implements a \
|
|
fast tree search algorithm, quartet puzzling, that allows analysis \
|
|
of large data sets and automatically assigns estimations of support \
|
|
to each internal branch.
|
|
|
|
homepage http://www.tree-puzzle.de
|
|
master_sites http://www.tree-puzzle.de/
|
|
checksums md5 20fa9606434ddc789670e681d98fe68f
|
|
|