# -*- 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
# $Id: Portfile 86632 2011-10-30 12:24:57Z ryandesign@macports.org $

PortSystem          1.0

name                blitzwave
version             0.7.1
categories          math devel
platforms           darwin
maintainers         nomaintainer

description         C++ wavelet mini-library building on the blitz++ \
                    array template library

long_description    blitzwave is a ${description}. blitzwave is heavily \
                    templated and supports wavelet decompositions of \
                    n-dimensional arrays of various numerical data types. \
                    You can define and use your own wavelets, a number of \
                    pre-defined, ready-to-use wavelets are available

homepage            http://blitzwave.sourceforge.net/
master_sites        sourceforge:project/blitzwave/blitzwave/${version}

checksums           sha1    2a53f1a9b7967897415afce256f02693a35f380e \
                    rmd160  66f38a181e482eb14b0bb279fd7c967a3eaef554

depends_lib         port:blitz

# blitz is not universal
universal_variant   no
