summaryrefslogtreecommitdiff
path: root/textproc/p5-CQL-Parser
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-CQL-Parser
parent- Fix trailing whitespace in pkg-descrs, categories [g-n]* (diff)
- 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-CQL-Parser')
-rw-r--r--textproc/p5-CQL-Parser/pkg-descr24
1 files changed, 12 insertions, 12 deletions
diff --git a/textproc/p5-CQL-Parser/pkg-descr b/textproc/p5-CQL-Parser/pkg-descr
index 8a63053b1962..81e9d9162df0 100644
--- a/textproc/p5-CQL-Parser/pkg-descr
+++ b/textproc/p5-CQL-Parser/pkg-descr
@@ -1,19 +1,19 @@
-CQL::Parser provides a mechanism to parse Common Query Language (CQL)
-statements. The best description of CQL comes from the CQL homepage at the
+CQL::Parser provides a mechanism to parse Common Query Language (CQL)
+statements. The best description of CQL comes from the CQL homepage at the
Library of Congress http://www.loc.gov/z3950/agency/zing/cql/
-CQL is a formal language for representing queries to information retrieval
-systems such as web indexes, bibliographic catalogs and museum collection
-information. The CQL design objective is that queries be human readable
-and human writable, and that the language be intuitive while maintaining
+CQL is a formal language for representing queries to information retrieval
+systems such as web indexes, bibliographic catalogs and museum collection
+information. The CQL design objective is that queries be human readable
+and human writable, and that the language be intuitive while maintaining
the expressiveness of more complex languages.
-A CQL statement can be as simple as a single keyword, or as complicated as
-a set of compoenents indicating search indexes, relations, relational
-modifiers, proximity clauses and boolean logic. CQL::Parser will parse CQL
-statements and return the root node for a tree of nodes which describes
-the CQL statement. This data structure can then be used by a client
-application to analyze the statement, and possibly turn it into a query
+A CQL statement can be as simple as a single keyword, or as complicated as
+a set of compoenents indicating search indexes, relations, relational
+modifiers, proximity clauses and boolean logic. CQL::Parser will parse CQL
+statements and return the root node for a tree of nodes which describes
+the CQL statement. This data structure can then be used by a client
+application to analyze the statement, and possibly turn it into a query
for a local repository.
WWW: http://search.cpan.org/dist/CQL-Parser/