Mon Oct 15 18:57:29 2012 UTC ()
Import Harminv 1.3.1 as math/harminv.
Packaged for pkgsrc-WIP by Kamel Derouiche.

Harminv is a free program (and accompanying library) to solve
the problem of harmonic inversion, given a discrete-time,
finite-length signal that consists of a sum of finitely-many
sinusoids (possibly exponentially decaying) in a given bandwidth,
it determines the frequencies, decay constants, amplitudes,
and phases of those sinusoids.


(asau)
diff -r0 -r1.1 pkgsrc/math/harminv/DESCR
diff -r0 -r1.1 pkgsrc/math/harminv/Makefile
diff -r0 -r1.1 pkgsrc/math/harminv/PLIST
diff -r0 -r1.1 pkgsrc/math/harminv/buildlink3.mk
diff -r0 -r1.1 pkgsrc/math/harminv/distinfo

File Added: pkgsrc/math/harminv/DESCR
Harminv is a free program (and accompanying library) to solve
the problem of harmonic inversion, given a discrete-time,
finite-length signal that consists of a sum of finitely-many
sinusoids (possibly exponentially decaying) in a given bandwidth,
it determines the frequencies, decay constants, amplitudes,
and phases of those sinusoids.

File Added: pkgsrc/math/harminv/Makefile
# $NetBSD: Makefile,v 1.1 2012/10/15 18:57:28 asau Exp $

DISTNAME=	harminv-1.3.1
CATEGORIES=	math
MASTER_SITES=	http://ab-initio.mit.edu/harminv/

MAINTAINER=	pkgsrc-users@netbsd.org
HOMEPAGE=	http://ab-initio.mit.edu/wiki/index.php/Harminv
COMMENT=	Solver of harmonic inversion
LICENSE=	gnu-gpl-v2

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_TOOLS+=	pkg-config
USE_LANGUAGES=  c c++ fortran77

PKGCONFIG_OVERRIDE+=	harminv.pc.in

TEST_TARGET=	check

.include "../../math/blas/buildlink3.mk"
.include "../../math/lapack/buildlink3.mk"
.include "../../math/mpcomplex/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/math/harminv/PLIST
@comment $NetBSD: PLIST,v 1.1 2012/10/15 18:57:29 asau Exp $
bin/harminv
include/harminv.h
lib/libharminv.la
lib/pkgconfig/harminv.pc
man/man1/harminv.1

File Added: pkgsrc/math/harminv/buildlink3.mk
# $NetBSD: buildlink3.mk,v 1.1 2012/10/15 18:57:29 asau Exp $

BUILDLINK_TREE+=	harminv

.if !defined(HARMINV_BUILDLINK3_MK)
HARMINV_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.harminv+=	harminv>=1.3.1
BUILDLINK_PKGSRCDIR.harminv?=	../../math/harminv

.endif	# HARMINV_BUILDLINK3_MK

BUILDLINK_TREE+=	-harminv

File Added: pkgsrc/math/harminv/distinfo
$NetBSD: distinfo,v 1.1 2012/10/15 18:57:29 asau Exp $

SHA1 (harminv-1.3.1.tar.gz) = ef75161233df92393110b783d2945b5915c8291a
RMD160 (harminv-1.3.1.tar.gz) = 340de65da54b197f70adec43ecd2907a757d6d35
Size (harminv-1.3.1.tar.gz) = 327832 bytes