| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
08 Nov 2011 05:15:49
4.0.3_13
|
cy  |
Allow $TERM to be longer than 20 bytes, allow for 63 bytes.
PR: 162339 |
03 May 2011 19:34:48
4.0.3_12
|
cy  |
Back out previous commit. It broke UTF8 functioning.
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> |
01 May 2011 04:28:36
4.0.3_11
|
cy  |
Add support for KOI8-U.
PR: ports/156031
Submitted by: Valentin Nechayev <netch@netch.kiev.ua> |
19 Mar 2011 12:38:54
4.0.3_10
|
miwi  |
- Get Rid MD5 support |
04 Jan 2011 03:28:30
4.0.3_10
|
cy  |
Add option to enable locking using user's password.
PR: 153548 |
18 Nov 2010 20:44:32
4.0.3_9
|
cy  |
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
4.0.3_8
|
cy  |
Apply a new improved utmp patch.
Submitted by: ed |
09 Feb 2010 07:05:43
4.0.3_7
|
cy  |
Screen failed to work properly under HEAD. This patch resolve the issue.
Submitted by: ed |
27 Jan 2010 06:39:00
4.0.3_6
|
cy  |
Make screen build on the latest HEAD (900008). |
21 Dec 2009 23:16:04
4.0.3_6
|
cy  |
Fix build under FreeBSD 9.0-CURRENT.
PR: 141743 |
12 Sep 2009 15:50:15
4.0.3_6
|
linimon  |
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
4.0.3_6
|
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 |
25 Jul 2008 04:53:02
4.0.3_5
|
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> |
10 Jun 2008 07:23:27
4.0.3_4
|
cy  |
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
4.0.3_4
|
cy  |
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
4.0.3_4
|
cy  |
Prefer openpty() over /dev/ptmx.
PR: 123591
Submitted by: Ed Schouten <ed@80386.nl> |
06 Jun 2008 14:03:26
4.0.3_3
|
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) |
06 May 2008 04:24:36
4.0.3_2
|
cy  |
Increase support for 512 ptys as per src/sys/kern/tty_pty.c r1.155. |
06 May 2008 04:22:17
4.0.3_2
|
cy  |
Increase support for 512 ptys as per src/sys/kern/tty_pty.c r1.155. |
29 Oct 2007 20:18:43
4.0.3_1
|
cy  |
Avoid make.conf namespace collisions.
Submitted by: Pietro Cerutti <gahr@gahr.ch> |
29 Oct 2007 18:02:50
4.0.3_1
|
cy  |
Alter the way we reference EXTRA_PATCHES to allow slave ports to add
additional patches.
Submitted by: rafan |
26 Oct 2007 16:17:48
4.0.3_1
|
cy  |
Remove redundant install of man page. |
25 Oct 2007 18:01:51
4.0.3_1
|
cy  |
Fix (enable) installation of man pages and info documents.
PR: 117488 |
11 Oct 2007 16:58:37
4.0.3
|
cy  |
Implement options.
PR: 115888
Submitted by: original patch by Edwin Groothuis <edwin@mavetju.org> |
23 Sep 2007 11:33:12
4.0.3
|
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 |
23 Sep 2007 11:32:37
4.0.3
|
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 |
27 Dec 2006 16:51:21
4.0.3
|
cy  |
Add my people.freebsd.org distfiles directory as a distribution site. |
27 Dec 2006 16:39:13
4.0.3
|
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. |
26 Oct 2006 04:27:46
4.0.3
|
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) |
05 Aug 2006 16:40:17
4.0.2_4  |
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) |
30 May 2006 11:55:35
4.0.2_4  |
cy  |
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
4.0.2_3  |
kan  |
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
4.0.2_3  |
edwin  |
SHA256ify
Approved by: krion@ |
05 Nov 2005 17:51:28
4.0.2_3  |
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 |