From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 11 11:50:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 411981065676 for ; Mon, 11 May 2009 11:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1B8E08FC13 for ; Mon, 11 May 2009 11:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4BBo2aD046817 for ; Mon, 11 May 2009 11:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4BBo2A1046809; Mon, 11 May 2009 11:50:02 GMT (envelope-from gnats) Resent-Date: Mon, 11 May 2009 11:50:02 GMT Resent-Message-Id: <200905111150.n4BBo2A1046809@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wen Heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35DC0106564A for ; Mon, 11 May 2009 11:42:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 238FD8FC12 for ; Mon, 11 May 2009 11:42:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n4BBgHl2064903 for ; Mon, 11 May 2009 11:42:17 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n4BBgHKL064902; Mon, 11 May 2009 11:42:17 GMT (envelope-from nobody) Message-Id: <200905111142.n4BBgHKL064902@www.freebsd.org> Date: Mon, 11 May 2009 11:42:17 GMT From: Wen Heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/134460: [NEW PORT]math/p5-Math-VectorReal:Perl Module to handle 3D Vector Mathematics X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2009 11:50:03 -0000 >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 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 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: