FreshPorts -- The Place For Ports Thu, 4 Dec 2008 7:05 PM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

Port details
screen 4.0.3_5 sysutils on this many watch lists=165 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


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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon

To install the port: cd /usr/ports/sysutils/screen/ && make install clean

No package is available: Tends to loop using 100% CPU when used from package - perhaps it hard-codes information about the build host


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

Master Sites:
ftp://ftp.uni-erlangen.de/pub/utilities/screen/
http://komquats.com/distfiles/
http://people.freebsd.org/~cy/distfiles/
http://ftp.gnu.org/gnu/screen/
ftp://ftp.gnu.org/gnu/screen/
http://www.gtlib.cc.gatech.edu/pub/gnu/gnu/screen/
http://mirrors.usc.edu/pub/gnu/screen/
http://ftp.funet.fi/pub/gnu/prep/screen/
ftp://ftp.kddlabs.co.jp/GNU/screen/
ftp://ftp.dti.ad.jp/pub/GNU/screen/
http://ring.nict.go.jp/archives/GNU/screen/
http://ring.sakura.ad.jp/archives/GNU/screen/
http://ring.riken.jp/archives/GNU/screen/
ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/screen/
ftp://ftp.sunsite.org.uk/package/gnu/screen/
ftp://ftp.informatik.hu-berlin.de/pub/gnu/screen/
ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/screen/
ftp://ftp.rediris.es/sites/ftp.gnu.org/ftp/gnu/screen/
ftp://ftp.chg.ru/pub/gnu/screen/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Port Moves
  • port moved here from misc/screen on 2005-11-05
    REASON: new category

Number of commits found: 22

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
25 Jul 2008 05: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 08: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 06: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 06: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 15: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 05: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 05: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 17: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 19: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 17: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 12: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 12: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 05: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 17: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 12: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: 22

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
cups-baseNov 29
hplipNov 29
samba3Nov 29
samba3Nov 29
wordpressNov 29
wordpressNov 29
wordpressNov 29
wordpress-muNov 29
imlib2Nov 24
firefox*Nov 23
firefox-devel*Nov 23
firefox10*Nov 23
firefox15*Nov 23
firefox3*Nov 23
linux-firefox*Nov 23

14 vulnerabilities affecting 30 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 19494
Broken 163
Deprecated 87
Ignore 462
Forbidden 8
Restricted 262
No CDROM 132
Vulnerable 56
Expired 57
Set to expire 71
Interactive 78
new 24 hours 2
new 48 hours2
new 7 days26
new fortnight93
new month165

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

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.184 seconds.