head 1.5; access; symbols pkgsrc-2020Q2:1.4.0.4 pkgsrc-2020Q2-base:1.4 pkgsrc-2020Q1:1.4.0.2 pkgsrc-2020Q1-base:1.4 pkgsrc-2019Q4:1.3.0.6 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.2 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.2.0.8 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.6 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.4 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.2 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.1.0.2 pkgsrc-2018Q2-base:1.1; locks; strict; comment @# @; 1.5 date 2020.08.24.16.29.13; author wiz; state dead; branches; next 1.4; commitid vZBbBqrHp2MkSklC; 1.4 date 2020.01.26.17.31.39; author rillig; state Exp; branches; next 1.3; commitid 4fBBvoSLJaGd0eUB; 1.3 date 2019.08.11.13.21.49; author wiz; state Exp; branches; next 1.2; commitid Ifet9Pg6Qt99ZByB; 1.2 date 2018.08.22.09.45.39; author wiz; state Exp; branches; next 1.1; commitid YLub8g3ofvFGb6PA; 1.1 date 2018.06.20.05.04.59; author mef; state Exp; branches; next ; commitid ImjnYNTdSwQjGYGA; desc @@ 1.5 log @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). @ text @# $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" @ 1.4 log @all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2019/08/11 13:21:49 wiz Exp $ @ 1.3 log @Bump PKGREVISIONs for perl 5.30.0 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2018/08/22 09:45:39 wiz Exp $ d10 1 a10 1 HOMEPAGE= http://www.cpan.org/authors/id/W/WI/WILL/ @ 1.2 log @Recursive bump for perl5-5.28.0 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2018/06/20 05:04:59 mef Exp $ d5 1 a5 1 PKGREVISION= 1 @ 1.1 log @math/p5-Math-Systems: import p5-Math-Systems-0.01 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. @ text @d1 1 a1 1 # $NetBSD$ d5 1 @