aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Symbolic-Custom-Pattern
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:44:11 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:44:11 +0000
commit4e942b64191e2ef98dce2c5af31047a8640db768 (patch)
tree8c3238b7f0cbec2e9210d52f562960bb22323a7d /math/p5-Math-Symbolic-Custom-Pattern
parent1d1f878054efdd1171a8cb006e59ad0727610293 (diff)
downloadports-4e942b64191e2ef98dce2c5af31047a8640db768.tar.gz
ports-4e942b64191e2ef98dce2c5af31047a8640db768.zip
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415499
Diffstat (limited to 'math/p5-Math-Symbolic-Custom-Pattern')
-rw-r--r--math/p5-Math-Symbolic-Custom-Pattern/pkg-descr16
1 files changed, 8 insertions, 8 deletions
diff --git a/math/p5-Math-Symbolic-Custom-Pattern/pkg-descr b/math/p5-Math-Symbolic-Custom-Pattern/pkg-descr
index 691311f83d6e..debdf0133586 100644
--- a/math/p5-Math-Symbolic-Custom-Pattern/pkg-descr
+++ b/math/p5-Math-Symbolic-Custom-Pattern/pkg-descr
@@ -1,15 +1,15 @@
-This module is an extension to the Math::Symbolic module. A basic
+This module is an extension to the Math::Symbolic module. A basic
familiarity with that module is required.
-The Math::Symbolic::Custom::Pattern module implements pattern matching
-routines on Math::Symbolic trees. The patterns itself are constructed from
-Math::Symbolic trees with just a few variables which have a special
+The Math::Symbolic::Custom::Pattern module implements pattern matching
+routines on Math::Symbolic trees. The patterns itself are constructed from
+Math::Symbolic trees with just a few variables which have a special
meaning.
-The module provides two interfaces. You can use the new() and match()
-methods this class provides, or you can use the to_pattern() and
-is_of_form() methods on any Math::Symbolic tree. (Exported by the
-Math::Symbolic::Custom::Pattern::Export module. Refer to that module for
+The module provides two interfaces. You can use the new() and match()
+methods this class provides, or you can use the to_pattern() and
+is_of_form() methods on any Math::Symbolic tree. (Exported by the
+Math::Symbolic::Custom::Pattern::Export module. Refer to that module for
details on is_of_form().)
WWW: http://search.cpan.org/dist/Math-Symbolic-Custom-Pattern/