./misc/screen, Multi-screen window manager

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2014Q4, Version: 4.2.1nb1, Package name: screen-4.2.1nb1, Maintainer: kim

Screen is a full-screen window manager that multiplexes a physical terminal
between several processes (typically interactive shells).
Each virtual terminal provides the functions of a DEC VT100 terminal and, in
addition, several control functions from the ANSI X3.64 (ISO 6429) and ISO
2022 standards (e.g. insert/delete line and support for multiple character
sets). There is a scrollback history buffer for each virtual terminal and a
copy-and-paste mechanism that allows moving text regions between windows.


Master sites: (Expand)

SHA1: 21eadf5f1d64120649f3390346253c6bc8a5103c
RMD160: 20ddf4a33f91e60a42a31f02aa2a30a9c5cba9b5
Filesize: 1037.583 KB

Version history: (Expand)


CVS history: (Expand)


   2015-01-14 09:37:34 by Matthias Scheler | Files touched by this commit (4)
Log message:
Pullup ticket #4589 - requested by he
misc/screen: portability patch

Revisions pulled up:
- misc/screen/Makefile                                          1.91-1.92
- misc/screen/distinfo                                          1.35-1.36
- misc/screen/patches/patch-as                                  deleted
- misc/screen/patches/patch-tty.sh                              1.1

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Mon Jan 12 14:24:40 UTC 2015

   Modified Files:
   	pkgsrc/misc/screen: Makefile distinfo
   Added Files:
   	pkgsrc/misc/screen/patches: patch-tty.c

   Log message:
   The NetBSD -5 branch's version of realpath() insists on a non-NULL
   second argument, so make the usage cater for that.
   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Tue Jan 13 08:27:28 UTC 2015

   Modified Files:
   	pkgsrc/misc/screen: Makefile distinfo
   Added Files:
   	pkgsrc/misc/screen/patches: patch-tty.sh
   Removed Files:
   	pkgsrc/misc/screen/patches: patch-as patch-tty.c

   Log message:
   Remove patch for a generated(!) file.  Remove the old-style-named patch
   which already tweaked the tty.sh file, name it according to the new rules.

   This is to actually get the netbsd-5 branch working with this, since
   realpath() insists on a non-NULL second argument.