d699 FreshPorts -- sysutils/screen
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
screen 4.0.3_14 sysutils on this many watch lists=191 search for ports that depend on this port An older version of this port was marked as vulnerable.
A multi-screen window manager
Maintained by: cy@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Nov 2005 17:52:19
License: not specified in port


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.

WWW: http://www.gnu.org/software/screen/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

This port is required by:

for Run

To install the port: cd /usr/ports/sysutils/screen/ && make install clean
To add the package: pkg_add -r screen


Configuration Options
===> The following configuration options are available for screen-4.0.3_14:
     CJK=off: Treat CJK ambiguous characters as full width
     INFO=on: Build and install info documentation
     MAN=on: Build and install man pages
     NETHACK=on: Enable nethack-style messages
     XTERM_256=on: Enable support for 256 colour xterm
     HOSTINLOCKED=off: Print user@host in locked message
     SHOWENC=off: Show encoding on the status line
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.dti.ad.jp/pub/GNU/screen/
  3. ftp://ftp.gnu.org/gnu/screen/
  4. ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/screen/
  5. ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/screen/
  6. ftp://ftp.kddlabs.co.jp/GNU/screen/
  7. ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/screen/
  8. ftp://ftp.uni-erlangen.de/pub/utilities/screen/
  9. http://ftp.funet.fi/pub/gnu/prep/screen/
  10. http://ftp.gnu.org/gnu/screen/
  11. http://komquats.com/distfiles/
  12. http://mirrors.kernel.org/gnu/screen/
  13. http://people.freebsd.org/~cy/distfiles/
  14. http://ring.nict.go.jp/archives/GNU/screen/
  15. http://www.gtlib.gatech.edu/pub/gnu/gnu/screen/

Number of commits found: 36

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
28 Apr 2013 20:01:07
Refresh Original commit files touched by this commit
  Sanity Test Failure
bapt search for other commits by this committer
Convert left sysutils ports to new options framework
30 Sep 2012 13:48:54
Original commit files touched by this commit  4.0.3_14
cy search for other commits by this committer
Make 256 colour option default (similar to x11/xterm port).

Conform to new Makefile header standard.

Suggested by:	ehaupt (x11/xterm port maintainer)
08 Nov 2011 05:15:49
Original commit files touched by this commit  4.0.3_13
cy search for other commits by this committer
Allow $TERM to be longer than 20 bytes, allow for 63 bytes.

PR:             162339
03 May 2011 19:34:48
Original commit files touched by this commit  4.0.3_12
cy search for other commits by this committer
Back out previous commit. It broke UTF8 functioning.

Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru>
01 May 2011 04:28:36
Original commit files touched by this commit  4.0.3_11
cy search for other commits by this committer
Add support for KOI8-U.

PR:             ports/156031
Submitted by:   Valentin Nechayev <netch@netch.kiev.ua>
19 Mar 2011 12:38:54
Original commit files touched by this commit  4.0.3_10
miwi search for other commits by this committer
- Get Rid MD5 support
04 Jan 2011 03:28:30
Original commit files touched by this commit  4.0.3_10
cy search for other commits by this committer
Add option to enable locking using user's password.

PR:             153548
18 Nov 2010 20:44:32
Original commit files touched by this commit  4.0.3_9
cy search for other commits by this committer
Bjorn Zeeb discovered that screen(1) was mangling ut_host by performing
strange translations. For example, foo.bar.com gets translated to foo:S.0.
Unfortunately, this means that it also truncates IPv6 addresses,
e.g. 2001:7b8:310::1 -> 2001:S.0. Wouldn't it be better to just use the
hostname unmodified? ut_host is supposed to contain a hostname, not some
arbitrary string.

Submitted by:   ed (Ed Schouten)
Discovered by:  Bjorn Zeeb
22 Jul 2010 03:22:48
Original commit files touched by this commit  4.0.3_8
cy search for other commits by this committer
Apply a new improved utmp patch.

Submitted by:   ed
09 Feb 2010 07:05:43
Original commit files touched by this commit  4.0.3_7
cy search for other commits by this committer
Screen failed to work properly under HEAD. This patch resolve the issue.

Submitted by:   ed
27 Jan 2010 06:39:00
Original commit files touched by this commit  4.0.3_6
cy search for other commits by this committer
Make screen build on the latest HEAD (900008).
21 Dec 2009 23:16:04
Original commit files touched by this commit  4.0.3_6
cy search for other commits by this committer
Fix build under FreeBSD 9.0-CURRENT.

PR:             141743
12 Sep 2009 15:50:15
Original commit files touched by this commit  4.0.3_6
linimon search for other commits by this committer
Remove the NO_PACKAGE.  Recent testing suggests the problem may have
been fixed in the 5.x timeframe.

Tested by:      trasz
Hat:            portmgr
23 Feb 2009 21:48:35
Original commit files touched by this commit  4.0.3_6
cy search for other commits by this committer
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
25 Jul 2008 04:53:02
Original commit files touched by this commit  4.0.3_5
cy search for other commits by this committer
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>
10 Jun 2008 07:23:27
Original commit files touched by this commit  4.0.3_4
cy search for other commits by this committer
Add optional patch to include hostname in screen's "locked" message.

PR:             122718
Submitted by:   Valentin Nechayev <netch@netch.kiev.ua>
10 Jun 2008 05:53:18
Original commit files touched by this commit  4.0.3_4
cy search for other commits by this committer
Add optional patch to include hostname in screen's "locked" message.

PR:             122718
Submitted by:   Valentin Nechayev <netch@netch.kiev.ua>
10 Jun 2008 05:20:09
Original commit files touched by this commit  4.0.3_4
cy search for other commits by this committer
Prefer openpty() over /dev/ptmx.

PR:             123591
Submitted by:   Ed Schouten <ed@80386.nl>
06 Jun 2008 14:03:26
Original commit files touched by this commit  4.0.3_3
edwin search for other commits by this committer
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)
06 May 2008 04:24:36
Original commit files touched by this commit  4.0.3_2
cy search for other commits by this committer
Increase support for 512 ptys as per src/sys/kern/tty_pty.c r1.155.
06 May 2008 04:22:17
Original commit files touched by this commit  4.0.3_2
cy search for other commits by this committer
Increase support for 512 ptys as per src/sys/kern/tty_pty.c r1.155.
29 Oct 2007 20:18:43
Original commit files touched by this commit  4.0.3_1
cy search for other commits by this committer
Avoid make.conf namespace collisions.

Submitted by:   Pietro Cerutti <gahr@gahr.ch>
29 Oct 2007 18:02:50
Original commit files touched by this commit  4.0.3_1
cy search for other commits by this committer
Alter the way we reference EXTRA_PATCHES to allow slave ports to add
additional patches.

Submitted by:   rafan
26 Oct 2007 16:17:48
Original commit files touched by this commit  4.0.3_1
cy search for other commits by this committer
Remove redundant install of man page.
25 Oct 2007 18:01:51
Original commit files touched by this commit  4.0.3_1
cy search for other commits by this committer
Fix (enable) installation of man pages and info documents.

PR:             117488
11 Oct 2007 16:58:37
Original commit files touched by this commit  4.0.3
cy search for other commits by this committer
Implement options.

PR:             115888
Submitted by:   original patch by Edwin Groothuis <edwin@mavetju.org>
23 Sep 2007 11:33:12
Original commit files touched by this commit  4.0.3
edwin search for other commits by this committer
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
23 Sep 2007 11:32:37
Original commit files touched by this commit  4.0.3
edwin search for other commits by this committer
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
27 Dec 2006 16:51:21
Original commit files touched by this commit  4.0.3
cy search for other commits by this committer
Add my people.freebsd.org distfiles directory as a distribution site.
27 Dec 2006 16:39:13
Original commit files touched by this commit  4.0.3
cy search for other commits by this committer
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.
26 Oct 2006 04:27:46
Original commit files touched by this commit  4.0.3
cy search for other commits by this committer
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)
05 Aug 2006 16:40:17
Original commit files touched by this commit  4.0.2_4
 This port version is marked as vulnerable.
rafan search for other commits by this committer
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)
30 May 2006 11:55:35
Original commit files touched by this commit  4.0.2_4
 This port version is marked as vulnerable.
cy search for other commits by this committer
Fix configure step so that it doesn't dump core on FreeBSD/amd64 due to a
missing prototype.

Submitted by:   ru
10 Feb 2006 02:25:56
Original commit files touched by this commit  4.0.2_3
 This port version is marked as vulnerable.
kan search for other commits by this committer
Add a trivial patch to fix screen compiles on post-pmtx FreeBSD 7-current
systems.

Approved by: maintainer timeout
24 Jan 2006 01:06:45
Original commit files touched by this commit  4.0.2_3
 This port version is marked as vulnerable.
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
05 Nov 2005 17:51:28
Original commit files touched by this commit  4.0.2_3
 This port version is marked as vulnerable.
krion search for other commits by this committer
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

Number of commits found: 36

284f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
couchdbMay 26
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21

9 vulnerabilities affecting 25 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24543
Broken 216
Deprecated 487
Ignore 633
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 123
Set to expire 525
Interactive 33
new 24 hours 12
new 48 hours15
new 7 days38
new fortnight62
new month226

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0