cvs commit: ports/math Makefile ports/math/p5-Math-VectorReal Makefile distinfo pkg-descr pkg-plist

Martin Wilke miwi at FreeBSD.org
Wed May 13 08:53:39 UTC 2009


miwi        2009-05-13 08:53:38 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/p5-Math-VectorReal Makefile distinfo pkg-descr pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.598     +1 -0      ports/math/Makefile
  1.1       +21 -0     ports/math/p5-Math-VectorReal/Makefile (new)
  1.1       +3 -0      ports/math/p5-Math-VectorReal/distinfo (new)
  1.1       +10 -0     ports/math/p5-Math-VectorReal/pkg-descr (new)
  1.1       +8 -0      ports/math/p5-Math-VectorReal/pkg-plist (new)


More information about the cvs-ports mailing list