From c947dd1767eb065e927c91f5fed10cbb77ba3736 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 17 Dec 2007 10:26:12 -0500 Subject: [PATCH] Added dtach (0.7) - Runs programs that know how to redraw themselves detached from a terminal --- base/dtach/dtach.cache | 24 ++++++++++++++++++++++++ base/dtach/dtach.conf | 21 +++++++++++++++++++++ base/dtach/dtach.desc | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 81 insertions(+) create mode 100644 base/dtach/dtach.cache create mode 100644 base/dtach/dtach.conf create mode 100644 base/dtach/dtach.desc diff --git a/base/dtach/dtach.cache b/base/dtach/dtach.cache new file mode 100644 index 000000000..b1c1dbca9 --- /dev/null +++ b/base/dtach/dtach.cache @@ -0,0 +1,24 @@ + +[TIMESTAMP] 1197905003 Mon Dec 17 10:23:23 2007 +[BUILDTIME] 100 (9) +[SIZE] 0.03 MB, 8 files + +[DEP] 00-dirtree +[DEP] bash +[DEP] binutils +[DEP] bzip2 +[DEP] coreutils +[DEP] diffutils +[DEP] findutils +[DEP] gawk +[DEP] gcc +[DEP] glibc +[DEP] grep +[DEP] linux-header +[DEP] make +[DEP] mktemp +[DEP] net-tools +[DEP] sed +[DEP] sysfiles +[DEP] tar +[DEP] util-linux diff --git a/base/dtach/dtach.conf b/base/dtach/dtach.conf new file mode 100644 index 000000000..7e57725ea --- /dev/null +++ b/base/dtach/dtach.conf @@ -0,0 +1,21 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../dtach/dtach.conf +# Copyright (C) 2007 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +makeinstopt= + +hook_add postmake 5 'dtach_install' +dtach_install() { + cp -vf dtach.1 $root$mandir/man1/ + cp -vf dtach $root$bindir/ + } diff --git a/base/dtach/dtach.desc b/base/dtach/dtach.desc new file mode 100644 index 000000000..bb90f93bf --- /dev/null +++ b/base/dtach/dtach.desc @@ -0,0 +1,36 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../dtach/dtach.desc +[COPY] Copyright (C) 2007 The OpenSDE Project +[COPY] +[COPY] More information can be found in the files COPYING and README. +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; version 2 of the License. A copy of the +[COPY] GNU General Public License can be found in the file COPYING. +[COPY] --- SDE-COPYRIGHT-NOTE-END --- + +[I] Runs programs that know how to redraw themselves detached from a terminal + +[T] dtach is a tiny program that emulates the detach feature of screen, +[T] allowing you to run a program in an environment that is protected from +[T] the controlling terminal and attach to it later. dtach does not keep +[T] track of the contents of the screen, and thus works best with programs +[T] that know how to redraw themselves. + +[U] http://dtach.sourceforge.net/ + +[A] Ned T. Crigler +[M] Alejandro Mery + +[C] extra/tool + +[L] GPL +[S] Stable +[V] 0.7 +[P] X -?---5---9 800.000 + +[D] 1686963883 dtach-0.7.tar.gz http://dl.sourceforge.net/sourceforge/dtach/ +