Rewrap app-text DESCRIPTIONs

This commit is contained in:
noryb009
2014-01-02 16:40:56 -05:00
parent 7fd3655662
commit a404d86ef8
14 changed files with 100 additions and 50 deletions

View File

@@ -1,8 +1,13 @@
SUMMARY="A set of libraries and applications for Thesaurus" SUMMARY="A set of libraries and applications for Thesaurus"
DESCRIPTION="Aiksaurus is a set of libraries and applications which provide a thesaurus (currently English only, based on Guttenburg's Moby thesaurus) using native GUI on several platforms: DESCRIPTION="
Aiksaurus is a set of libraries and applications which provide a thesaurus \
(currently English only, based on Guttenburg's Moby thesaurus) using native \
GUI on several platforms:
* UNIX (GTK+ & Qt) * UNIX (GTK+ & Qt)
* Win32 & MacOSX (Cocoa). * Win32 & MacOSX (Cocoa)
The core library itself is platform-independent. The principal language is C++, with some use of Cocoa/ObjC++; wrappers are provided for C and Cocoa/ObjC." The core library itself is platform-independent. The principal language is \
C++, with some use of Cocoa/ObjC++; wrappers are provided for C and Cocoa/ObjC.
"
HOMEPAGE="http://aiksaurus.sourceforge.net" HOMEPAGE="http://aiksaurus.sourceforge.net"
SRC_URI="http://switch.dl.sourceforge.net/project/aiksaurus/aiksaurus/1.2.1/aiksaurus-1.2.1.tar.gz" SRC_URI="http://switch.dl.sourceforge.net/project/aiksaurus/aiksaurus/1.2.1/aiksaurus-1.2.1.tar.gz"

View File

@@ -1,9 +1,9 @@
SUMMARY="Converts MS Word files to text and ps" SUMMARY="Converts MS Word files to text and ps"
DESCRIPTION="Antiword is a free software reader for proprietary Microsoft DESCRIPTION="
Word documents, and is available for most computer platforms. Antiword is a free software reader for proprietary Microsoft Word documents, \
Antiword can convert the documents from Microsoft Word version and is available for most computer platforms. Antiword can convert the \
2, 6, 7, 97, 2000, 2002 and 2003 to plain text, PostScript, PDF, documents from Microsoft Word version 2, 6, 7, 97, 2000, 2002 and 2003 to \
and XML/DocBook (experimental). plain text, PostScript, PDF, and XML/DocBook (experimental).
" "
HOMEPAGE="http://www.winfield.demon.nl/#Programmer" HOMEPAGE="http://www.winfield.demon.nl/#Programmer"
SRC_URI="http://www.winfield.demon.nl/linux/antiword-0.37.tar.gz" SRC_URI="http://www.winfield.demon.nl/linux/antiword-0.37.tar.gz"

View File

@@ -1,8 +1,12 @@
SUMMARY="Highly configurable text format for writing documentation" SUMMARY="Highly configurable text format for writing documentation"
DESCRIPTION=" DESCRIPTION="
AsciiDoc is a text document format for writing notes, documentation, articles, books, ebooks, slideshows, web pages, man pages and blogs. AsciiDoc files can be translated to many formats including HTML, PDF, EPUB, man page. AsciiDoc is a text document format for writing notes, documentation, articles, \
books, ebooks, slideshows, web pages, man pages and blogs. AsciiDoc files can \
AsciiDoc is highly configurable: both the AsciiDoc source file syntax and the backend output markups (which can be almost any type of SGML/XML markup) can be customized and extended by the user." be translated to many formats including HTML, PDF, EPUB, man page.
AsciiDoc is highly configurable: both the AsciiDoc source file syntax and the \
backend output markups (which can be almost any type of SGML/XML markup) can \
be customized and extended by the user.
"
HOMEPAGE="http://asciidoc.org" HOMEPAGE="http://asciidoc.org"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
COPYRIGHT="2002-2011 Stuart Rackham" COPYRIGHT="2002-2011 Stuart Rackham"

View File

@@ -1,15 +1,14 @@
SUMMARY="aspell - a free and open source spell checker" SUMMARY="aspell - a free and open source spell checker"
DESCRIPTION=" DESCRIPTION="
GNU Aspell is a Free and Open Source spell checker designed to GNU Aspell is a Free and Open Source spell checker designed to eventually \
eventually replace Ispell. It can either be used as a library or as replace Ispell. It can either be used as a library or as an independent spell \
an independent spell checker. Its main feature is that it does a checker. Its main feature is that it does a superior job of suggesting \
superior job of suggesting possible replacements for a misspelled word possible replacements for a misspelled word than just about any other spell \
than just about any other spell checker out there for the English checker out there for the English language. Unlike Ispell, Aspell can also \
language. Unlike Ispell, Aspell can also easily check documents in easily check documents in UTF-8 without having to use a special dictionary. \
UTF-8 without having to use a special dictionary. Aspell will also do Aspell will also do its best to respect the current locale setting. Other \
its best to respect the current locale setting. Other advantages over advantages over Ispell include support for using multiple dictionaries at once \
Ispell include support for using multiple dictionaries at once and and intelligently handling personal dictionaries when more than one Aspell \
intelligently handling personal dictionaries when more than one Aspell
process is open at once. process is open at once.
" "
LICENSE="GNU LGPL v2" LICENSE="GNU LGPL v2"

View File

@@ -1,11 +1,11 @@
SUMMARY="An implementation of John Gruber's Markdown text to html language written in C" SUMMARY="An implementation of John Gruber's Markdown text to html language written in C"
DESCRIPTION=" DESCRIPTION="
Markdown provides a library that gives you formatting functions Markdown provides a library that gives you formatting functions suitable for \
suitable for marking down entire documents or lines of text, a marking down entire documents or lines of text, a command-line program that \
command-line program that you can use to mark down documents you can use to mark down documents interactively or from a script, and a tiny \
interactively or from a script, and a tiny (3 programs so far) suite (3 programs so far) suite of example programs that show how to fully utilize \
of example programs that show how to fully utilize the markdown the markdown library.
library." "
HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/" HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/"
SRC_URI="http://www.pell.portland.or.us/~orc/Code/discount/discount-2.1.3.tar.bz2" SRC_URI="http://www.pell.portland.or.us/~orc/Code/discount/discount-2.1.3.tar.bz2"

View File

@@ -1,5 +1,9 @@
SUMMARY="dos2unix and unix2dos end of line file convertors." SUMMARY="dos2unix and unix2dos end of line file convertors."
DESCRIPTION="DOS/Windows like to put CR/LF at the end of lines whereas UNIX like to have just LF. Dos2unix and unix2dos are simple parser/converter command line programs to convert between the two formats." DESCRIPTION="
DOS/Windows like to put CR/LF at the end of lines whereas UNIX like to have \
just LF. Dos2unix and unix2dos are simple parser/converter command line \
programs to convert between the two formats.
"
HOMEPAGE="http://github.com/puckipedia/dos2unix" HOMEPAGE="http://github.com/puckipedia/dos2unix"
SRC_URI="git://github.com/puckipedia/dos2unix.git#553720356be18ca60cae3d970a575520aef5a4f4" SRC_URI="git://github.com/puckipedia/dos2unix.git#553720356be18ca60cae3d970a575520aef5a4f4"
REVISION="1" REVISION="1"

View File

@@ -1,4 +1,9 @@
DESCRIPTION="GPP is a general-purpose preprocessor with customizable syntax, suitable for a wide range of preprocessing tasks. Its independence from any programming language makes it much more versatile than cpp, while its syntax is lighter and more flexible than that of m4." DESCRIPTION="
GPP is a general-purpose preprocessor with customizable syntax, suitable for a \
wide range of preprocessing tasks. Its independence from any programming \
language makes it much more versatile than cpp, while its syntax is lighter \
and more flexible than that of m4.
"
HOMEPAGE="http://files.nothingisreal.com/software/gpp/gpp.html" HOMEPAGE="http://files.nothingisreal.com/software/gpp/gpp.html"
SRC_URI="http://files.nothingisreal.com/software/gpp/gpp-2.24.tar.bz2" SRC_URI="http://files.nothingisreal.com/software/gpp/gpp-2.24.tar.bz2"
REVISION="1" REVISION="1"

View File

@@ -1,7 +1,14 @@
SUMMARY="help2man produces simple manual pages from the --help and --version output of other commands." SUMMARY="help2man produces simple manual pages from the --help and --version output of other commands."
DESCRIPTION="help2man is a tool for automatically generating simple manual pages from program output. DESCRIPTION="
This program is intended to provide an easy way for software authors to include a manual page in their distribution without having to maintain that document. help2man is a tool for automatically generating simple manual pages from \
Given a program which produces reasonably standard --help and --version outputs, help2man can re-arrange that output into something which resembles a manual page." program output.
This program is intended to provide an easy way for software authors to \
include a manual page in their distribution without having to maintain that \
document.
Given a program which produces reasonably standard --help and --version \
outputs, help2man can re-arrange that output into something which resembles a \
manual page.
"
HOMEPAGE="http://www.gnu.org/software/help2man/" HOMEPAGE="http://www.gnu.org/software/help2man/"
SRC_URI="http://ftpmirror.gnu.org/help2man/help2man-1.43.3.tar.gz" SRC_URI="http://ftpmirror.gnu.org/help2man/help2man-1.43.3.tar.gz"

View File

@@ -1,8 +1,8 @@
SUMMARY="HTML file processor and converter" SUMMARY="HTML file processor and converter"
DESCRIPTION=" DESCRIPTION="
HTMLDOC converts HTML files and web pages into index HTML, Adobe HTMLDOC converts HTML files and web pages into index HTML, Adobe Postscript or \
Postscript or Adobe Portable Document Format files (pdf). Adobe Portable Document Format files (pdf).
" "
HOMEPAGE="http://www.msweet.org/projects.php?Z1" HOMEPAGE="http://www.msweet.org/projects.php?Z1"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
COPYRIGHT="1997-2006 Easy Software Products" COPYRIGHT="1997-2006 Easy Software Products"

View File

@@ -1,5 +1,8 @@
SUMMARY="Library for handling paper characteristics" SUMMARY="Library for handling paper characteristics"
DESCRIPTION="The libpaper paper-handling library automates recognition of many different paper types and sizes for programs that need to deal with printed output." DESCRIPTION="
The libpaper paper-handling library automates recognition of many different \
paper types and sizes for programs that need to deal with printed output.
"
HOMEPAGE="http://packages.debian.org/unstable/source/libpaper" HOMEPAGE="http://packages.debian.org/unstable/source/libpaper"
SRC_URI="http://ftp.de.debian.org/debian/pool/main/libp/libpaper/libpaper_1.1.24.tar.gz" SRC_URI="http://ftp.de.debian.org/debian/pool/main/libp/libpaper/libpaper_1.1.24.tar.gz"
CHECKSUM_MD5="5bc87d494ba470aba54f6d2d51471834" CHECKSUM_MD5="5bc87d494ba470aba54f6d2d51471834"

View File

@@ -1,4 +1,7 @@
DESCRIPTION="Libwpg project is a collection of library and tools to work with graphics in WPG (WordPerfect Graphics) format." DESCRIPTION="
Libwpg project is a collection of library and tools to work with graphics in \
WPG (WordPerfect Graphics) format.
"
HOMEPAGE="libwpg.sourceforge.net" HOMEPAGE="libwpg.sourceforge.net"
SRC_URI="http://sourceforge.net/projects/libwpg/files/libwpg/libwpg-0.2.1/libwpg-0.2.1.tar.gz/download" SRC_URI="http://sourceforge.net/projects/libwpg/files/libwpg/libwpg-0.2.1/libwpg-0.2.1.tar.gz/download"
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."

View File

@@ -1,10 +1,11 @@
SUMMARY="A suite of tools for compiling roff and man pages." SUMMARY="A suite of tools for compiling roff and man pages."
DESCRIPTION=" DESCRIPTION="
mdocml is a suite of tools compiling mdoc, the roff macro package of mdocml is a suite of tools compiling mdoc, the roff macro package of choice \
choice for BSD manual pages, and man, the predominant historical for BSD manual pages, and man, the predominant historical package for UNIX \
package for UNIX manuals. The mission of mdocml is to deprecate manuals. The mission of mdocml is to deprecate groff, the GNU troff \
groff, the GNU troff implementation, for displaying mdoc pages whilst implementation, for displaying mdoc pages whilst providing token support for \
providing token support for man." man.
"
HOMEPAGE="http://mdocml.bsd.lv/" HOMEPAGE="http://mdocml.bsd.lv/"
SRC_URI="http://mdocml.bsd.lv/snapshots/mdocml-1.12.2.tar.gz" SRC_URI="http://mdocml.bsd.lv/snapshots/mdocml-1.12.2.tar.gz"

View File

@@ -1,8 +1,8 @@
SUMMARY="Man page viewer and translator" SUMMARY="Man page viewer and translator"
DESCRIPTION=" DESCRIPTION="
Parse formatted man pages and man page source from most flavors of UNIX. Parse formatted man pages and man page source from most flavors of UNIX. \
Convert to HTML, ASCII, TkMan, DocBook, and other formats. Convert to HTML, ASCII, TkMan, DocBook, and other formats.
" "
HOMEPAGE="http://www.sourceforge.net/project/polyglotman" HOMEPAGE="http://www.sourceforge.net/project/polyglotman"
LICENSE="Artistic" LICENSE="Artistic"
COPYRIGHT="2003 Thomas A. Phelps" COPYRIGHT="2003 Thomas A. Phelps"

View File

@@ -1,9 +1,28 @@
SUMMARY="Perl script that converts Texinfo to HTML" SUMMARY="Perl script that converts Texinfo to HTML"
DESCRIPTION="Texi2HTML is a Perl script which converts Texinfo source files to HTML output, licensed under the GNU General Public License, version 3, or any later version. DESCRIPTION="
Texi2HTML is a Perl script which converts Texinfo source files to HTML output, \
This is an evolving version of the script originally developed by Lionel Cons and later maintained for a time by Olaf Bachmann. It now supports many advanced features, such as internationalization and extremely configurable output formats. Development of Texi2HTML moved to the GNU Texinfo repository in 2010, since it was meant to replace the makeinfo implementation in GNU Texinfo. There was no release of GNU Texinfo with makeinfo based on Texi2HTML, however, because the implementation based on Texi2HTML was abandoned in favor of the current program in GNU Texinfo, which parses the Texinfo input into a tree for processing and supports nearly all the features of Texi2HTML. Latest Texi2HTML sources are thus in the GNU Texinfo repository, although development of Texi2HTML and of the Texi2HTML based makeinfo implementation stopped in 2011. licensed under the GNU General Public License, version 3, or any later version.
This is an evolving version of the script originally developed by Lionel Cons \
There are some differences between Texi2HTML and the GNU Texinfo makeinfo/texi2any implementation, even in the Texi2HTML compatibility mode, they are documented in the GNU Texinfo manual. Nevertheless, the route forward for authors is, in most cases, to alter manuals and build processes as necessary to use the new features of the makeinfo/texi2any implementation of GNU Texinfo. The Texi2HTML maintainers (one of whom is the principal author of the GNU Texinfo implementation) do not intend to make further releases of Texi2HTML. If you have difficulties using the new implementation, you could try to ask on the GNU Texinfo mailing lists." and later maintained for a time by Olaf Bachmann. It now supports many \
advanced features, such as internationalization and extremely configurable \
output formats. Development of Texi2HTML moved to the GNU Texinfo repository \
in 2010, since it was meant to replace the makeinfo implementation in GNU \
Texinfo. There was no release of GNU Texinfo with makeinfo based on Texi2HTML, \
however, because the implementation based on Texi2HTML was abandoned in favor \
of the current program in GNU Texinfo, which parses the Texinfo input into a \
tree for processing and supports nearly all the features of Texi2HTML. Latest \
Texi2HTML sources are thus in the GNU Texinfo repository, although development \
of Texi2HTML and of the Texi2HTML based makeinfo implementation stopped in 2011.
There are some differences between Texi2HTML and the GNU Texinfo \
makeinfo/texi2any implementation, even in the Texi2HTML compatibility mode, \
they are documented in the GNU Texinfo manual. Nevertheless, the route forward \
for authors is, in most cases, to alter manuals and build processes as \
necessary to use the new features of the makeinfo/texi2any implementation of \
GNU Texinfo. The Texi2HTML maintainers (one of whom is the principal author of \
the GNU Texinfo implementation) do not intend to make further releases of \
Texi2HTML. If you have difficulties using the new implementation, you could \
try to ask on the GNU Texinfo mailing lists.
"
HOMEPAGE="http://www.nongnu.org/texi2html/" HOMEPAGE="http://www.nongnu.org/texi2html/"
COPYRIGHT="1999-2005 Patrice Dumas, Derek Price, Adrian Aichner & others." COPYRIGHT="1999-2005 Patrice Dumas, Derek Price, Adrian Aichner & others."
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"