pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/p5-Math-Complex Import p5-Math-Complex-1.59 as ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99142f595d6c
branches:  trunk
changeset: 621190:99142f595d6c
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sat Jul 06 00:35:15 2013 +0000

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

 math/p5-Math-Complex/DESCR    |   4 ++++
 math/p5-Math-Complex/Makefile |  17 +++++++++++++++++
 math/p5-Math-Complex/PLIST    |   6 ++++++
 math/p5-Math-Complex/distinfo |   5 +++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 1f81db74d510 -r 99142f595d6c math/p5-Math-Complex/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Complex/DESCR        Sat Jul 06 00:35:15 2013 +0000
@@ -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 -r 1f81db74d510 -r 99142f595d6c math/p5-Math-Complex/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Complex/Makefile     Sat Jul 06 00:35:15 2013 +0000
@@ -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@localhost
+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 -r 1f81db74d510 -r 99142f595d6c math/p5-Math-Complex/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Complex/PLIST        Sat Jul 06 00:35:15 2013 +0000
@@ -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 -r 1f81db74d510 -r 99142f595d6c math/p5-Math-Complex/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Complex/distinfo     Sat Jul 06 00:35:15 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index