1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/screen/screen.desc
3 [COPY] Copyright (C) 2004 - 2022 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] Screen manager with VT100/ANSI terminal emulation
15 [T] Screen is a full-screen window manager that multiplexes a physical terminal
16 [T] between several processes (typically interactive shells). Each virtual
17 [T] terminal provides the functions of a DEC VT100 terminal and, in addition,
18 [T] several control functions from the ANSI X3.64 (ISO 6429) and ISO 2022
19 [T] standards (e.g. insert/delete line and support for multiple character sets).
20 [T] There is a scrollback history buffer for each virtual terminal and a
21 [T] copy-and-paste mechanism that allows moving text regions between windows.
23 [U] http://www.gnu.org/software/screen/
26 [A] Juergen Weigert <jnweiger@immd4.informatik.uni-erlangen.de>
27 [A] Michael Schroeder <mlschroe@immd4.informatik.uni-erlangen.de>
28 [M] Rene Rebe <rene@t2-project.org>
36 [P] X -----5---9 180.000
38 # This is a unnice workaround. The screen configure script should be
39 # improved to check for check for shadow and pam later - and also
40 # recognize the need of pam_misc ... - But I'm out of time ...
41 [O] pkginstalled pam && var_append CC_WRAPPER_APPEND " " "-lpam -lpam_misc"
42 [O] var_append confopt ' ' '--with-sys-screenrc=/etc/screenrc'
43 [O] hook_add postmake 5 "cp -v $confdir/screenrc $root/etc/"
45 [D] a7f78e0513bed06e42608ea68f2e273614401e2adfb3685d48b03912 screen-4.8.0.tar.gz http://ftp.gnu.org/gnu/screen/