diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:44:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:44:11 +0800 |
commit | 3f42e716135bc048b90cb6cca188f324e65c69dc (patch) | |
tree | 8c3238b7f0cbec2e9210d52f562960bb22323a7d /math/p5-Math-Symbolic-Custom-Transformation | |
parent | e127cf2f03a87283f703b70f81a3e1891e56e7f5 (diff) | |
download | freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.gz freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.zst freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.zip |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Diffstat (limited to 'math/p5-Math-Symbolic-Custom-Transformation')
-rw-r--r-- | math/p5-Math-Symbolic-Custom-Transformation/pkg-descr | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/math/p5-Math-Symbolic-Custom-Transformation/pkg-descr b/math/p5-Math-Symbolic-Custom-Transformation/pkg-descr index b3b6614ce227..ec7104c5cb83 100644 --- a/math/p5-Math-Symbolic-Custom-Transformation/pkg-descr +++ b/math/p5-Math-Symbolic-Custom-Transformation/pkg-descr @@ -1,19 +1,19 @@ -Math::Symbolic::Custom::Transformation is an extension to the -Math::Symbolic module. You're assumed to be remotely familiar with that +Math::Symbolic::Custom::Transformation is an extension to the +Math::Symbolic module. You're assumed to be remotely familiar with that module throughout the documentation. -This package implements transformations of Math::Symbolic trees using -Math::Symbolic trees. I'll try to explain what this means in the following +This package implements transformations of Math::Symbolic trees using +Math::Symbolic trees. I'll try to explain what this means in the following paragraphs. -Until now, in order to be able to inspect a Math::Symbolic tree, one had -to use the low-level Math::Symbolic interface like comparing the top -node's term type with a constant (such as T_OPERATOR) and then its -operator type with more constants. This has changed with the release of +Until now, in order to be able to inspect a Math::Symbolic tree, one had +to use the low-level Math::Symbolic interface like comparing the top +node's term type with a constant (such as T_OPERATOR) and then its +operator type with more constants. This has changed with the release of Math::Symbolic::Custom::Pattern. -To modify the tree, you had to use equally low-level or even -encapsulation-breaking methods. This is meant to be changed by this +To modify the tree, you had to use equally low-level or even +encapsulation-breaking methods. This is meant to be changed by this distribution. WWW: http://search.cpan.org/dist/Math-Symbolic-Custom-Transformation/ |