From f795c2e4750a21c358eb4eba83184326b68adce0 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 23 May 2005 08:26:03 +0000 Subject: Removed trailing white-space. --- textproc/eperl/DESCR | 2 +- textproc/expatobjc/DESCR | 2 +- textproc/gdome2/DESCR | 2 +- textproc/gocr/DESCR | 4 ++-- textproc/hevea/DESCR | 2 +- textproc/libcroco/DESCR | 4 ++-- textproc/p5-Cz-Cstools/DESCR | 6 +++--- textproc/p5-Data-FormValidator/DESCR | 6 +++--- textproc/p5-Text-Tabs+Wrap/DESCR | 2 +- textproc/p5-XML-LibXML-Iterator/DESCR | 2 +- textproc/py-SimpleParse/DESCR | 6 +++--- textproc/py-textile/DESCR | 2 +- textproc/sablotron/DESCR | 4 ++-- textproc/tei/DESCR | 2 +- 14 files changed, 23 insertions(+), 23 deletions(-) (limited to 'textproc') diff --git a/textproc/eperl/DESCR b/textproc/eperl/DESCR index 7d245d66666..ffbb853b65e 100644 --- a/textproc/eperl/DESCR +++ b/textproc/eperl/DESCR @@ -7,7 +7,7 @@ ePerl -- Embedded Perl 5 Language ePerl interprets an ASCII file bristled with Perl 5 program statements by -evaluating the Perl 5 code while passing through the plain ASCII data. +evaluating the Perl 5 code while passing through the plain ASCII data. It can operate in various ways: As a stand-alone Unix filter or integrated Perl 5 module for general file generation tasks and as a powerful Webserver scripting language for dynamic HTML page programming. diff --git a/textproc/expatobjc/DESCR b/textproc/expatobjc/DESCR index 3cdec8e4074..554255c4b11 100644 --- a/textproc/expatobjc/DESCR +++ b/textproc/expatobjc/DESCR @@ -6,7 +6,7 @@ To use it, make a subclass of the XMLParser object that will override any or all of the following methods based on what parts of the XML parser document you want to read and analyze: -startElement - for element start tags +startElement - for element start tags endElement - for element end tags characters - for PCDATA stuff processingInstruction - for XML processing instructions diff --git a/textproc/gdome2/DESCR b/textproc/gdome2/DESCR index 1175aab21df..a79353ffebd 100644 --- a/textproc/gdome2/DESCR +++ b/textproc/gdome2/DESCR @@ -7,7 +7,7 @@ software which takes a parsed XML or HTML document and makes it available for processing via the DOM interfaces. A browser contains a host implementation, for example. -Here some key points about libgdome: +Here some key points about libgdome: * Libgdome is a DOM level2 Implementation. * Libgdome supports "Core" and "XML" modules (DOM level2 Core Recommendation). * Libgdome supports "Events" and "MutationEvents" modules (DOM level2 Events diff --git a/textproc/gocr/DESCR b/textproc/gocr/DESCR index 307e0ac2a92..cea5f69adb9 100644 --- a/textproc/gocr/DESCR +++ b/textproc/gocr/DESCR @@ -1,5 +1,5 @@ -GOCR is an optical character recognition program, released under the GNU -General Public License. It reads images in many formats (pnm, pbm, pgm, ppm, +GOCR is an optical character recognition program, released under the GNU +General Public License. It reads images in many formats (pnm, pbm, pgm, ppm, some pcx and tga image files (or PNM from stdin); if PNM-tools installed and running linux-like system you can also use pnm.gz, pnm.bz2, png, jpg, tiff, gif, bmp and others) and outputs a text file. You do not have to train the diff --git a/textproc/hevea/DESCR b/textproc/hevea/DESCR index 1357ef54f0c..da8e900af55 100644 --- a/textproc/hevea/DESCR +++ b/textproc/hevea/DESCR @@ -11,7 +11,7 @@ HEVEA understands LaTeX macro definitions. Simple user style files are understood with little or no modifications. Furthermore, HEVEA customization is done by writing LaTeX code. - + HEVEA is written in Objective Caml, as many lexers. It is quite fast and flexible. Using HEVEA it is possible to translate large documents such as manuals, books, etc. very quickly. All documents are diff --git a/textproc/libcroco/DESCR b/textproc/libcroco/DESCR index 903ca84a77d..9acdd91037b 100644 --- a/textproc/libcroco/DESCR +++ b/textproc/libcroco/DESCR @@ -1,3 +1,3 @@ -The Libcroco project is an effort to build a generic Cascading Style Sheet -(CSS) parsing and manipulation toolkit that can be used by GNOME applications +The Libcroco project is an effort to build a generic Cascading Style Sheet +(CSS) parsing and manipulation toolkit that can be used by GNOME applications in need of CSS support. diff --git a/textproc/p5-Cz-Cstools/DESCR b/textproc/p5-Cz-Cstools/DESCR index fe1f28028f5..af1b91e30bc 100644 --- a/textproc/p5-Cz-Cstools/DESCR +++ b/textproc/p5-Cz-Cstools/DESCR @@ -1,15 +1,15 @@ This package includes modules that are useful when dealing with Czech (and Slovak) texts in Perl. - + Module Cz::Cstocs: Implements object for various charset encodings, used for the Czech language -- either as objects, or as direct conversion functions. One of the charsets is tex for things like \v{c}. - + Program cstocs: This version of popular charset reencoding utility uses the above mentioned module to convert text between various charsets. - + Module Cz::Sort: Sorts according to Czech sorting conventions, regardless on locale setting. Exports functions czcmp and czsort which can be used in similar way as as diff --git a/textproc/p5-Data-FormValidator/DESCR b/textproc/p5-Data-FormValidator/DESCR index e619d8cb4a3..4f7aef5560c 100644 --- a/textproc/p5-Data-FormValidator/DESCR +++ b/textproc/p5-Data-FormValidator/DESCR @@ -1,9 +1,9 @@ -Data::FormValidator's main aim is to make input validation expressible in a +Data::FormValidator's main aim is to make input validation expressible in a simple format. -Data::FormValidator lets you define profiles which declare the required and +Data::FormValidator lets you define profiles which declare the required and optional fields and any constraints they might have. -The results are provided as an object which makes it easy to handle missing +The results are provided as an object which makes it easy to handle missing and invalid results, return error messages about which constraints failed, or process the resulting valid data. diff --git a/textproc/p5-Text-Tabs+Wrap/DESCR b/textproc/p5-Text-Tabs+Wrap/DESCR index f7a6f19a135..10339917bad 100644 --- a/textproc/p5-Text-Tabs+Wrap/DESCR +++ b/textproc/p5-Text-Tabs+Wrap/DESCR @@ -1,7 +1,7 @@ Text::Tabs performs the same job that the unix expand(1) and unexpand(1) commands do: adding or removing tabs from a document. -Text::Wrap::wrap() will reformat lines into paragraphs. All it does is +Text::Wrap::wrap() will reformat lines into paragraphs. All it does is break up long lines, it will not join short lines together. Text::Fill::fill() will reformat blocks of text into paragraphs. It diff --git a/textproc/p5-XML-LibXML-Iterator/DESCR b/textproc/p5-XML-LibXML-Iterator/DESCR index 57f3719cf7a..0e908b48a22 100644 --- a/textproc/p5-XML-LibXML-Iterator/DESCR +++ b/textproc/p5-XML-LibXML-Iterator/DESCR @@ -1,3 +1,3 @@ XML::LibXML::Iterator implements the iterator part of the DOM -Traversal and Range specification. This class allows to iterate +Traversal and Range specification. This class allows to iterate through a DOM as it is done through an ordinary array. diff --git a/textproc/py-SimpleParse/DESCR b/textproc/py-SimpleParse/DESCR index 60b74cad0b0..8b4c4b28df2 100644 --- a/textproc/py-SimpleParse/DESCR +++ b/textproc/py-SimpleParse/DESCR @@ -1,4 +1,4 @@ -SimpleParse is a BSD-licensed Python package providing a simple parser -generator for use with the mxTextTools text-tagging engine. SimpleParse -allows you to generate tagging tables for use with the text-tagging engine +SimpleParse is a BSD-licensed Python package providing a simple parser +generator for use with the mxTextTools text-tagging engine. SimpleParse +allows you to generate tagging tables for use with the text-tagging engine directly from your EBNF grammar. diff --git a/textproc/py-textile/DESCR b/textproc/py-textile/DESCR index 90426d75306..a48a56fcbb7 100644 --- a/textproc/py-textile/DESCR +++ b/textproc/py-textile/DESCR @@ -1,3 +1,3 @@ Textile is a XHTML generator using a simple markup developed by Dean Allen. -This is a Python port with support for code validation, itex to MathML +This is a Python port with support for code validation, itex to MathML translation, Python code coloring and much more. diff --git a/textproc/sablotron/DESCR b/textproc/sablotron/DESCR index b0a8c28bd81..41ef1ffc0e5 100644 --- a/textproc/sablotron/DESCR +++ b/textproc/sablotron/DESCR @@ -1,7 +1,7 @@ Sablotron is a fast, compact and portable XML toolkit implementing XSLT, DOM and XPath. Sablotron is an open project whose goal is to create a lightweight, reliable and fast XML library processor conforming to the W3C -specification, which is available for public and can be used as a base -for multi-platform XML applications. +specification, which is available for public and can be used as a base +for multi-platform XML applications. The original creator of Sablotron is Ginger Alliance Ltd., Czech Republic. diff --git a/textproc/tei/DESCR b/textproc/tei/DESCR index 8ec3cd7ca67..0beb2c7390e 100644 --- a/textproc/tei/DESCR +++ b/textproc/tei/DESCR @@ -1,3 +1,3 @@ The DTD of the Text Encoding Initiative allows encoding of a wide range -of document types in the domain of humanities. If focuses on, but is not +of document types in the domain of humanities. If focuses on, but is not restricted to, the needs of the scholarly research and education community. -- cgit v1.2.3