summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-09-26 19:35:01 +0200
committerBor Kraljič2011-09-26 19:35:01 +0200
commitbf37b79ae0e2ae819b6586c990be9a9d8fd07810 (patch)
tree31a996dd627c4b7a151c3c15bcacf64c789360e7
parentaf755769da8038345844af8345733616e93fd2e4 (diff)
pureadmin: fixed long description wrap
-rwxr-xr-xftp/pureadmin/DETAILS8
-rw-r--r--ftp/pureadmin/HISTORY3
2 files changed, 9 insertions, 2 deletions
diff --git a/ftp/pureadmin/DETAILS b/ftp/pureadmin/DETAILS
index aae13f2c72..b0d80008e1 100755
--- a/ftp/pureadmin/DETAILS
+++ b/ftp/pureadmin/DETAILS
@@ -10,6 +10,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="ftp"
SHORT="pureadmin is a GUI for pure-ftpd"
cat << EOF
-PureAdmin is a graphical tool used to make the management of PureFTPd a little easier.
-It uses the GTK+2.x widgets for its GUI and thus are not dependent on a specific desktop environment such as GNOME or KDE. It is, however, designed with the GNOME Human Interface Guidelines in mind so it should integrate nicely with at least GNOME.
+PureAdmin is a graphical tool used to make the management of PureFTPd a
+little easier.
+It uses the GTK+2.x widgets for its GUI and thus are not dependent on a
+specific desktop environment such as GNOME or KDE. It is, however, designed
+with the GNOME Human Interface Guidelines in mind so it should integrate
+nicely with at least GNOME.
EOF
diff --git a/ftp/pureadmin/HISTORY b/ftp/pureadmin/HISTORY
index 297bbbe9e6..f2f72c660b 100644
--- a/ftp/pureadmin/HISTORY
+++ b/ftp/pureadmin/HISTORY
@@ -1,3 +1,6 @@
+2011-09-26 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: fixed long description wrap
+
2006-10-20 Mathieu Lonjaret <lejatorn@sourcemage.org>
* DEPENDS: added libglade2 (bug #11647 fixed)