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.
This commit is contained in:
asau 2012-10-15 18:57:28 +00:00
parent 0d422b3bec
commit 8f3b604647
5 changed files with 54 additions and 0 deletions

6
math/harminv/DESCR Normal file
View file

@ -0,0 +1,6 @@
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.

24
math/harminv/Makefile Normal file
View file

@ -0,0 +1,24 @@
# $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"

6
math/harminv/PLIST Normal file
View file

@ -0,0 +1,6 @@
@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

View file

@ -0,0 +1,13 @@
# $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

5
math/harminv/distinfo Normal file
View file

@ -0,0 +1,5 @@
$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