mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.3 KiB
Tcl
35 lines
1.3 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
|
|
|
|
name treehh
|
|
version 2.65
|
|
revision 1
|
|
categories science
|
|
license GPL-3
|
|
maintainers nomaintainer
|
|
platforms any
|
|
supported_archs noarch
|
|
|
|
description Data Analysis and Scientific Plotting
|
|
long_description The tree.hh library for C++ provides an STL-like container class \
|
|
for n-ary trees, templated over the data stored at the nodes. Various \
|
|
types of iterators are provided (post-order, pre-order, and others). \
|
|
Where possible the access methods are compatible with the STL or \
|
|
alternative algorithms are available.
|
|
|
|
homepage http://tree.phi-sci.com/
|
|
master_sites http://tree.phi-sci.com/
|
|
distname tree-${version}
|
|
|
|
checksums md5 4f40c908c8c5ca27c1fb110b76e35c7c \
|
|
sha1 1a88804682bb32f73245fe0e4d2370bc33b1f85a \
|
|
rmd160 94416c517f1dae1ef42f0f4f05db5e15ecc564ae
|
|
|
|
use_configure no
|
|
|
|
build {}
|
|
destroot {
|
|
xinstall ${worksrcpath}/src/tree.hh ${destroot}${prefix}/include
|
|
}
|