diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-01-23 22:45:04 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-01-23 22:45:04 +0800 |
commit | a7a9d8ba4e411198aac4b3bc7411bba0f6c2491b (patch) | |
tree | b9b020224d104aea8ec18290617a77becc98c5a6 /math | |
parent | 58c0d813b540a16968b056e882ef9afcf45e7232 (diff) | |
download | freebsd-ports-gnome-a7a9d8ba4e411198aac4b3bc7411bba0f6c2491b.tar.gz freebsd-ports-gnome-a7a9d8ba4e411198aac4b3bc7411bba0f6c2491b.tar.zst freebsd-ports-gnome-a7a9d8ba4e411198aac4b3bc7411bba0f6c2491b.zip |
- Add cpan site to WWW
- Fix indentation, fmt -w 80
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-AI-Perceptron/pkg-descr | 8 | ||||
-rw-r--r-- | math/p5-Bit-ShiftReg/pkg-descr | 15 | ||||
-rw-r--r-- | math/p5-Math-Bezier/pkg-descr | 2 |
3 files changed, 13 insertions, 12 deletions
diff --git a/math/p5-AI-Perceptron/pkg-descr b/math/p5-AI-Perceptron/pkg-descr index b7806a8aee35..9d7698984375 100644 --- a/math/p5-AI-Perceptron/pkg-descr +++ b/math/p5-AI-Perceptron/pkg-descr @@ -1,5 +1,5 @@ -This module is meant to be an introduction to the internal operations -of Neural Networks. It lets the user create a single node in a neural -net based on the Perceptron model. +This module is meant to be an introduction to the internal operations of Neural +Networks. It lets the user create a single node in a neural net based on the +Perceptron model. ---will +WWW: http://search.cpan.org/dist/AI-Perceptron diff --git a/math/p5-Bit-ShiftReg/pkg-descr b/math/p5-Bit-ShiftReg/pkg-descr index a9c80b261d77..6df00fcd154e 100644 --- a/math/p5-Bit-ShiftReg/pkg-descr +++ b/math/p5-Bit-ShiftReg/pkg-descr @@ -1,7 +1,8 @@ -Bit::ShiftReg is a perl module that implements rotate left, rotate -right, arithmetic shift left, and logical shift right operations with -carry flag for all C integer types. The results depend on the -number of bits with that the integer types unsigned char, unsigned -short, unsigned int, and unsigned long have on your machine. The -module automatically determines the number of bits of each integer -type and adjusts its internal constants accordingly. +Bit::ShiftReg is a perl module that implements rotate left, rotate right, +arithmetic shift left, and logical shift right operations with carry flag for +all C integer types. The results depend on the number of bits with that the +integer types unsigned char, unsigned short, unsigned int, and unsigned long +have on your machine. The module automatically determines the number of bits of +each integer type and adjusts its internal constants accordingly. + +WWW: http://search.cpan.org/dist/Bit-ShiftReg diff --git a/math/p5-Math-Bezier/pkg-descr b/math/p5-Math-Bezier/pkg-descr index 93a639464734..14493fa7ae04 100644 --- a/math/p5-Math-Bezier/pkg-descr +++ b/math/p5-Math-Bezier/pkg-descr @@ -1,3 +1,3 @@ Math::Bezier is a perl interface to solve Bezier curves. ---will +WWW: http://search.cpan.org/dist/Math-Bezier |