Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2009 11:42:17 GMT
From:      Wen Heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134460: [NEW PORT]math/p5-Math-VectorReal:Perl Module to handle 3D Vector Mathematics
Message-ID:  <200905111142.n4BBgHKL064902@www.freebsd.org>
Resent-Message-ID: <200905111150.n4BBo2A1046809@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         134460
>Category:       ports
>Synopsis:       [NEW PORT]math/p5-Math-VectorReal:Perl Module to handle 3D Vector Mathematics
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 11 11:50:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-CURRENT
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 22 22:12:06 CST 2009     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
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/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Math-VectorReal
#	p5-Math-VectorReal/pkg-descr
#	p5-Math-VectorReal/Makefile
#	p5-Math-VectorReal/distinfo
#	p5-Math-VectorReal/pkg-plist
#
echo c - p5-Math-VectorReal
mkdir -p p5-Math-VectorReal > /dev/null 2>&1
echo x - p5-Math-VectorReal/pkg-descr
sed 's/^X//' >p5-Math-VectorReal/pkg-descr << '617c42425c162421d31118c09893a96c'
XThe Math::VectorReal package defines a 3D mathematical "vector",
Xin a way that is compatible with the previous CPAN module 
XMath::MatrixReal. However it provides a more vector oriented set
Xof mathematical functions and overload operators, to the MatrixReal
Xpackage. For example the normal perl string functions "x" and "."
Xhave been overloaded to allow vector cross and dot product
Xoperations. Vector math formula thus looks like vector math formula
Xin perl programs using this package.
X
XWWW:	http://search.cpan.org/dist/Math-VectorReal/
617c42425c162421d31118c09893a96c
echo x - p5-Math-VectorReal/Makefile
sed 's/^X//' >p5-Math-VectorReal/Makefile << 'a4cdff21e9700793e45d09b70d0c3933'
X# New ports collection makefile for:	Math-VectorReal
X# Date created:				11 May, 2009
X# Whom:					Wen Heping <wenheping@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Math-VectorReal
XPORTVERSION=	1.02
XCATEGORIES=	math perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	Perl Module to handle 3D Vector Mathematics
X
XPERL_CONFIGURE=	yes
X
XMAN3=	Math::VectorReal.3
X
X.include <bsd.port.mk>
a4cdff21e9700793e45d09b70d0c3933
echo x - p5-Math-VectorReal/distinfo
sed 's/^X//' >p5-Math-VectorReal/distinfo << '6fee65395894668dfb6769eb589b10ca'
XMD5 (Math-VectorReal-1.02.tar.gz) = 9eacc7b8dffeedd1d9cce2ed1c803ba4
XSHA256 (Math-VectorReal-1.02.tar.gz) = 8c959600865b09ea0d4d5567ad6bc9e0c81040f76bfb451cb27aeb0eb9cc548b
XSIZE (Math-VectorReal-1.02.tar.gz) = 12703
6fee65395894668dfb6769eb589b10ca
echo x - p5-Math-VectorReal/pkg-plist
sed 's/^X//' >p5-Math-VectorReal/pkg-plist << '40883f55304bf321e516f3581d77f7d0'
X%%SITE_PERL%%/Math/synopsis.pl
X%%SITE_PERL%%/Math/VectorReal.pm
X%%SITE_PERL%%/Math/vector_test.pl
X%%SITE_PERL%%/Math/matrix_test.pl
X%%SITE_PERL%%//%%PERL_ARCH%%/auto/Math/VectorReal/.packlist
X@dirrmtry %%SITE_PERL%%/Math
X@dirrm %%SITE_PERL%%//%%PERL_ARCH%%/auto/Math/VectorReal
X@dirrmtry %%SITE_PERL%%//%%PERL_ARCH%%/auto/Math
40883f55304bf321e516f3581d77f7d0
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905111142.n4BBgHKL064902>