From aeb2606424f6645f6340a86e6b456e7e550bf5f1 Mon Sep 17 00:00:00 2001 From: dradancer Date: Sun, 5 Jan 2014 00:05:16 +0100 Subject: [PATCH] Cleaned up summary/description in app-arch and app-editors (plus a few miscellanous) --- app-arch/cpio/cpio-2.11.recipe | 17 ++++++++++---- app-arch/gzip/gzip-1.2.4a.recipe | 6 ++++- app-arch/gzip/gzip-1.3.12.recipe | 6 ++++- app-arch/gzip/gzip-1.4.recipe | 6 ++++- app-arch/unzip/unzip-6.0.recipe | 10 ++++---- app-arch/zip/zip-3.0.recipe | 8 +++++-- app-arch/zoo/zoo-2.10.recipe | 9 ++++++-- app-crypt/gnupg/gnupg-1.4.10.recipe | 12 ++++++++-- app-crypt/gnupg/gnupg-1.4.11.recipe | 6 ++--- app-doc/doxygen/doxygen-1.7.4.recipe | 23 ++++++++++++++++--- app-editors/jed/jed-0.99_19.recipe | 13 +++++++---- app-editors/joe/joe-3.8_hg.recipe | 13 ++++++----- app-editors/nano/nano-2.2.6.recipe | 5 +++- app-editors/nano/nano-2.3.1.recipe | 13 ++++++++++- app-editors/ne/ne-2.1.recipe | 7 +++++- app-editors/qemacs/qemacs-0.3.2dev_cvs.recipe | 15 +++++++++++- app-editors/qemacs/qemacs-0.3.3.recipe | 14 ++++++++++- app-editors/se/se-3.0.recipe | 6 ++++- app-i18n/anthy/anthy-9100.recipe | 9 ++++++-- app-misc/figlet/figlet-222.recipe | 8 +++++-- app-shells/bash/bash-4.1.recipe | 8 +++++-- app-shells/zsh/zsh-5.0.0.recipe | 9 ++++++-- 22 files changed, 174 insertions(+), 49 deletions(-) diff --git a/app-arch/cpio/cpio-2.11.recipe b/app-arch/cpio/cpio-2.11.recipe index 6ce45212e..4605f522a 100644 --- a/app-arch/cpio/cpio-2.11.recipe +++ b/app-arch/cpio/cpio-2.11.recipe @@ -1,8 +1,15 @@ -DESCRIPTION=" -GNU cpio copies files into or out of a cpio or tar archive. The archive can be \ -another file on the disk, a magnetic tape, or a pipe. -" -HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html" +SUMMARY="GNU cpio copies files into or out of a cpio or tar archive" +DESCRIPTION="GNU cpio copies files into or out of a cpio or tar archive. \ +The archive can be another file on the disk, a magnetic tape, or a pipe. \ +GNU cpio supports the following archive formats: binary, old ASCII, \ +new ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar. \ +The tar format is provided for compatability with the tar program. \ +By default, cpio creates binary format archives, for compatibility \ +with older cpio programs. When extracting from archives, cpio automatically \ +recognizes which kind of archive it is reading and can read archives created \ +on machines with a different byte-order." + +HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html" SRC_URI="http://ftp.gnu.org/gnu/cpio/cpio-2.11.tar.gz" CHECKSUM_MD5="1112bb6c45863468b5496ba128792f6c" REVISION="1" diff --git a/app-arch/gzip/gzip-1.2.4a.recipe b/app-arch/gzip/gzip-1.2.4a.recipe index a48ec2e18..c04e7e653 100644 --- a/app-arch/gzip/gzip-1.2.4a.recipe +++ b/app-arch/gzip/gzip-1.2.4a.recipe @@ -1,4 +1,8 @@ -DESCRIPTION="GNU zip" +SUMMARY="GNU zip" +DESCRIPTION="gzip (GNU zip) is a compression utility designed to be a \ +replacement for compress. It provides better compression than compress \ +and although bzip2 produces smaller files is not as fast as bzip2 is." + HOMEPAGE="http://www.gzip.org/" SRC_URI="ftp://ftp.gnu.org/gnu/gzip/gzip-1.2.4a.tar.gz" CHECKSUM_MD5="39053e044b18ecd0627f80fbe7cfeaad" diff --git a/app-arch/gzip/gzip-1.3.12.recipe b/app-arch/gzip/gzip-1.3.12.recipe index e3fb7a487..d7823b858 100644 --- a/app-arch/gzip/gzip-1.3.12.recipe +++ b/app-arch/gzip/gzip-1.3.12.recipe @@ -1,4 +1,8 @@ -DESCRIPTION="GNU zip" +SUMMARY="GNU zip" +DESCRIPTION="gzip (GNU zip) is a compression utility designed to be a \ +replacement for compress. It provides better compression than compress \ +and although bzip2 produces smaller files is not as fast as bzip2 is." + HOMEPAGE="http://www.gzip.org/" SRC_URI="ftp://ftp.gnu.org/gnu/gzip/gzip-1.3.12.tar.gz" CHECKSUM_MD5="b5bac2d21840ae077e0217bc5e4845b1" diff --git a/app-arch/gzip/gzip-1.4.recipe b/app-arch/gzip/gzip-1.4.recipe index 0dbe2f094..72b06c5f5 100644 --- a/app-arch/gzip/gzip-1.4.recipe +++ b/app-arch/gzip/gzip-1.4.recipe @@ -1,4 +1,8 @@ -DESCRIPTION="GNU zip" +SUMMARY="GNU zip" +DESCRIPTION="gzip (GNU zip) is a compression utility designed to be a \ +replacement for compress. It provides better compression than compress \ +and although bzip2 produces smaller files is not as fast as bzip2 is." + HOMEPAGE="http://www.gzip.org/" SRC_URI="ftp://ftp.gnu.org/gnu/gzip/gzip-1.4.tar.gz" CHECKSUM_MD5="e381b8506210c794278f5527cba0e765" diff --git a/app-arch/unzip/unzip-6.0.recipe b/app-arch/unzip/unzip-6.0.recipe index 7fcd94f5d..011f50a25 100644 --- a/app-arch/unzip/unzip-6.0.recipe +++ b/app-arch/unzip/unzip-6.0.recipe @@ -1,7 +1,9 @@ -DESCRIPTION=" -unzip -" -HOMEPAGE="http://www.info-zip.org/UnZip.html" +SUMMARY="unzip" +DESCRIPTION="UnZip is an extraction utility for archives compressed in \ +.zip format (zipfiles). UnZip can list or extract files from an archive \ +or test its integrity." + +HOMEPAGE="http://www.info-zip.org/UnZip.html" SRC_URI="http://downloads.sourceforge.net/project/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz" REVISION="1" STATUS_HAIKU="broken" diff --git a/app-arch/zip/zip-3.0.recipe b/app-arch/zip/zip-3.0.recipe index 5b68a26d1..2a4e6c8e8 100644 --- a/app-arch/zip/zip-3.0.recipe +++ b/app-arch/zip/zip-3.0.recipe @@ -1,5 +1,9 @@ -DESCRIPTION="zip" -HOMEPAGE="http://www.info-zip.org/Zip.html" +SUMMARY="Zip" +DESCRIPTION="Zip is a compression and packaging utility with high \ +portability. It supports password-based encryption of files and filenames, \ +incremental backups and multi-part archives." + +HOMEPAGE="http://www.info-zip.org/Zip.html" SRC_URI="http://downloads.sourceforge.net/project/infozip/Zip%203.x%20%28latest%29/3.0/zip30.tar.gz" REVISION="1" STATUS_HAIKU="broken" diff --git a/app-arch/zoo/zoo-2.10.recipe b/app-arch/zoo/zoo-2.10.recipe index b6f401a28..071570906 100644 --- a/app-arch/zoo/zoo-2.10.recipe +++ b/app-arch/zoo/zoo-2.10.recipe @@ -1,5 +1,10 @@ -DESCRIPTION="Manipulate archives of files in compressed form" -HOMEPAGE="unknown" +SUMMARY="Zoo archive utility" +DESCRIPTION="Zoo is a compression utility. It uses LZW compression algorithm \ +which compresses files to 20-80% of their original size depending on the data type. \ +Zoo can store and selectively extract multiple generations of the same file.\ +This package exists for its historical value. If you are looking for a compression \ +tool for serious use, check tar and gzip." +HOMEPAGE="unknown" SRC_URI="ftp://ftp.kiarchive.ru/pub/unix/arcers/zoo-2.10pl1.tar.gz" CHECKSUM_MD5="70a0a785ecc8f7f747be1421e495d837" REVISION="1" diff --git a/app-crypt/gnupg/gnupg-1.4.10.recipe b/app-crypt/gnupg/gnupg-1.4.10.recipe index 04e8e6e99..5b436044a 100644 --- a/app-crypt/gnupg/gnupg-1.4.10.recipe +++ b/app-crypt/gnupg/gnupg-1.4.10.recipe @@ -1,5 +1,13 @@ -DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement." -HOMEPAGE="http://www.gnupg.org/" +SUMMARY="GnuPG is the GNU project's free implementation of the OpenPGP standard." +DESCRIPTION=" +GnuPG is the GNU project's complete and free implementation of the OpenPGP \ +standard as defined by RFC4880 . GnuPG allows to encrypt and sign your data \ +and communication, features a versatile key management system as well as \ +access modules for all kinds of public key directories. GnuPG, also known as \ +GPG, is a command line tool with features for easy integration with other \ +applications. +" +HOMEPAGE="http://www.gnupg.org/" SRC_URI="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.10.tar.bz2" CHECKSUM_MD5="dcf7ed712997888d616e029637bfc303" REVISION="1" diff --git a/app-crypt/gnupg/gnupg-1.4.11.recipe b/app-crypt/gnupg/gnupg-1.4.11.recipe index 6eb199520..7aa9d0378 100644 --- a/app-crypt/gnupg/gnupg-1.4.11.recipe +++ b/app-crypt/gnupg/gnupg-1.4.11.recipe @@ -1,4 +1,4 @@ -SUMMARY="GnuPG is the GNU project's free implementation of the OpenPGP standard." +SUMMARY="GnuPG is the GNU project's free implementation of the OpenPGP standard." DESCRIPTION=" GnuPG is the GNU project's complete and free implementation of the OpenPGP \ standard as defined by RFC4880 . GnuPG allows to encrypt and sign your data \ @@ -6,8 +6,8 @@ and communication, features a versatile key management system as well as \ access modules for all kinds of public key directories. GnuPG, also known as \ GPG, is a command line tool with features for easy integration with other \ applications. -" -HOMEPAGE="http://www.gnupg.org/" +" +HOMEPAGE="http://www.gnupg.org/" SRC_URI="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.11.tar.bz2" CHECKSUM_MD5="411744e1ef8ce90b87938c4203f001f1" REVISION="1" diff --git a/app-doc/doxygen/doxygen-1.7.4.recipe b/app-doc/doxygen/doxygen-1.7.4.recipe index d91ec987f..afd8e0200 100644 --- a/app-doc/doxygen/doxygen-1.7.4.recipe +++ b/app-doc/doxygen/doxygen-1.7.4.recipe @@ -1,7 +1,24 @@ +SUMMARY="Generate documentation from source code" DESCRIPTION=" -Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL \ -(Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D. -" +Doxygen is the de facto standard tool for generating documentation from \ +annotated C++ sources, but it also supports other popular programming \ +languages such as C, Objective-C, C#, PHP, Java, Python, IDL (Corba and \ +Microsoft flavors), Fortran, VHDL, Tcl, and to some extent D. +Doxygen can help you in three ways: +1. It can generate an on-line documentation browser (in HTML) and/or an \ +off-line reference manual (in $\mbox{\LaTeX}$) from a set of documented source \ +files. There is also support for generating output in RTF (MS-Word), \ +PostScript, hyperlinked PDF, compressed HTML, and Unix man pages. The \ +documentation is extracted directly from the sources, which makes it much \ +easier to keep the documentation consistent with the source code. +2. You can configure doxygen to extract the code structure from undocumented \ +source files. This is very useful to quickly find your way in large source \ +distributions. Doxygen can also visualize the relations between the various \ +elements by means of include dependency graphs, inheritance diagrams, and \ +collaboration diagrams, which are all generated automatically. +3. You can also use doxygen for creating normal documentation (as I did for \ +the doxygen user manual and web-site). +" HOMEPAGE="http://www.doxygen.org" SRC_URI="http://ftp.stack.nl/pub/users/dimitri/doxygen-1.7.4.src.tar.gz" CHECKSUM_MD5="ff908759ff7cd9464424b04ae6c68e48" diff --git a/app-editors/jed/jed-0.99_19.recipe b/app-editors/jed/jed-0.99_19.recipe index 27e503e7d..d4f588114 100644 --- a/app-editors/jed/jed-0.99_19.recipe +++ b/app-editors/jed/jed-0.99_19.recipe @@ -1,7 +1,10 @@ -DESCRIPTION=" -JED is a freely available text editor -" -HOMEPAGE="http://www.jedsoft.org/jed/" +SUMMARY="Editor for programmers" +DESCRIPTION="Jed is a small, fast and powerful text editor.\ +It is completely customizable with prepared emulation modes for Emacs, \ +CUA (similar to Openoffice), Borland-IDE, Brief, and EDT using the S-Lang \ +scripting language (with a syntax resembling C)." + +HOMEPAGE="http://www.jedsoft.org/jed/" SRC_URI="ftp://space.mit.edu/pub/davis/jed/v0.99/jed-0.99-19.tar.bz2" REVISION="1" STATUS_HAIKU="stable" @@ -16,7 +19,7 @@ BUILD() cd .. ./configure --prefix=`finddir B_COMMON_DIRECTORY` LIBS="-lnetwork" JED_ROOT=`finddir B_COMMON_LIB_DIRECTORY`/jed make clean - make + make } INSTALL() diff --git a/app-editors/joe/joe-3.8_hg.recipe b/app-editors/joe/joe-3.8_hg.recipe index 9aaa44fc4..953e1ef8a 100644 --- a/app-editors/joe/joe-3.8_hg.recipe +++ b/app-editors/joe/joe-3.8_hg.recipe @@ -1,8 +1,10 @@ -DESCRIPTION=" -JOE is a full featured terminal-based screen editor which is distributed under \ -the GNU General Public License (GPL). -" -HOMEPAGE="http://joe-editor.sourceforge.net/" +SUMMARY="Terminal-based text editor" +DESCRIPTION="Joe's Own Editor is a full-featured text editor with minimal requirements. \ +It is fully customizable (Emacs, pico or WordStar are preset). Is also has multiple \ +windows, hexadecimal edit mode for binary files or syntax highlighting for more than 40 languages. \ +It also supports mouse for both text and window manipulation." + +HOMEPAGE="http://joe-editor.sourceforge.net/" SRC_URI="hg+http://joe-editor.hg.sourceforge.net:8000/hgroot/joe-editor/joe-editor" REVISION="2" STATUS_HAIKU="stable" @@ -17,7 +19,6 @@ BUILD() --datadir=`finddir B_COMMON_DATA_DIRECTORY` \ --docdir=$COMMON_DOCS/doc/joe \ --mandir=$COMMON_DOCS/man - make } diff --git a/app-editors/nano/nano-2.2.6.recipe b/app-editors/nano/nano-2.2.6.recipe index a820e115c..f1bd09a2c 100644 --- a/app-editors/nano/nano-2.2.6.recipe +++ b/app-editors/nano/nano-2.2.6.recipe @@ -1,5 +1,8 @@ SUMMARY="GNU GPL'd Pico clone with more functionality" -DESCRIPTION="nano is a simple text editor for Unix-like computing systems or operating environments using a command line interface. It emulates the Pico text editor, part of the Pine email client, and also provides additional functionality. Features include: +DESCRIPTION="nano is a simple text editor for Unix-like computing systems \ +or operating environments using a command line interface. It emulates the \ +Pico text editor, part of the Pine email client, and also provides additional \ +functionality. Features include: - Customizable key bindings - \'soft\' line wrapping - Full undo/redo support diff --git a/app-editors/nano/nano-2.3.1.recipe b/app-editors/nano/nano-2.3.1.recipe index f44f95d4b..60301a12b 100644 --- a/app-editors/nano/nano-2.3.1.recipe +++ b/app-editors/nano/nano-2.3.1.recipe @@ -1,4 +1,15 @@ -DESCRIPTION="GNU GPL'd Pico clone with more functionality" +SUMMARY="GNU GPL'd Pico clone with more functionality" +DESCRIPTION="nano is a simple text editor for Unix-like computing systems \ +or operating environments using a command line interface. It emulates the \ +Pico text editor, part of the Pine email client, and also provides additional \ +functionality. Features include: +- Customizable key bindings +- \'soft\' line wrapping +- Full undo/redo support +- Pager support (reading from stdin) +- Warnings for un-writable files +- More syntax highlighting samples (Fortran, objC, OCaml, Makefiles)" + HOMEPAGE="http://www.nano-editor.org/" SRC_URI="http://ftpmirror.gnu.org/nano/nano-2.3.1.tar.gz" CHECKSUM_MD5="af09f8828744b0ea0808d6c19a2b4bfd" diff --git a/app-editors/ne/ne-2.1.recipe b/app-editors/ne/ne-2.1.recipe index 1c7dd6bbc..3def9d9ec 100644 --- a/app-editors/ne/ne-2.1.recipe +++ b/app-editors/ne/ne-2.1.recipe @@ -1,4 +1,9 @@ -DESCRIPTION="ne, the nice editor" +SUMMARY="ne, the nice editor" +DESCRIPTION="ne is one of the few text editors which are \ +both easy to use for beginners and powerful enough for powerusers. \ +It supports UTF-8 and multi-column characters as well as syntax highlighting. \ +Is also has fully configurable key bindings and supports macros." + HOMEPAGE="http://ne.dsi.unimi.it" SRC_URI="http://ne.dsi.unimi.it/ne-2.1.tar.gz" REVISION="1" diff --git a/app-editors/qemacs/qemacs-0.3.2dev_cvs.recipe b/app-editors/qemacs/qemacs-0.3.2dev_cvs.recipe index 1d224709c..816c1da2d 100644 --- a/app-editors/qemacs/qemacs-0.3.2dev_cvs.recipe +++ b/app-editors/qemacs/qemacs-0.3.2dev_cvs.recipe @@ -1,4 +1,17 @@ -DESCRIPTION="QEmacs (for Quick Emacs), a very small but powerful UNIX editor" +SUMMARY="QEmacs editor" +DESCRIPTION=" +QEmacs (for Quick Emacs), a very small but powerful UNIX editor. +It has features that even big editors lack : +- Full screen editor with an Emacs look and feel with all Emacs common features. +- Full UTF8 support. +- WYSIWYG HTML/XML/CSS2 mode graphical editing. +- WYSIWYG DocBook. +- C mode: coloring with immediate update. Emacs like auto-indent. +- Shell mode, Hexadecimal editing... + +The provided qemacs-pe2qe script converts your Pe color settings to the Qemacs \ +syntax. +" HOMEPAGE="http://bellard.org/qemacs/" SRC_URI="cvs://:pserver:anonymous@cvs.savannah.nongnu.org:/sources/qemacs/qemacs" #CHECKSUM_MD5="" diff --git a/app-editors/qemacs/qemacs-0.3.3.recipe b/app-editors/qemacs/qemacs-0.3.3.recipe index ac6a932f6..42ff96953 100644 --- a/app-editors/qemacs/qemacs-0.3.3.recipe +++ b/app-editors/qemacs/qemacs-0.3.3.recipe @@ -1,5 +1,17 @@ SUMMARY="QEmacs editor" -DESCRIPTION="QEmacs (for Quick Emacs), a very small but powerful UNIX editor" +DESCRIPTION=" +QEmacs (for Quick Emacs), a very small but powerful UNIX editor. +It has features that even big editors lack : +- Full screen editor with an Emacs look and feel with all Emacs common features. +- Full UTF8 support. +- WYSIWYG HTML/XML/CSS2 mode graphical editing. +- WYSIWYG DocBook. +- C mode: coloring with immediate update. Emacs like auto-indent. +- Shell mode, Hexadecimal editing... + +The provided qemacs-pe2qe script converts your Pe color settings to the Qemacs \ +syntax. +" HOMEPAGE="http://bellard.org/qemacs/" SRC_URI="http://bellard.org/qemacs/qemacs-0.3.3.tar.gz" CHECKSUM_MD5="42fe8cc431bb9cbbeb898a2c18335990" diff --git a/app-editors/se/se-3.0.recipe b/app-editors/se/se-3.0.recipe index 397b8aefe..848108204 100644 --- a/app-editors/se/se-3.0.recipe +++ b/app-editors/se/se-3.0.recipe @@ -1,4 +1,8 @@ -DESCRIPTION="Screen oriented version of ed" +SUMMARY="Screen oriented version of ed" +DESCRIPTION="se (Screen Editor) is a screen oriented version of the classic \ +UNIX text editor ed. It’s similar to vi as both are modal editors with curses \ +interfaces. However, it differs from vi in that it has the same command syntax as ed." + HOMEPAGE="http://se-editor.org/" SRC_URI="http://se-editor.org/dist/se-3.0.tar.gz" CHECKSUM_MD5="b080a5377b95d989e14ad01b0d25e33a" diff --git a/app-i18n/anthy/anthy-9100.recipe b/app-i18n/anthy/anthy-9100.recipe index 8d3365daa..5fb303b39 100644 --- a/app-i18n/anthy/anthy-9100.recipe +++ b/app-i18n/anthy/anthy-9100.recipe @@ -1,5 +1,10 @@ -DESCRIPTION="Anthy -- free and secure Japanese input system" -HOMEPAGE="http://anthy.sourceforge.jp/" +SUMMARY="Japanese input system" +DESCRIPTION="Anthy is a Japanese input method working on X11 and Emacs. \ +It converts hiragana text to mixed kana and kanji. It is implemented as \ +a library and stores private information securely in ~/.anthy/. Thus, \ +Anthy is simple and secure (information is protected from spoofing and snooping)." + +HOMEPAGE="http://anthy.sourceforge.jp/" SRC_URI="http://sourceforge.jp/frs/redir.php?m=keihanna&f=%2Fanthy%2F37536%2Fanthy-9100h.tar.gz" REVISION="1" STATUS_HAIKU="stable" diff --git a/app-misc/figlet/figlet-222.recipe b/app-misc/figlet/figlet-222.recipe index b889537e4..ce0476066 100644 --- a/app-misc/figlet/figlet-222.recipe +++ b/app-misc/figlet/figlet-222.recipe @@ -1,5 +1,9 @@ -DESCRIPTION="FIGlet is a program for making large letters out of ordinary text" -HOMEPAGE="http://www.figlet.org/" +SUMMARY="FIGlet ASCII art" +DESCRIPTION="FIGlet is a program for making large letter ASCII banners \ +out of ordinary text. It can generate characters in many different styles \ +and it can kern and 'smush' the letters these letters together in \ +various ways." +HOMEPAGE="http://www.figlet.org/" SRC_URI="ftp://ftp.figlet.org/pub/figlet/program/unix/figlet222.tar.gz" REVISION="1" STATUS_HAIKU="stable" diff --git a/app-shells/bash/bash-4.1.recipe b/app-shells/bash/bash-4.1.recipe index 9bd5889c1..cf5545b9f 100644 --- a/app-shells/bash/bash-4.1.recipe +++ b/app-shells/bash/bash-4.1.recipe @@ -1,5 +1,9 @@ -DESCRIPTION="The GNU Bourne Again Shell" -HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html" +SUMMARY="The GNU Bourne Again Shell" +DESCRIPTION="Bash is an sh-compatible command language interpreter that \ +executes commands read from the standard input or from a file. Bash also \ +incorporates useful features from the Korn and C shells (ksh and csh)." + +HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html" SRC_URI="ftp://ftp.gnu.org/gnu/bash/bash-4.1.tar.gz" CHECKSUM_MD5="9800d8724815fd84994d9be65ab5e7b8" REVISION="1" diff --git a/app-shells/zsh/zsh-5.0.0.recipe b/app-shells/zsh/zsh-5.0.0.recipe index 55e8661bd..aee26c8ea 100644 --- a/app-shells/zsh/zsh-5.0.0.recipe +++ b/app-shells/zsh/zsh-5.0.0.recipe @@ -1,5 +1,10 @@ -DESCRIPTION="Zsh is a shell designed for interactive use, although it is also a powerful scripting language." -HOMEPAGE="http://www.zsh.org" +SUMMARY="Zsh is a UNIX command interpreter (shell)" +DESCRIPTION=" +Zsh is a shell designed for interactive use, although it is also a powerful \ +scripting language. Many of the useful features of bash, ksh, and tcsh were \ +incorporated into zsh; many original features were added. +" +HOMEPAGE="http://www.zsh.org" SRC_URI="http://sourceforge.net/projects/zsh/files/zsh/5.0.0/zsh-5.0.0.tar.bz2/download" REVISION="1" CHECKSUM_MD5="e8484468925cec8d9a84b8b04797e764"