The Math::VectorReal package defines a 3D mathematical "vector",

in a way that is compatible with the previous CPAN module
Math::MatrixReal. However it provides a more vector oriented set
of mathematical functions and overload operators, to the MatrixReal
package. For example the normal perl string functions "x" and "."
have been overloaded to allow vector cross and dot product
operations. Vector math formula thus looks like vector math formula
in perl programs using this package.

WWW:	http://search.cpan.org/dist/Math-VectorReal/

PR:		ports/134460
Submitted by:	Wen Heping <wenheping at gmail.com>
This commit is contained in:
Martin Wilke
2009-05-13 08:53:38 +00:00
parent e25e8c4832
commit 2490c3b2a5
5 changed files with 43 additions and 0 deletions

View File

@@ -351,6 +351,7 @@
SUBDIR += p5-Math-Units
SUBDIR += p5-Math-Vec
SUBDIR += p5-Math-VecStat
SUBDIR += p5-Math-VectorReal
SUBDIR += p5-MatrixReal
SUBDIR += p5-NetCDF
SUBDIR += p5-Number-Compare

View File

@@ -0,0 +1,21 @@
# New ports collection makefile for: Math-VectorReal
# Date created: 11 May, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Math-VectorReal
PORTVERSION= 1.02
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= Perl Module to handle 3D Vector Mathematics
PERL_CONFIGURE= yes
MAN3= Math::VectorReal.3
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
MD5 (Math-VectorReal-1.02.tar.gz) = 9eacc7b8dffeedd1d9cce2ed1c803ba4
SHA256 (Math-VectorReal-1.02.tar.gz) = 8c959600865b09ea0d4d5567ad6bc9e0c81040f76bfb451cb27aeb0eb9cc548b
SIZE (Math-VectorReal-1.02.tar.gz) = 12703

View File

@@ -0,0 +1,10 @@
The Math::VectorReal package defines a 3D mathematical "vector",
in a way that is compatible with the previous CPAN module
Math::MatrixReal. However it provides a more vector oriented set
of mathematical functions and overload operators, to the MatrixReal
package. For example the normal perl string functions "x" and "."
have been overloaded to allow vector cross and dot product
operations. Vector math formula thus looks like vector math formula
in perl programs using this package.
WWW: http://search.cpan.org/dist/Math-VectorReal/

View File

@@ -0,0 +1,8 @@
%%SITE_PERL%%/Math/synopsis.pl
%%SITE_PERL%%/Math/VectorReal.pm
%%SITE_PERL%%/Math/vector_test.pl
%%SITE_PERL%%/Math/matrix_test.pl
%%SITE_PERL%%//%%PERL_ARCH%%/auto/Math/VectorReal/.packlist
@dirrmtry %%SITE_PERL%%/Math
@dirrm %%SITE_PERL%%//%%PERL_ARCH%%/auto/Math/VectorReal
@dirrmtry %%SITE_PERL%%//%%PERL_ARCH%%/auto/Math