aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Parse-Flex
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
commit1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch)
tree06f11bc7b351f3abf3bf5507405afdba5374614e /textproc/p5-Parse-Flex
parent4e942b64191e2ef98dce2c5af31047a8640db768 (diff)
downloadports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.tar.gz
ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.zip
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415500
Diffstat (limited to 'textproc/p5-Parse-Flex')
-rw-r--r--textproc/p5-Parse-Flex/pkg-descr20
1 files changed, 10 insertions, 10 deletions
diff --git a/textproc/p5-Parse-Flex/pkg-descr b/textproc/p5-Parse-Flex/pkg-descr
index a6a4baf7dc36..15070f6252ec 100644
--- a/textproc/p5-Parse-Flex/pkg-descr
+++ b/textproc/p5-Parse-Flex/pkg-descr
@@ -1,17 +1,17 @@
-Parse::Flex works similar to Parse::Lex, but it uses XS for faster
+Parse::Flex works similar to Parse::Lex, but it uses XS for faster
performance.
-This module allows you to construct a lexer analyzer with your custom
-rules. Parse::Flex is not intended to be used directly; instead, use the
-script makelexer.pl to submit your grammar file. The output of the script
-is a custom shared library and a custom .pm module which, among other
-things, will transparently load the library and provide interface to your
-(custom) lexer. In other words, you supply a grammar.l file to
-makelexer.pl and you receive Flex01.pm and Flex02.so . Then, use only the
+This module allows you to construct a lexer analyzer with your custom
+rules. Parse::Flex is not intended to be used directly; instead, use the
+script makelexer.pl to submit your grammar file. The output of the script
+is a custom shared library and a custom .pm module which, among other
+things, will transparently load the library and provide interface to your
+(custom) lexer. In other words, you supply a grammar.l file to
+makelexer.pl and you receive Flex01.pm and Flex02.so . Then, use only the
Flex01.pm - since Flex01.pm will automatically load Flex01.so.
-The grammar.l file requires the same syntax as flex(1); that is, the
-actions are written in C . See the flex(1) documentation to learn the
+The grammar.l file requires the same syntax as flex(1); that is, the
+actions are written in C . See the flex(1) documentation to learn the
syntax, or fetch the sample t/grammar.l file inside this package.
WWW: http://search.cpan.org/dist/Parse-Flex/