Port details |
- screen Multi-screen window manager
- 4.9.1_5 sysutils =202 4.9.1_5Version of this port present on the latest quarterly branch.
- Maintainer: cy@FreeBSD.org
- Port Added: 2005-11-05 17:52:19
- Last Update: 2024-08-29 03:35:49
- Commit Hash: 43808d1
- People watching this port, also watch:: libiconv, gmake, expat, pcre, libxml2
- License: GPLv3
- WWW:
- https://www.gnu.org/software/screen/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/sysutils/screen/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/screen
- pkg install screen
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: screen
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1692454303
SHA256 (screen-4.9.1.tar.gz) = 26cef3e3c42571c0d484ad6faf110c5c15091fbf872b06fa7aa4766c7405ac69
SIZE (screen-4.9.1.tar.gz) = 1040785
Packages (timestamps in pop-ups are UTC):
- Master port: sysutils/screen49
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- makeinfo : print/texinfo
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- This port is required by:
- for Run
-
- sysutils/screenie
Configuration Options:
- ===> The following configuration options are available for screen-4.9.1_5:
INFO=on: Build and/or install GNU info pages
MULTIUSER=on: Install setuid-root screen to support multiuser
NETHACK=on: Enable nethack-style messages
NOSOCKETDIR=off: Use ~/.screen instead of socketdir
SYSTEM_SCREENRC=on: Install system screenrc with helpful status line
XTERM_256=on: Enable support for 256 colour xterm
====> Options available for the single IPC: you have to select exactly one of them
SOCKETS=on: Use new (4.2.1+) sockets for IPC (default)
NAMED_PIPES=off: Use legacy (4.0.3) named pipes for IPC (override)
====> Console (text) interface support: you have to select exactly one of them
NCURSES_DEFAULT=on: Depend on ncurses (ports if installed, otherwise base)
NCURSES_BASE=off: Depend on ncurses in base
NCURSES_PORT=off: Depend on devel/ncurses in ports
===> Use 'make config' to modify these settings
- Options name:
- sysutils_screen
- USES:
- autoreconf:build gmake cpe ncurses makeinfo
- pkg-message:
- For install:
- As of GNU Screen 4.4.0:
Note that there was fix to screen message structure field
responsible for $TERM handling, making it impossible
to attach to older versions.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: sysutils/screen49 |
Commit | Credits | Log message |
4.0.3_6 27 Jan 2010 06:39:00 |
cy |
Make screen build on the latest HEAD (900008). |
4.0.3_6 21 Dec 2009 23:16:04 |
cy |
Fix build under FreeBSD 9.0-CURRENT.
PR: 141743 |
4.0.3_6 12 Sep 2009 15:50:15 |
linimon |
Remove the NO_PACKAGE. Recent testing suggests the problem may have
been fixed in the 5.x timeframe.
Tested by: trasz
Hat: portmgr |
4.0.3_6 23 Feb 2009 21:48:35 |
cy |
Set termios' VERASE to DEL, for vte's autodetect feature.
PR: 131858
Submitted by: Szalai Andras <szalai.bandi@gmail.com>
Obtained from: screen.git commit 01fbf99748f536519605087d5937761790fc6ded
by Micah Cowan <micah@cowan.name>
see:
http://git.savannah.gnu.org/cgit/screen.git/commit/?id=01fbf99748f536519605087d5937761790fc6ded |
4.0.3_5 25 Jul 2008 04:53:02 |
cy |
Implement a new knob WITH_SHOWENC to show the encoding of every window
on status line.
PR: 124492
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> |
4.0.3_4 10 Jun 2008 07:23:27 |
cy |
Add optional patch to include hostname in screen's "locked" message.
PR: 122718
Submitted by: Valentin Nechayev <netch@netch.kiev.ua> |
4.0.3_4 10 Jun 2008 05:53:18 |
cy |
Add optional patch to include hostname in screen's "locked" message.
PR: 122718
Submitted by: Valentin Nechayev <netch@netch.kiev.ua> |
4.0.3_4 10 Jun 2008 05:20:09 |
cy |
Prefer openpty() over /dev/ptmx.
PR: 123591
Submitted by: Ed Schouten <ed@80386.nl> |
4.0.3_3 06 Jun 2008 14:03:26 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
4.0.3_2 06 May 2008 04:24:36 |
cy |
Increase support for 512 ptys as per src/sys/kern/tty_pty.c r1.155. |
4.0.3_2 06 May 2008 04:22:17 |
cy |
Increase support for 512 ptys as per src/sys/kern/tty_pty.c r1.155. |
4.0.3_1 29 Oct 2007 20:18:43 |
cy |
Avoid make.conf namespace collisions.
Submitted by: Pietro Cerutti <gahr@gahr.ch> |
4.0.3_1 29 Oct 2007 18:02:50 |
cy |
Alter the way we reference EXTRA_PATCHES to allow slave ports to add
additional patches.
Submitted by: rafan |
4.0.3_1 26 Oct 2007 16:17:48 |
cy |
Remove redundant install of man page. |
4.0.3_1 25 Oct 2007 18:01:51 |
cy |
Fix (enable) installation of man pages and info documents.
PR: 117488 |
4.0.3 11 Oct 2007 16:58:37 |
cy |
Implement options.
PR: 115888
Submitted by: original patch by Edwin Groothuis <edwin@mavetju.org> |
4.0.3 23 Sep 2007 11:33:12 |
edwin |
sysutils/screen: install error if world compiled with NO_INFO
The program /usr/bin/install-info doesn't exist in case
the base system has been compiled with NO_INFO. This causes
an error during installation of sysutils/screen because one
of screen's make files rely on this program.
I added handling of NO_INFO (and NO_MAN by the way). I suggest
to let screen depend on print/texinfo if the user doesn't define
NO_INFO and /usr/bin/install-info doesn't exist.
PR: ports/115048
Submitted by: Bj\xf6rn K\xf6nig <bkoenig@cs.tu-berlin.de>
Approved by: maintainer timeout |
4.0.3 23 Sep 2007 11:32:37 |
edwin |
sysutils/screen: install error if world compiled with NO_INFO
The program /usr/bin/install-info doesn't exist in case
the base system has been compiled with NO_INFO. This causes
an error during installation of sysutils/screen because one
of screen's make files rely on this program.
I added handling of NO_INFO (and NO_MAN by the way). I suggest
to let screen depend on print/texinfo if the user doesn't define
NO_INFO and /usr/bin/install-info doesn't exist.
PR: ports/115048
Submitted by: Björn König <bkoenig@cs.tu-berlin.de>
Approved by: maintainer timeout |
4.0.3 27 Dec 2006 16:51:21 |
cy |
Add my people.freebsd.org distfiles directory as a distribution site. |
4.0.3 27 Dec 2006 16:39:13 |
cy |
Primary FTP site is down and GNU sites do not have a copy of the
distfile. Add my website as another source for the distfile. |
4.0.3 26 Oct 2006 04:27:46 |
cy |
Update 4.0.2 --> 4.0.3 to fix two security bugs in the utf8 combining
characters handling.
http://lists.gnu.org/archive/html/screen-users/2006-10/msg00028.html
documents this bugfix.
Approved by: portmgr (marcus) |
4.0.2_4 05 Aug 2006 16:40:17 |
rafan |
A new option is added, called "cjkwidth [on|off]". When it
is enabled, it treats CJK ambiguous characters as full width.
This feature is very helpful for reading legacy CJK applications'
output which assume all CJK characters are full width.
This option is default off.
The patch is obtained from
http://www.mhsin.org/~mhsin/patches/screen/patch-cjkwidth
The credit belongs to Michael Hsin <mhsin _at mhsin.org>.
It also has been submitted to upstream:
http://savannah.gnu.org/bugs/?func=detailitem&item_id=16666
PR: ports/96167
Submitted by: rafan
Approved by: maintainer timeout (3 months and 2 weeks) |
4.0.2_4 30 May 2006 11:55:35 |
cy |
Fix configure step so that it doesn't dump core on FreeBSD/amd64 due to a
missing prototype.
Submitted by: ru |
4.0.2_3 10 Feb 2006 02:25:56 |
kan |
Add a trivial patch to fix screen compiles on post-pmtx FreeBSD 7-current
systems.
Approved by: maintainer timeout |
4.0.2_3 24 Jan 2006 01:06:45 |
edwin |
SHA256ify
Approved by: krion@ |
4.0.2_3 05 Nov 2005 17:51:28 |
krion |
Move misc/screen to sysutils category after repocopy, since it's
more appropriate place for such kind of software.
PR: ports/88497
Submitted by: krion |