pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/p5-Math-FFT Initial import of p5-Math-FFT 0.25.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/278f5a5bad7b
branches:  trunk
changeset: 484395:278f5a5bad7b
user:      gson <gson%pkgsrc.org@localhost>
date:      Sat Nov 27 12:50:38 2004 +0000

description:
Initial import of p5-Math-FFT 0.25.

Math::FFT is a Perl module for calculating Fast Fourier Transforms.

diffstat:

 math/p5-Math-FFT/DESCR    |   1 +
 math/p5-Math-FFT/Makefile |  17 +++++++++++++++++
 math/p5-Math-FFT/PLIST    |   1 +
 math/p5-Math-FFT/distinfo |   4 ++++
 4 files changed, 23 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 00e064e878f2 -r 278f5a5bad7b math/p5-Math-FFT/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-FFT/DESCR    Sat Nov 27 12:50:38 2004 +0000
@@ -0,0 +1,1 @@
+Math::FFT is a Perl module for calculating Fast Fourier Transforms.
diff -r 00e064e878f2 -r 278f5a5bad7b math/p5-Math-FFT/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-FFT/Makefile Sat Nov 27 12:50:38 2004 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/27 12:50:38 gson Exp $
+
+DISTNAME=      Math-FFT-0.25
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5fft
+CATEGORIES=    math perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Math/}
+
+MAINTAINER=    gson%NetBSD.org@localhost
+HOMEPAGE=       http://search.cpan.org/dist/Math-FFT/
+COMMENT=       Perl module to calculate Fast Fourier Transforms
+
+USE_BUILDLINK3=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Math/FFT/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 00e064e878f2 -r 278f5a5bad7b math/p5-Math-FFT/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-FFT/PLIST    Sat Nov 27 12:50:38 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/27 12:50:38 gson Exp $
diff -r 00e064e878f2 -r 278f5a5bad7b math/p5-Math-FFT/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-FFT/distinfo Sat Nov 27 12:50:38 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/27 12:50:38 gson Exp $
+
+SHA1 (Math-FFT-0.25.tar.gz) = 91aed4d69c124009e9112082e8c98eee1b2b37e0
+Size (Math-FFT-0.25.tar.gz) = 28114 bytes



Home | Main Index | Thread Index | Old Index