pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/harminv Import Harminv 1.3.1 as math/harminv.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2497731b8754
branches:  trunk
changeset: 610009:2497731b8754
user:      asau <asau%pkgsrc.org@localhost>
date:      Mon Oct 15 18:57:28 2012 +0000

description:
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.

diffstat:

 math/harminv/DESCR         |   6 ++++++
 math/harminv/Makefile      |  24 ++++++++++++++++++++++++
 math/harminv/PLIST         |   6 ++++++
 math/harminv/buildlink3.mk |  13 +++++++++++++
 math/harminv/distinfo      |   5 +++++
 5 files changed, 54 insertions(+), 0 deletions(-)

diffs (74 lines):

diff -r f33eb8d15ddf -r 2497731b8754 math/harminv/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/harminv/DESCR        Mon Oct 15 18:57:28 2012 +0000
@@ -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.
diff -r f33eb8d15ddf -r 2497731b8754 math/harminv/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/harminv/Makefile     Mon Oct 15 18:57:28 2012 +0000
@@ -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@localhost
+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"
diff -r f33eb8d15ddf -r 2497731b8754 math/harminv/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/harminv/PLIST        Mon Oct 15 18:57:28 2012 +0000
@@ -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
diff -r f33eb8d15ddf -r 2497731b8754 math/harminv/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/harminv/buildlink3.mk        Mon Oct 15 18:57:28 2012 +0000
@@ -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
diff -r f33eb8d15ddf -r 2497731b8754 math/harminv/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/harminv/distinfo     Mon Oct 15 18:57:28 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index