summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-08-24 16:29:12 +0000
committerwiz <wiz@pkgsrc.org>2020-08-24 16:29:12 +0000
commitf18c58b73e16eb1286015e9669bcfcc8aa5071ca (patch)
tree654ff55650e4f6f27d70e334ba73896cb4f5bc70 /math
parent6b2045cd2a0dc5e9bbc40fcf625149af81f6c943 (diff)
downloadpkgsrc-f18c58b73e16eb1286015e9669bcfcc8aa5071ca.tar.gz
p5-Math-Systems: remove
The distfile contains invalid "." and ".." entries. Both bsdtar and gtar refuse to unpack this. The package is not used by any other packages in pkgsrc and upstream is dead (distfile is from 2004).
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
-rw-r--r--math/p5-Math-Systems/DESCR22
-rw-r--r--math/p5-Math-Systems/Makefile19
-rw-r--r--math/p5-Math-Systems/distinfo6
4 files changed, 1 insertions, 49 deletions
diff --git a/math/Makefile b/math/Makefile
index daf79779386..6a99df52277 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.478 2020/08/18 23:38:47 riastradh Exp $
+# $NetBSD: Makefile,v 1.479 2020/08/24 16:29:12 wiz Exp $
COMMENT= Mathematics
@@ -294,7 +294,6 @@ SUBDIR+= p5-Math-Random-MT-Auto
SUBDIR+= p5-Math-Random-MT-Perl
SUBDIR+= p5-Math-Round
SUBDIR+= p5-Math-Spline
-SUBDIR+= p5-Math-Systems
SUBDIR+= p5-Math-Utils
SUBDIR+= p5-Math-VecStat
SUBDIR+= p5-Number-Compare
diff --git a/math/p5-Math-Systems/DESCR b/math/p5-Math-Systems/DESCR
deleted file mode 100644
index 77403d5344b..00000000000
--- a/math/p5-Math-Systems/DESCR
+++ /dev/null
@@ -1,22 +0,0 @@
-Solves systems of equations using Krammer's rule. If you look at the
-Solve method you'll understand Krammer's rule (I think?)
-
-Basically a system of equations is more than one equation/variable your
-solving. This module REQUIRES you have 1 equation per each coefficent.
-Try not to use too many equations. 3 equations is probably the limit of
-reason. But if you don't mind long compilation time, go for as many as
-you want.
-
-This module uses (and ovbiously requires you have) Math::Matrix to do
-all the Matrix work. Please take a look at that module for details do
-you can see exactly what is happening. There are no arguements in this
-module except for the Matrix which will be brought to Math::Matrix.
-
-Also, keep in mind, there are no error messenging. I will of course
-change that someday, but for now I'm satisfied that I can solve systems
-of equations. Don't allow error-prone things to be written in. But,
-there are of course times when you won't be able to figure out the
-stupid answer and this module will absolutly act like it did a great
-job, and at the same time, fail. So, keep that in mind.
-
-BETA means something. It's not good.
diff --git a/math/p5-Math-Systems/Makefile b/math/p5-Math-Systems/Makefile
deleted file mode 100644
index 81ee88cce52..00000000000
--- a/math/p5-Math-Systems/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2020/01/26 17:31:39 rillig Exp $
-
-DISTNAME= Math-Systems-0.01
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
-CATEGORIES= math perl5
-MASTER_SITES= http://www.cpan.org/authors/id/W/WI/WILL/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://www.cpan.org/authors/id/W/WI/WILL/
-COMMENT= Solve simultaneous equation
-LICENSE= ${PERL5_LICENSE}
-
-DEPENDS+= p5-Math-Matrix-[0-9]*:../../math/p5-Math-Matrix
-PERL5_PACKLIST= auto/Math/Systems/.packlist
-USE_LANGUAGES= # none
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/math/p5-Math-Systems/distinfo b/math/p5-Math-Systems/distinfo
deleted file mode 100644
index 7b153ad5d17..00000000000
--- a/math/p5-Math-Systems/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2018/06/20 05:04:59 mef Exp $
-
-SHA1 (Math-Systems-0.01.tar.gz) = c98e50b70922e676f37c49c36875c2dc6bb2c5b7
-RMD160 (Math-Systems-0.01.tar.gz) = 364787bdd11e85bc68c7cdb529169beb2dff69a8
-SHA512 (Math-Systems-0.01.tar.gz) = 37621436b39bf75b9446adf0baadca9339e277ea6ccde404dc12a4b65be95d87e3e23062c357f75a8b519b3ad603320186f6ea10ec6772dac9082bcb541a36d2
-Size (Math-Systems-0.01.tar.gz) = 2830 bytes