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.
This commit is contained in:
parent
11faf7f2da
commit
1970c37b08
4 changed files with 32 additions and 0 deletions
4
math/p5-Math-Complex/DESCR
Normal file
4
math/p5-Math-Complex/DESCR
Normal file
|
@ -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.
|
17
math/p5-Math-Complex/Makefile
Normal file
17
math/p5-Math-Complex/Makefile
Normal file
|
@ -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"
|
6
math/p5-Math-Complex/PLIST
Normal file
6
math/p5-Math-Complex/PLIST
Normal file
|
@ -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
|
5
math/p5-Math-Complex/distinfo
Normal file
5
math/p5-Math-Complex/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue