mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add math/p5-Math-Matrix 0.4, a Perl module that performs a number of
common matrix operations.
This commit is contained in:
parent
ca9f7390f7
commit
9b4c89fc1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150667
5 changed files with 35 additions and 0 deletions
|
@ -172,6 +172,7 @@
|
|||
SUBDIR += p5-Math-Interpolate
|
||||
SUBDIR += p5-Math-LinearCombination
|
||||
SUBDIR += p5-Math-Logic
|
||||
SUBDIR += p5-Math-Matrix
|
||||
SUBDIR += p5-Math-Pari
|
||||
SUBDIR += p5-Math-Random
|
||||
SUBDIR += p5-Math-Random-MT
|
||||
|
|
22
math/p5-Math-Matrix/Makefile
Normal file
22
math/p5-Math-Matrix/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: math/p5-Math-Matrix
|
||||
# Date created: 08 December 2005
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Math-Matrix
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Math
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Math::Matrix - multiply and invert matrices
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Math::Matrix.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/p5-Math-Matrix/distinfo
Normal file
3
math/p5-Math-Matrix/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Math-Matrix-0.4.tar.gz) = fad8f822e5e417ff12ccc2205eda206a
|
||||
SHA256 (Math-Matrix-0.4.tar.gz) = 710f77c8b471bbd822b790a845dddf47145468e84b9b52d2f0e8fe8d36982cf7
|
||||
SIZE (Math-Matrix-0.4.tar.gz) = 5676
|
4
math/p5-Math-Matrix/pkg-descr
Normal file
4
math/p5-Math-Matrix/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Math::Matrix is a Perl module that performs a number of common matrix
|
||||
operations.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Math-Matrix/
|
5
math/p5-Math-Matrix/pkg-plist
Normal file
5
math/p5-Math-Matrix/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/Math/Matrix.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Matrix/.packlist
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Matrix 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue