From 3015ced41ff2b43be16359723453c6e769fbffec Mon Sep 17 00:00:00 2001 From: noryb009 Date: Thu, 2 Jan 2014 16:40:56 -0500 Subject: [PATCH] Rewrap app-admin DESCRIPTIONs --- app-admin/keepassx/keepassx-2.0a5.recipe | 28 +++++++++------------ app-admin/pwgen/pwgen-2.06.recipe | 31 +++++++++++------------- 2 files changed, 26 insertions(+), 33 deletions(-) diff --git a/app-admin/keepassx/keepassx-2.0a5.recipe b/app-admin/keepassx/keepassx-2.0a5.recipe index a8d9ddc3a..f033585f2 100644 --- a/app-admin/keepassx/keepassx-2.0a5.recipe +++ b/app-admin/keepassx/keepassx-2.0a5.recipe @@ -1,21 +1,17 @@ SUMMARY="Qt password manager" DESCRIPTION=" -KeePassX is an application for people with extremly high demands on -secure personal data management. It has a light interface, is cross -platform and published under the terms of the GNU General Public -License. - -KeePassX saves many different information e.g. user names, passwords, -urls, attachments and comments in one single database. For a better -management user-defined titles and icons can be specified for each -single entry. Furthermore the entries are sorted in groups, which are -customizable as well. The integrated search function allows to search -in a single group or the complete database. - -KeePassX offers a little utility for secure password generation. The -password generator is very customizable, fast and easy to use. -Especially someone who generates passwords frequently will appreciate -this feature. +KeePassX is an application for people with extremly high demands on secure \ +personal data management. It has a light interface, is cross platform and \ +published under the terms of the GNU General Public License. +KeePassX saves many different information e.g. user names, passwords, urls, \ +attachments and comments in one single database. For a better management \ +user-defined titles and icons can be specified for each single entry. \ +Furthermore the entries are sorted in groups, which are customizable as well. \ +The integrated search function allows to search in a single group or the \ +complete database. +KeePassX offers a little utility for secure password generation. The password \ +generator is very customizable, fast and easy to use. Especially someone who \ +generates passwords frequently will appreciate this feature. " HOMEPAGE="http://www.keepassx.org/" SRC_URI="git+https://github.com/keepassx/keepassx.git#2.0-alpha5" diff --git a/app-admin/pwgen/pwgen-2.06.recipe b/app-admin/pwgen/pwgen-2.06.recipe index 9eb2f0e34..0867248af 100644 --- a/app-admin/pwgen/pwgen-2.06.recipe +++ b/app-admin/pwgen/pwgen-2.06.recipe @@ -1,22 +1,19 @@ SUMMARY="pwgen - password generator" DESCRIPTION=" -The pwgen program generates passwords which are designed to be easily -memorized by humans, while being as secure as possible. Human- -memorable passwords are never going to be as secure as completely -completely random passwords. In particular, passwords generated by -pwgen without the -s option should not be used in places where the -password could be attacked via an off-line brute-force attack. On -the other hand, completely randomly generated passwords have a -tendency to be written down, and are subject to being compromised in -that fashion. - -The pwgen program is designed to be used both interactively, and in -shell scripts. Hence, its default behavior differs depending on -whether the standard output is a tty device or a pipe to another -program. Used interactively, pwgen will display a screenful of -passwords, allowing the user to pick a single password, and then -quickly erase the screen. This prevents someone from being able to -'shoulder surf' the user's chosen password. +The pwgen program generates passwords which are designed to be easily \ +memorized by humans, while being as secure as possible. Human- memorable \ +passwords are never going to be as secure as completely completely random \ +passwords. In particular, passwords generated by pwgen without the -s option \ +should not be used in places where the password could be attacked via an \ +off-line brute-force attack. On the other hand, completely randomly generated \ +passwords have a tendency to be written down, and are subject to being \ +compromised in that fashion. +The pwgen program is designed to be used both interactively, and in shell \ +scripts. Hence, its default behavior differs depending on whether the standard \ +output is a tty device or a pipe to another program. Used interactively, pwgen \ +will display a screenful of passwords, allowing the user to pick a single \ +password, and then quickly erase the screen. This prevents someone from being \ +able to 'shoulder surf' the user's chosen password. " HOMEPAGE="http://sourceforge.net/projects/pwgen" SRC_URI="http://sourceforge.net/projects/pwgen/files/pwgen/2.06/pwgen-2.06.tar.gz"