import 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:
simon 2009-05-12 23:57:53 +00:00
parent 4ef6d35f31
commit 7277b03f1d
5 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/12 23:57:53 simon Exp $
COMMENT = complex numbers and associated mathematical functions
MODULES = cpan
DISTNAME = Math-Complex-1.56
CATEGORIES = math
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Math-Complex-1.56.tar.gz) = pPFAsasNIVTU7nb6/nc0ww==
RMD160 (Math-Complex-1.56.tar.gz) = N4LOtlBvGFfkxe6MrI9r8DyLyw4=
SHA1 (Math-Complex-1.56.tar.gz) = Xo0EMVVCdn7V+yrHNZuvexkJQoo=
SHA256 (Math-Complex-1.56.tar.gz) = VMEQJfWL0C7SWb8T2nSjGY/WxIcpDWVKnRfxxkdwHig=
SIZE (Math-Complex-1.56.tar.gz) = 38276

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2009/05/12 23:57:53 simon Exp $
--- Makefile.PL.orig Sat May 2 21:13:32 2009
+++ Makefile.PL Sat May 2 21:13:38 2009
@@ -9,7 +9,6 @@ my $renum;
WriteMakefile(
NAME => 'Math::Complex',
VERSION_FROM => 'lib/Math/Complex.pm',
- INSTALLDIRS => 'perl',
PREREQ_PM =>
{
'Test::More' => 0,

View 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.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/05/12 23:57:53 simon Exp $
${P5SITE}/Math/
${P5SITE}/Math/Complex.pm
${P5SITE}/Math/Trig.pm
@man man/man3p/Math::Complex.3p
@man man/man3p/Math::Trig.3p