[Lunar-commits] <moonbase> dash: added version 0.5.5.1 to moonbase

Duncan Gibson engelsman at lunar-linux.org
Sun Mar 29 18:37:37 CEST 2009


commit c1bbd7a1d071d666eebaeceb0626744dbc014525
Author: Christian Riggenbach <criggenbach at magahugu.net>
Date:   Sun Mar 29 18:37:37 2009 +0200

    dash: added version 0.5.5.1 to moonbase
    
    from http://gondor.apana.org.au/~herbert/dash/ :
    --
    DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small
    as possible. It does this without sacrificing speed where possible. In fact,
    it is significantly faster than bash (the GNU Bourne-Again SHell) for most tasks.
    --
    
    Note: downloads, compiles, installs OK,
          minimal testing only - engelsman
---
 zbeta/dash/BUILD   |    6 ++++++
 zbeta/dash/DETAILS |   20 ++++++++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/zbeta/dash/BUILD b/zbeta/dash/BUILD
new file mode 100644
index 0000000..538deee
--- /dev/null
+++ b/zbeta/dash/BUILD
@@ -0,0 +1,6 @@
+(
+  OPTS="--bindir=/bin"
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/dash/DETAILS b/zbeta/dash/DETAILS
new file mode 100644
index 0000000..e97847f
--- /dev/null
+++ b/zbeta/dash/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=dash
+         VERSION=0.5.5.1
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://gondor.apana.org.au/~herbert/dash/files/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:fd73f0a34477eaf8bacc36beee75d94551954a61
+        WEB_SITE="http://gondor.apana.org.au/~herbert/dash/files/"
+         ENTERED=20090329
+         UPDATED=20090114
+           SHORT="a lightweight POSIX-compliant shell derived from ash"
+cat <<EOF
+The Debian Almquist Shell (dash) is a lightweight POSIX-compliant
+shell derived from ash.
+
+It can be usefully installed as /bin/sh (because it executes scripts
+faster than bash), or as the default shell for the superuser. It
+depends on fewer libraries than bash, and is therefore less likely
+to be affected by an upgrade problem or a disk failure. It is also
+useful for checking the POSIX compliance of scripts.
+EOF


More information about the Lunar-commits mailing list