Port details |
- p5-Math-VectorReal Perl Module to handle 3D Vector Mathematics
- 1.02_1 math
=0 1.02_1Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2009-05-13 08:54:21
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: ART10 GPLv1+
- 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: https://metacpan.org/release/Math-VectorReal
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Math-VectorReal>0:math/p5-Math-VectorReal
- To install the port:
- cd /usr/ports/math/p5-Math-VectorReal/ && make install clean
- To add the package, run one of these commands:
- pkg install math/p5-Math-VectorReal
- pkg install p5-Math-VectorReal
- PKGNAME: p5-Math-VectorReal
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Math-VectorReal-1.02.tar.gz) = 8c959600865b09ea0d4d5567ad6bc9e0c81040f76bfb451cb27aeb0eb9cc548b
SIZE (Math-VectorReal-1.02.tar.gz) = 12703
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- science/p5-Chemistry-3DBuilder
- science/p5-Chemistry-Mol
- for Run
-
- science/p5-Chemistry-3DBuilder
- science/p5-Chemistry-Mol
- Configuration Options:
- No options to configure
- Options name:
- math_p5-Math-VectorReal
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.02_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2018 20:15:20
1.02_1
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
16 Mar 2018 09:03:15
1.02_1
|
amdmi3  |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket |
19 May 2016 10:44:12
1.02_1
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
26 Nov 2014 13:08:38
1.02_1
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
23 Aug 2014 08:31:08
1.02
|
antoine  |
Remove double slash to pass check-plist |
22 May 2014 15:02:27
1.02
|
wen  |
- Pass maintainership to perl@ |
30 Jan 2014 10:27:43
1.02
|
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 20:55:06
1.02
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
12 Sep 2013 06:03:59
1.02
|
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
20 Mar 2011 12:54:45
1.02
|
miwi  |
- Get Rid MD5 support |
13 May 2009 08:53:38
1.02
|
miwi  |
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> |