summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2021-08-26 18:00:58 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:51:45 +0700
commitb951e2fccd66f6c6b0770efed03f40e8750deda0 (patch)
treeb8e1dfc6825782347f088b413d57faeb62891fe8 /system
parent16a78801a2186e8d17f363340c4eb70e72bfeade (diff)
downloadslackbuilds-b951e2fccd66f6c6b0770efed03f40e8750deda0.tar.gz
slackbuilds-b951e2fccd66f6c6b0770efed03f40e8750deda0.tar.xz
system/ded: Reflow README, rm template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/ded/README10
-rw-r--r--system/ded/ded.SlackBuild3
-rw-r--r--system/ded/ded.info4
3 files changed, 7 insertions, 10 deletions
diff --git a/system/ded/README b/system/ded/README
index 928748cac9..fa5cc29882 100644
--- a/system/ded/README
+++ b/system/ded/README
@@ -4,9 +4,9 @@ ded (pronounced "dee-eee-dee") allows you to navigate through multiple
file lists or a directory tree, viewing or changing file attributes
rapidly. In addition to conventional file information, it operates on
the file's RCS or SCCS archives (or CVS or SVN, etc), making it useful
-for source-control as well as system administration. Curses-based,
-it runs on UNIX systems.
+for source-control as well as system administration. Curses-based, it
+runs on UNIX systems.
-For those unfamiliar with ded, it's vaguely similar to Midnight Commander,
-or dired mode in Emacs, but with vi-like key bindings. Press h while
-ded is running to see its help screen.
+For those unfamiliar with ded, it's vaguely similar to Midnight
+Commander, or dired mode in Emacs, but with vi-like key
+bindings. Press h while ded is running to see its help screen.
diff --git a/system/ded/ded.SlackBuild b/system/ded/ded.SlackBuild
index 203f284b59..d0c2524dbf 100644
--- a/system/ded/ded.SlackBuild
+++ b/system/ded/ded.SlackBuild
@@ -43,9 +43,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/system/ded/ded.info b/system/ded/ded.info
index 009d0a2485..48c8bf799f 100644
--- a/system/ded/ded.info
+++ b/system/ded/ded.info
@@ -1,8 +1,8 @@
PRGNAM="ded"
VERSION="20210110"
HOMEPAGE="http://invisible-island.net/ded/"
-DOWNLOAD="http://invisible-mirror.net/archives/ded/ded-20210110.tgz \
- http://invisible-mirror.net/archives/ded/td_lib-20210110.tgz"
+DOWNLOAD="https://invisible-mirror.net/archives/ded/ded-20210110.tgz \
+ https://invisible-mirror.net/archives/ded/td_lib-20210110.tgz"
MD5SUM="80a03899f46fe64179d824f65ed1491b \
71a71fb677e480e293dc7907df23b70b"
DOWNLOAD_x86_64=""