diff --git a/math/Makefile b/math/Makefile index 2df17ccaf3e..bca3873f74a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.83 2009/05/12 23:57:57 simon Exp $ +# $OpenBSD: Makefile,v 1.84 2009/05/13 13:13:35 simon Exp $ # SUBDIR += R @@ -59,7 +59,6 @@ SUBDIR += p5-Math-Bezier SUBDIR += p5-Math-BigInt-GMP SUBDIR += p5-Math-Calc-Units - SUBDIR += p5-Math-Complex SUBDIR += p5-Math-Derivative SUBDIR += p5-Math-FFT SUBDIR += p5-Math-Fibonacci diff --git a/math/p5-Math-Complex/Makefile b/math/p5-Math-Complex/Makefile deleted file mode 100644 index 204907bd0fc..00000000000 --- a/math/p5-Math-Complex/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $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 diff --git a/math/p5-Math-Complex/distinfo b/math/p5-Math-Complex/distinfo deleted file mode 100644 index c60fcc3fb17..00000000000 --- a/math/p5-Math-Complex/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -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 diff --git a/math/p5-Math-Complex/patches/patch-Makefile_PL b/math/p5-Math-Complex/patches/patch-Makefile_PL deleted file mode 100644 index ae7201c9893..00000000000 --- a/math/p5-Math-Complex/patches/patch-Makefile_PL +++ /dev/null @@ -1,11 +0,0 @@ -$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, diff --git a/math/p5-Math-Complex/pkg/DESCR b/math/p5-Math-Complex/pkg/DESCR deleted file mode 100644 index 85e384e57ae..00000000000 --- a/math/p5-Math-Complex/pkg/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -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/pkg/PLIST b/math/p5-Math-Complex/pkg/PLIST deleted file mode 100644 index 7618075a7b0..00000000000 --- a/math/p5-Math-Complex/pkg/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@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