diff options
author | rodent <rodent> | 2013-07-06 00:35:15 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-07-06 00:35:15 +0000 |
commit | 9c1370d0ea897812208bb879f6c5a4f3f3736fee (patch) | |
tree | eb7953c07a38aba282e1678ec7d75cb04cda881f /math | |
parent | 80f00bf35a2d9c6d5059286e2242da09f00d62cc (diff) | |
download | pkgsrc-9c1370d0ea897812208bb879f6c5a4f3f3736fee.tar.gz |
Import p5-Math-Complex-1.59 as math/p5-Math-Complex.
This package lets you create and manipulate complex numbers. By default, Perl
limits itself to real numbers, but an extra use statement brings full complex
support, along with a full set of mathematical functions typically associated
with and/or extended to complex numbers.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Complex/DESCR | 4 | ||||
-rw-r--r-- | math/p5-Math-Complex/Makefile | 17 | ||||
-rw-r--r-- | math/p5-Math-Complex/PLIST | 6 | ||||
-rw-r--r-- | math/p5-Math-Complex/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/math/p5-Math-Complex/DESCR b/math/p5-Math-Complex/DESCR new file mode 100644 index 00000000000..21810f30a3c --- /dev/null +++ b/math/p5-Math-Complex/DESCR @@ -0,0 +1,4 @@ +This package lets you create and manipulate complex numbers. By default, Perl +limits itself to real numbers, but an extra use statement brings full complex +support, along with a full set of mathematical functions typically associated +with and/or extended to complex numbers. diff --git a/math/p5-Math-Complex/Makefile b/math/p5-Math-Complex/Makefile new file mode 100644 index 00000000000..325d783b70c --- /dev/null +++ b/math/p5-Math-Complex/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2013/07/06 00:35:15 rodent Exp $ +# + +DISTNAME= Math-Complex-1.59 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= http://search.cpan.org/~zefram/Math-Complex-1.59/lib/Math/Complex.pm +COMMENT= Complex numbers and associated mathematical functions +LICENSE= ${PERL5_LICENSE} + +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Math-Complex/PLIST b/math/p5-Math-Complex/PLIST new file mode 100644 index 00000000000..09f9a07c823 --- /dev/null +++ b/math/p5-Math-Complex/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2013/07/06 00:35:15 rodent Exp $ +${PERL5_SUB_INSTALLVENDORLIB}/Math/Complex.pm +${PERL5_SUB_INSTALLVENDORLIB}/Math/Trig.pm +${PERL5_SUB_INSTALLVENDORARCH}/auto/Math/Complex/.packlist +${PERL5_SUB_INSTALLVENDORMAN3DIR}/Math::Complex.3 +${PERL5_SUB_INSTALLVENDORMAN3DIR}/Math::Trig.3 diff --git a/math/p5-Math-Complex/distinfo b/math/p5-Math-Complex/distinfo new file mode 100644 index 00000000000..9a3be6cab69 --- /dev/null +++ b/math/p5-Math-Complex/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/07/06 00:35:15 rodent Exp $ + +SHA1 (Math-Complex-1.59.tar.gz) = 2b61547bd6dcc98e86ee439e18d28af023883c76 +RMD160 (Math-Complex-1.59.tar.gz) = 89e2ec0188eaabc9909949bb74f8434e4332c4f1 +Size (Math-Complex-1.59.tar.gz) = 38980 bytes |