commit bf8e9acea03db766e97b0ce1a2c402cd23004ff4
parent d3495a0c9239a158d0566caf8883817a6c02a988
Author: Anselm R Garbe <garbeam@gmail.com>
Date: Mon, 3 Aug 2009 10:29:06 +0100
9base release
Diffstat:
2 files changed, 44 insertions(+), 0 deletions(-)
diff --git a/tools.suckless.org/9base.md b/tools.suckless.org/9base.md
@@ -0,0 +1,40 @@
+9base
+=====
+`9base` is a port of various original Plan 9 tools for Unix, based on
+plan9port[1].
+
+It currently contains the following original (no source changes) shell commands from Plan 9 for Unix:
+
+* awk
+* basename
+* bc
+* cat
+* cleanname
+* date
+* dc
+* echo
+* grep
+* ls
+* rc
+* read
+* sed
+* seq
+* sleep
+* sort
+* tee
+* test
+* touch
+* tr
+* uniq
+* yacc
+
+It also contains the Plan 9 libc, libbio, libregexp, libfmt and libutf.
+The overall SLOC is about 36kSLOC, so this userland + all libs is much smaller as for example bash (duh!).
+
+
+Download
+--------
+* [9base-3](http://code.suckless.org/dl/tools/9base-3.tar.gz) (20090803)
+* <code>hg clone [http://code.suckless.org/hg/9base](http://code.suckless.org/hg/9base)</code>
+
+[1] http://swtch.com/plan9port/
diff --git a/www.suckless.org/index.md b/www.suckless.org/index.md
@@ -3,6 +3,10 @@ software with a focus on simplicity, clarity, and frugality.
Read more about our [philosophy](/common/) and join us on the [mailing list](common/community).
+2009/08/03
+----------
+New [9base](http://tools.suckless.orgu/9base) release: [9base-3](http://code.suckless.org/dl/tools/9base-3.tar.gz)
+
2009/07/26
----------
New [dwm](http://dwm.suckless.org) release: [dwm-5.6.1](http://code.suckless.org/dl/dwm/dwm-5.6.1.tar.gz)