[Lunar-commits] <moonbase-other> sash: Returning this module to moonbase-other

Terry Chan tchan at lunar-linux.org
Thu Jul 19 15:59:37 CEST 2012


commit ed95d5246c5fe0e2ca4b1a3a5c2b97c7c9c55467
Author: Terry Chan <tchan at lunar-linux.org>
Date: Thu, 19 Jul 2012 06:59:37 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/ed95d5246c5fe0e2ca4b1a3a5c2b97c7c9c55467

sash: Returning this module to moonbase-other
---
  shells/sash/BUILD                                            +7/-0     
  shells/sash/DEPENDS                                          +3/-0     
  shells/sash/DETAILS                                          +27/-0    
  3 files changed, 37 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/shells/sash/BUILD
@@ -0,0 +1,7 @@
+(
+
+   patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+   make              &&
+   prepare_install   &&
+   make install
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/shells/sash/DEPENDS
@@ -0,0 +1,3 @@
+depends  readline
+depends  ncurses
+depends  zlib
--- /dev/null
+++ b/shells/sash/DETAILS
@@ -0,0 +1,27 @@
+          MODULE=sash
+         VERSION=3.7
+        #VERSION=3.6
+          SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-$VERSION-readline-plus-2.patch.bz2
+      SOURCE_URL=http://www.pcug.org.au/~dbell/programs/
+      SOURCE_VFY=sha1:3dd22cb5387966184dbd5404319a9cac1d39192e
+     SOURCE2_URL=$PATCH_URL
+     SOURCE2_VFY=sha1:296c74cbf65dabf5660f543b8bbf30e3c87a5027
+        WEB_SITE=http://www.pcug.org.au/~dbell
+         ENTERED=20020526
+         UPDATED=20110123
+      MAINTAINER=tchan at lunar-linux.org
+           SHORT="stand-alone shell with many built-in commands"
+           PSAFE=no
+cat << EOF
+sash - Stand Alone SHell
+The purpose of this program is to make system recovery possible in
+many cases where there are missing shared libraries or executables.
+It does this by firstly being linked statically, and secondly by
+including versions of many of the standard utilities within itself.
+Patched to include some GNU Readline features:
+1. The TAB key for command and filename completion.
+2. The keys Ctrl-N and Ctrl-P for a command history.
+Further patched to include the chroot, pivot_root, and losetup functions.
+Simple shell variable expansion support has also been added.
+EOF




More information about the Lunar-commits mailing list