changeset: 154:66ecd3e2e755
tag: tip
user: Anselm R Garbe <garbeam_AT_gmail.com>
date: Mon Aug 03 10:29:06 2009 +0100
files: tools.suckless.org/9base.md www.suckless.org/index.md
description:
9base release
diff -r b67e2283300c -r 66ecd3e2e755 tools.suckless.org/9base.md
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools.suckless.org/9base.md Mon Aug 03 10:29:06 2009 +0100
_AT_@ -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 -r b67e2283300c -r 66ecd3e2e755 www.suckless.org/index.md
--- a/www.suckless.org/index.md Sun Jul 26 14:44:15 2009 -0400
+++ b/www.suckless.org/index.md Mon Aug 03 10:29:06 2009 +0100
_AT_@ -2,6 +2,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
----------
Received on Mon Aug 03 2009 - 11:29:16 CEST