summaryrefslogtreecommitdiff
path: root/misc/screen/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2002-07-05Bump package revision after internal telnet support has been enabled astron1-1/+2
suggested by David Brownlee in private e-mail.
2002-07-04Enable builtin telnet support as suggested by Sergey Svishchev intron1-2/+3
PR pkg/17454.
2002-05-31Take account for a possible user configuration of ${PKG_SYSCONFDIR}.uebayasi1-1/+3
Submitted by Julio Merino <jmmv@hispabsd.org> in pkg/16957.
2002-05-21Use openpty(3) to allocate a new pty under NetBSD. This fixes PR pkg/16901tron1-2/+1
by Bernd Ernesti.
2002-02-18Introduce new framework for handling info files generation and installation.seb1-1/+3
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-16Update to 3.9.11:wiz1-2/+2
* windowlist, bound to ^A" * support for other encodings, e.g. big5, koi8r, cp1251 new commands 'encoding', 'defencoding' 'register', 'readreg', 'readbuf', 'writebuf' now understand an extra encoding parameter * support for double utf-8 characters * lots of new string escapes and extensions to existsing ones: %LD, %LM, %Lw, %W, %-w, %+w, %H, %f, %F, %l, %=, %<, %> * new commands: 'source', 'eval', 'deflog', 'ignorecase', 'setsid' * command key classes: 'bind', 'command' and 'help' understand a '-c <class>' parameter. See the man page for examples * new login state: always - don't remove slot even if screen gets detached * 256 color support (experimental) * configurable time format string (for ^At) * config option to use localized month/week names * new option '-h' for hardcopy: also dump the scrollback buffer XXX: SunOS PLIST untested.
2001-09-07upgrade to 3.9.10. security fix on -R command line option.itojun1-2/+2
2001-08-18Update to 3.9.9. Changes since 3.9.8:wiz1-6/+6
* new '-X' option to send commands to screen sessions. * added a possibility to change the attributes/color in caption or hardstatus strings: caption always "%3n %{r}%t%{-}%? @%u%?%? %{g}[%h]%{-}%?" * new 'dinfo' command to show what screen thinks about your terminal. * new 'attrcolor' command to map attributes to color codes: * support for UTF-8: new commands 'utf8', 'defutf8' to change the encoding of a window, plus a '-U' option to tell screen that your terminal sends/receives UTF-8 codes. * support for 16 colors.
2001-03-02Install "screen" terminfo files under SunOS so that you get the desiredtron1-1/+11
terminal type if you set "TERMINFO" to "${PREFIX}/share/lib/terminfo".
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-09-11upgrade to screen 3.9.8. it includes official security fix againstitojun1-3/+2
Msg() hole. ok'ed by packages@netbsd.org. --- ------------------------------ What's new in screen-3.9.8 ? ------------------------------ * new command 'resize' to resize regions (aka split windows), try: bind = resize = bind + resize +1 bind - resize -1 bind _ resize max * new argument for 'focus': up, down, top, bottom * X11 mouse tracking support * Support for the "new color model", aka "background color erase": the bce/defbce commands change the color model of the current window/new windows. * experimental rxvt OSC sequence support (used to set a background picture or to change the default colors), disabled by default.
2000-09-01Fix security problem reported by Jouko Pynnönen <jouko@solutions.fi>wiz1-2/+5
via Bill Sommerfeld. Step version to 3.9.5nb1. Minor pkgdelinting. Will delete binary packages shortly.
1999-09-03Update "screen" package to version 3.9.5.tron1-2/+2
1999-08-13Substitute for ${PKGNAME} when generating the PLIST files.agc1-4/+1
1999-08-13Use ${DISTNAME} rather than @DISTNAME@, to be consistent with theagc1-2/+2
other substitutions that are done in bsd.pkg.mk when constructing the PLIST file.
1999-08-13screen-3.9.3 doesn't exist on the master site. 3.9.4 is the latest version,agc1-2/+5
with an additional "tty mode fix" over 3.9.3. Whilst I'm here, make the PLIST handling a bit smarter, by using automatic ${DISTNAME} substitution. This means that the PLIST doesn't have to be updated every time there's a new screen version, just to pull in the new version number - it will be done automatically.
1999-08-10Update "screen" package to version 3.9.3. Changes since version 3.9.2:tron1-2/+2
- small utmp fix - BSD chflags fix
1999-08-10Upgrade to version 3.9.2 of screen, the multi-screen window manager.agc1-4/+4
Changes include: * real multiuser support * split screen support * hardstatus emulation support * configurable window seperator and hardstatus strings * permanent window seperator * many new escapes * logfile timestamps and flush timeout * configurable breaktype * other new commands: * optional builtin telnet. * remote detach and reattach change: * support for history compaction * optional Braille support.
1999-04-25The real MASTER_SITE can be distant or slow to most of the world; instead,tv1-3/+3
give preference to MASTER_SITE_GNU (which may be overridden by the user).
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-03-22Catch up with MASTER_SITE_GNU reorganization.bad1-2/+2
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1998-11-30Update to 3.7.6.tv1-2/+4
1998-06-21Automanpage handling.tv1-2/+1
1998-04-22Fix INFO_FILES definitions to match the commands in bsd.pkg.mkagc1-2/+2
1998-04-17Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.agc1-5/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-16install sample screenrc to ${PREFIX}/share/examples/screen. closes pr 4978.frueauf1-1/+3
1998-02-10minor typo in comments at top: this is screen 3.7.4, not 3.7.2.tv1-2/+2
1998-01-24portlint: seperate sectionshubertf1-1/+2
1997-11-05update to screen 3.7.4 (from 3.7.2)explorer1-2/+2
1997-10-11 - require gtexinfo for info-pages, thus don't try to create info/dirhubertf1-5/+5
- rm screen.old if presend (on pkg_delete)
1997-10-11Initial import of FreeBSD's screen port.hubertf1-0/+25