diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-Ispell/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/p5-NetAddr-IP-Find/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcel-FromXML/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Aligner/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Unaccent/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Node/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Parser-EasyTree/pkg-descr | 12 | ||||
-rw-r--r-- | textproc/p5-XML-TreeBuilder/pkg-descr | 2 |
8 files changed, 20 insertions, 10 deletions
diff --git a/textproc/p5-Lingua-Ispell/pkg-descr b/textproc/p5-Lingua-Ispell/pkg-descr index 8420507a75fe..5c637b60e123 100644 --- a/textproc/p5-Lingua-Ispell/pkg-descr +++ b/textproc/p5-Lingua-Ispell/pkg-descr @@ -4,3 +4,5 @@ ispell, when reporting on misspelled words, indicates the string it was unable to verify, as well as its starting offset in the input line. No such information is returned for words which are deemed to be correctly spelled. + +WWW: http://search.cpan.org/dist/Lingua-Ispell diff --git a/textproc/p5-NetAddr-IP-Find/pkg-descr b/textproc/p5-NetAddr-IP-Find/pkg-descr index 59e6ef929894..fe3b21d8e1df 100644 --- a/textproc/p5-NetAddr-IP-Find/pkg-descr +++ b/textproc/p5-NetAddr-IP-Find/pkg-descr @@ -5,3 +5,5 @@ works very similar to URI::Find's find_uris() or Email::Find's find_emails(). $num_ipaddrs_found = find_ipaddrs($text, \&callback); + +WWW: http://search.cpan.org/dist/NetAddr-IP-Find diff --git a/textproc/p5-Spreadsheet-WriteExcel-FromXML/pkg-descr b/textproc/p5-Spreadsheet-WriteExcel-FromXML/pkg-descr index f33b436f6c06..aa4b5ea2d64c 100644 --- a/textproc/p5-Spreadsheet-WriteExcel-FromXML/pkg-descr +++ b/textproc/p5-Spreadsheet-WriteExcel-FromXML/pkg-descr @@ -2,3 +2,5 @@ This module uses Spreadsheet::WriteExcel to turn a simple XML data file into a binary Excel XLS file. See also the FromXML.dtd file in the distribution. + +WWW: http://search.cpan.org/dist/Spreadsheet-WriteExcel-FromXML diff --git a/textproc/p5-Text-Aligner/pkg-descr b/textproc/p5-Text-Aligner/pkg-descr index 686dfed5c326..da3321456533 100644 --- a/textproc/p5-Text-Aligner/pkg-descr +++ b/textproc/p5-Text-Aligner/pkg-descr @@ -1,2 +1,4 @@ -Text::Aligner exports a single function, align(), which is used to -justify strings to various alignment styles. +Text::Aligner exports a single function, align(), which is used to justify +strings to various alignment styles. + +http://search.cpan.org/dist/Text-Aligner diff --git a/textproc/p5-Text-Unaccent/pkg-descr b/textproc/p5-Text-Unaccent/pkg-descr index a221395bb682..1d9080a05424 100644 --- a/textproc/p5-Text-Unaccent/pkg-descr +++ b/textproc/p5-Text-Unaccent/pkg-descr @@ -3,5 +3,5 @@ converts the input string from the specified charset to UTF-16 and call unac_string_utf16 to return the unaccented equivalent. The conversion from and to UTF-16 is done with iconv(1). - WWW: http://search.cpan.org/dist/Text-Unaccent +WWW: http://search.cpan.org/dist/Text-Unaccent Author: Loic Dachary <loic@senga.org> diff --git a/textproc/p5-XML-Node/pkg-descr b/textproc/p5-XML-Node/pkg-descr index b0c86abc662d..d1cb9c9bfeec 100644 --- a/textproc/p5-XML-Node/pkg-descr +++ b/textproc/p5-XML-Node/pkg-descr @@ -14,4 +14,4 @@ Paraphrasing the README: Author: Chang Liu <liu@ics.uci.edu> --- Johann Visagie <johann@egenetics.com> +WWW: http://search.cpan.org/dist/XML-Node diff --git a/textproc/p5-XML-Parser-EasyTree/pkg-descr b/textproc/p5-XML-Parser-EasyTree/pkg-descr index af99256301b0..b9466f985fa6 100644 --- a/textproc/p5-XML-Parser-EasyTree/pkg-descr +++ b/textproc/p5-XML-Parser-EasyTree/pkg-descr @@ -1,5 +1,7 @@ -XML::Parser::EasyTree adds a new "built-in" style called "EasyTree" to -XML::Parser. Like XML::Parser's "Tree" style, setting this style causes -the parser to build a lightweight tree structure representing the XML -document. This structure is, at least in this author's opinion, easier to -work with than the one created by the built-in style. +XML::Parser::EasyTree adds a new "built-in" style called "EasyTree" to +XML::Parser. Like XML::Parser's "Tree" style, setting this style causes the +parser to build a lightweight tree structure representing the XML document. +This structure is, at least in this author's opinion, easier to work with than +the one created by the built-in style. + +WWW: http://search.cpan.org/dist/XML-Parser-EasyTree diff --git a/textproc/p5-XML-TreeBuilder/pkg-descr b/textproc/p5-XML-TreeBuilder/pkg-descr index c5718da6e6c6..5ac12191fb0d 100644 --- a/textproc/p5-XML-TreeBuilder/pkg-descr +++ b/textproc/p5-XML-TreeBuilder/pkg-descr @@ -7,4 +7,4 @@ interface like XML::Twig or XML::DOM. Author: Sean M. Burke ---will +WWW: http://search.cpan.org/dist/XML-TreeBuilder |