aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/screen
Commit message (Expand)AuthorAgeFilesLines
* Allow $TERM to be longer than 20 bytes, allow for 63 bytes.cy2011-11-083-3/+23
* Back out previous commit. It broke UTF8 functioning.cy2011-05-047-76/+1
* Add support for KOI8-U.cy2011-05-017-1/+76
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* Add option to enable locking using user's password.cy2011-01-042-1/+25
* Bjorn Zeeb discovered that screen(1) was mangling ut_host by performingcy2010-11-192-3/+70
* Apply a new improved utmp patch.cy2010-07-222-35/+6
* Screen failed to work properly under HEAD. This patch resolve the issue.cy2010-02-097-79/+58
* Make screen build on the latest HEAD (900008).cy2010-01-276-22/+123
* Fix build under FreeBSD 9.0-CURRENT.cy2009-12-221-4/+27
* Remove the NO_PACKAGE. Recent testing suggests the problem may havelinimon2009-09-121-2/+0
* Set termios' VERASE to DEL, for vte's autodetect feature.cy2009-02-242-1/+24
* Implement a new knob WITH_SHOWENC to show the encoding of every windowcy2008-07-252-2/+39
* Add optional patch to include hostname in screen's "locked" message.cy2008-06-101-0/+21
* Add optional patch to include hostname in screen's "locked" message.cy2008-06-101-1/+6
* Prefer openpty() over /dev/ptmx.cy2008-06-101-1/+2
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* Increase support for 512 ptys as per src/sys/kern/tty_pty.c r1.155.cy2008-05-062-2/+2
* Avoid make.conf namespace collisions.cy2007-10-302-12/+10
* Alter the way we reference EXTRA_PATCHES to allow slave ports to addcy2007-10-301-1/+1
* Remove redundant install of man page.cy2007-10-271-3/+0
* Fix (enable) installation of man pages and info documents.cy2007-10-261-4/+8
* Implement options.cy2007-10-121-7/+13
* sysutils/screen: install error if world compiled with NO_INFOedwin2007-09-231-0/+11
* sysutils/screen: install error if world compiled with NO_INFOedwin2007-09-233-0/+65
* Add my people.freebsd.org distfiles directory as a distribution site.cy2006-12-281-0/+1
* Primary FTP site is down and GNU sites do not have a copy of thecy2006-12-281-0/+1
* Update 4.0.2 --> 4.0.3 to fix two security bugs in the utf8 combiningcy2006-10-262-5/+4
* A new option is added, called "cjkwidth [on|off]". When itrafan2006-08-062-0/+232
* Fix configure step so that it doesn't dump core on FreeBSD/amd64 due to acy2006-05-302-5/+6
* Add a trivial patch to fix screen compiles on post-pmtx FreeBSD 7-currentkan2006-02-101-0/+15
* SHA256ifyedwin2006-01-241-0/+1
* Move misc/screen to sysutils category after repocopy, since it'skrion2005-11-061-1/+1
* Fix handling of utmp entries on sparc64.philip2005-10-212-1/+18
* Add support for 256 colour Xterm.cy2005-09-171-1/+9
* Add support for NONETHACK compile time option.cy2005-09-171-0/+4
* Fix deinstallation.vs2004-08-301-2/+2
* [PATCH] misc/screen: Utilize EXAMPLESDIRedwin2004-07-192-4/+7
* Set NO_PACKAGE; screen tends to go into a loop using all available CPUkris2004-06-211-0/+2
* Add SIZE.cy2004-03-181-0/+1
* Update to latest release 4.0.2.osa2004-01-265-64/+39
* Fix buffer overflow that allows privilege escalation for local users.cy2003-12-033-1/+32
* As a followup of ports/57028, remove more "'"s from the keybindings.edwin2003-10-131-5/+14
* Added patch to remove warning during startup.edwin2003-10-133-3/+16
* Udate 4.0.0 --> 4.0.1, 4.0.0 distfile is missing causing bento buildscy2003-09-192-2/+2
* Fix segfault on Alpha platform.cy2003-09-141-1/+7
* Fix: multiuser screen fails with "attach attempt with bad pid"cy2003-09-101-0/+11
* Update 3.9.15 --> 4.0.0cy2003-09-102-3/+2
* Fix ncurses core dump.cy2003-05-052-0/+19
* Update 3.9.13 -> 3.9.15cy2003-03-293-2/+3
* Clear moonlight beckons.ade2003-03-072-1/+1
* Added WWW site.edwin2002-12-271-0/+2
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT.cy2002-11-072-1/+2
* Use single info-file instead of multiple files.cy2002-10-292-5/+3
* Add missing info fileskris2002-10-281-0/+5
* Cleaner uninstall process, remove screenrc if it has not been alteredcy2002-10-221-1/+3
* Fix hardcoded cp command.cy2002-10-221-1/+1
* Update 3.9.12 --> 3.9.13cy2002-09-062-2/+2
* 1. Update 3.9.11 --> 3.9.12.cy2002-09-026-83/+34
* As I've assigned the three screen PR's in GNATS to myself, it appears thatcy2002-07-071-1/+1
* add @dirrm share/screen to pkg-plist.nork2002-04-281-0/+1
* Unbreak after r1.11 of src/sys/sys/ioccom.h.kuriyama2002-04-091-0/+11
* Remove myself from MAINTAINERache2002-04-091-1/+1
* Fixes a bug regarding the `(def)encoding' directive that NUL characters are allache2002-03-142-0/+50
* Upgrade to 3.9.11ache2002-02-246-44/+75
* Update to screen 3.9.10 with vendor fix for the alleged security hole.kris2001-09-053-16/+2
* Patch against a bug which is a local root vulnerability on other platforms,kris2001-09-052-0/+14
* Upgrade to 3.9.9ache2001-06-257-93/+61
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-4/+4
* Critical bugfix; don't segfault at the drop of a hat.kris2000-12-252-1/+12
* Use building configuration independent pty rangeache2000-12-112-3/+12
* Bump PORTREVISIONache2000-10-111-1/+1
* Use more terminfo-compatible fixache2000-10-111-8/+12
* Don't install a screen -> screen.x.y.z symlink, this will leave behindkris2000-09-213-4/+20
* Add PORTREVISIONache2000-09-161-0/+1
* Workaround buggy ncurses tgoto emulation which affects pseudographicsache2000-09-161-0/+11
* Upgrade to 3.9.8ache2000-09-065-24/+62
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
* Use a long for the load average and include netinet/in.h beforesteve2000-01-012-0/+21
* Reduce fuzz and offsets in patches.fenner1999-09-092-4/+4
* Update to screen 3.9.5fenner1999-09-094-40/+4
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
* Change Id->FreeBSD.obrien1999-08-251-1/+1
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-062-5/+1
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-271-1/+2
* upgrade to 3.7.6ache1998-12-303-5/+5
* Remove miscellaneous manpages.hoek1998-08-191-1/+0
* also check /usr/lib/aout for -currentadam1998-07-241-0/+19
* Upgrade to 3.7.4ache1997-09-164-8/+8
* Properly edit ${PREFIX}/info/dir.max1997-06-162-5/+10
* Patch up screen.texinfo and added @direntry.max1997-06-161-0/+12
* Remove install-info related commands from doc/Makefile.in.max1997-06-161-13/+26
* Fix install-info keywordache1997-06-111-0/+19
* Added ${MASTER_SITE_GNU} to MASTER_SITESmax1996-12-261-2/+3
* Upgrade to 3.7.2ache1996-12-093-5/+5
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-3/+3
* CATEGORIES+= --> CATEGORIES=obrien1996-11-111-2/+2
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
* Upgrade to 3.7.1ache1995-12-184-24/+5
* Change "utilities" category to "misc" in preparation for move to misc.asami1995-11-261-2/+2
* Remove NCFTPFLAGS, ncftp defaults changedache1995-04-161-2/+1
* Upgradeache1995-04-164-6/+6
* Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean upasami1995-04-121-4/+7
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
* Another patch for the "new" make :-). screen/doc/Makefile has some spacesats1995-02-111-0/+19
* Upgradeache1995-01-184-45/+24
* Upgradeache1994-12-222-5/+4
* Upgrade.ache1994-12-172-5/+5
* Upgrade...ache1994-12-122-5/+5
* Upgrade to version 3.5.16betaache1994-12-023-34/+59
* add the missing packing listtorstenb1994-11-211-0/+5
* screen 3.5.2torstenb1994-11-214-0/+53