From c4c21653efbc72fa4dc6f6f0de2723b86299b676 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Tue, 4 Oct 2005 13:38:24 +0000 Subject: [PATCH] Auxiliary files --- AUTHORS | 3 +++ COPYING | 28 ++++++++++++++++++++ Makefile | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 0 README | 16 +++++++----- 5 files changed, 120 insertions(+), 6 deletions(-) create mode 100644 AUTHORS create mode 100644 COPYING create mode 100644 Makefile create mode 100644 NEWS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..f172918 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,3 @@ +Christoph de Mattia +Eric Knauel +Martin Gasbichler diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..1154e3f --- /dev/null +++ b/COPYING @@ -0,0 +1,28 @@ +Copyright (c) 2004 Christoph de Mattia +Copyright (c) 2004-2005 Eric Knauel +Copyright (c) 2004-2005 Martin Gasbichler + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. The name of the authors may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..86096f4 --- /dev/null +++ b/Makefile @@ -0,0 +1,79 @@ +scheme_DATA = \ + scheme/afs.scm \ + scheme/browse-directory-list.scm \ + scheme/cmdline.scm \ + scheme/comp-cmd.scm \ + scheme/complete-util.scm \ + scheme/complete.scm \ + scheme/completer.scm \ + scheme/config.scm \ + scheme/console.scm \ + scheme/debug-packages.scm \ + scheme/eval-environment.scm \ + scheme/eval.scm \ + scheme/focus.scm \ + scheme/fs-object.scm \ + scheme/handle-fatal-error.scm \ + scheme/history.scm \ + scheme/inspector.scm \ + scheme/job-viewer.scm \ + scheme/job.scm \ + scheme/layout.scm \ + scheme/modal-window.scm \ + scheme/network-viewer.scm \ + scheme/nuit-engine.scm \ + scheme/nuit-packages.scm \ + scheme/objects.scm \ + scheme/plugins.scm \ + scheme/process.scm \ + scheme/scheme-commands.scm \ + scheme/select-element.scm \ + scheme/select-line.scm \ + scheme/select-list.scm \ + scheme/std-command.scm \ + scheme/std-viewer.scm \ + scheme/termbuf.scm \ + scheme/tty-debug.scm \ + scheme/user-group-info.scm \ + scheme/utils.scm \ + scheme/win.scm \ + +install_DATA = \ + install.scm dump-image.scm + +doc_DATA = \ + doc/user.html + +DATA = $(scheme_DATA) $(install_DATA) +# $(doc_DATA) + +DIST_COMMON = README AUTHORS COPYING NEWS + +DISTFILES = $(DATA) $(DIST_COMMON) + +.PHONY = dist +distdir= /tmp +distname = commander-s-0.1 +distfile=$(distdir)/$(distname).tar.gz + +dist: + distname=$(distname) && \ + if [ -d $(distdir) ] && \ + [ -w $(distfile) -o -w $(distdir) ]; then \ + rm -f $$distname && \ + ln -s . $$distname && \ + files='' && \ + for i in $(DISTFILES); do \ + if [ "$$i" != "c/sysdep.h" ]; then \ + files="$$files $$distname/$$i"; \ + fi \ + done && \ + tar -cf - $$files | \ + gzip --best >$(distfile) && \ + rm $(distname); \ + else \ + echo "Can't write $(distfile)" >&2; \ + fi + +publish: dist + cp $(distfile) /afs/wsi/home/scsh/ftp/pub/scsh/packages/commander-s \ No newline at end of file diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..e69de29 diff --git a/README b/README index bbb80d8..b89c4d7 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ -Commander S 0.0 README -*- outline -*- +Commander S 1.0 README -*- outline -*- - Tuebingen, June 2005 + Tuebingen, October 2005 Commander S @@ -19,11 +19,15 @@ Commander S 0.0 README -*- outline -*- 0.6.6 source tree. (From ) - - Version 1.1.0 of install-lib, the scsh installation library - (From ) + - Version 1.2.0 of install-lib, the scsh installation library + (From ) - - Version 0.6 of Sunterlib, the Scheme Untergrund library - (From ) + - Version 1.0 of scsh-ncurses, the scsh bindings for ncurses + (From ) + + - Version 0.8 of Sunterlib, the Scheme Untergrund library (NOT + RELEASED YET) + (From ) * Installation