The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD misc : display

Runs command repeatedly; shows output

 Display runs a specified command over and over, printing the output
through curses(3X). The command can be compound and the delay
between executions is settable on the command line.  The output
from the command had better fit on a single screen, of course.

This can conflict with the application of the same name from the
graphics/ImageMagick port/package.
 

http://www.ipsmart.com/src/



display history


v. 1.21
date: 2006/07/11 10:26:15;  author: garga;  state: Exp;  lines: +1 -1
- Pass maintainership of these ports to submitter
- Pet portlint

PR:		ports/98100
Submitted by:	Stephen J. Roznowski 

v. 1.20 date: 2005/12/15 12:54:24; author: roam; state: Exp; lines: +2 -2 Update to display-1.2a, which incorporates our 8-bit character patch and also unconditionally uses libncurses now. Honor ${STRIP}.
v. 1.19 date: 2005/10/20 13:10:28; author: roam; state: Exp; lines: +17 -6 Add the DISPLAY_PROGRAM_PREFIX knob to install display(1) under a different name, avoiding conflicts with ImageMagick and other ports. Bump PORTREVISION.
v. 1.18 date: 2004/08/27 12:45:45; author: roam; state: Exp; lines: +1 -0 Fix a long-standing problem with displaying characters with the 8th bit set: the return value of fgets() should NOT be kept in a signed char variable, since passing that to addch() would sign-extend it, setting a whole lot of attribute bits and resulting in a bold, blinking, alt-charset display of e.g. all Cyrillic characters. Instead, keep fgets()'s result in an int variable, as $DEITY (dmr? :) intended. Bump PORTREVISION for the functionality change.
v. 1.17 date: 2004/02/05 20:37:33; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES. Reviewed by: marcus
v. 1.16 date: 2004/01/12 13:58:26; author: krion; state: Exp; lines: +4 -2 - Utilize CONFLICTS PR: 61247 Submitted by: Ports Fury
v. 1.15 date: 2003/02/20 18:46:22; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.14 date: 2002/11/10 16:47:12; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.13 date: 2002/11/06 22:46:10; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.12 date: 2002/03/18 03:42:55; author: ijliao; state: Exp; lines: +10 -11 upgrade to 1.2 PR: 36025 Submitted by: Ports Fury
v. 1.11 date: 2001/08/21 14:53:00; author: roam; state: Exp; lines: +2 -1 Add back the clrtobot() call (or rather, do not remove it), so display(1) works correctly when a command produces less output than the previous one. PR: 28405 Submitted by: Stephen Montgomery-Smith
v. 1.10 date: 2000/04/14 08:45:36; author: asami; state: Exp; lines: +3 -3 Convert to PORTNAME/PORTVERSION.
v. 1.9 date: 1999/11/26 17:43:04; author: steve; state: Exp; lines: +5 -15 Update to version 1.1. PR: 14921 Submitted by: Dominic Mitchell
v. 1.8 date: 1999/08/31 06:48:16; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.7 date: 1999/08/25 07:21:32; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.6 date: 1999/01/21 03:55:19; author: flathill; state: Exp; lines: +3 -2 to use MASTER_SITE_COMP_SOURCES
v. 1.5 date: 1998/11/08 16:51:06; author: fenner; state: Exp; lines: +1 -3 Satoshi must have experienced a temporary outage.
v. 1.4 date: 1998/11/07 03:37:38; author: asami; state: Exp; lines: +3 -1 ftp.uu.net is not responding.
v. 1.3 date: 1998/11/02 03:59:44; author: steve; state: Exp; lines: +4 -3 Grab the compress'd version of the distfile. PR: 8451 Submitted by: Stephen J. Roznowski
v. 1.2 date: 1997/11/25 08:19:54; author: asami; state: Exp; lines: +5 -5 Portlint.
v. 1.1 date: 1997/11/24 00:26:01; author: fenner; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/11/24 00:26:01; author: fenner; state: Exp; lines: +0 -0 Display runs a specified command over and over, printing the output through curses(3X). The command can be compound and the delay between executions is settable on the command line. The output from the command had better fit on a single screen, of course. PR: ports/4384 Submitted by: Stephen J. Roznowski ============================================================================= v. 1.21 date: 2006/07/11 10:26:15; author: garga; state: Exp; lines: +1 -1 - Pass maintainership of these ports to submitter - Pet portlint PR: ports/98100 Submitted by: Stephen J. Roznowski
v. 1.20 date: 2005/12/15 12:54:24; author: roam; state: Exp; lines: +2 -2 Update to display-1.2a, which incorporates our 8-bit character patch and also unconditionally uses libncurses now. Honor ${STRIP}.
v. 1.19 date: 2005/10/20 13:10:28; author: roam; state: Exp; lines: +17 -6 Add the DISPLAY_PROGRAM_PREFIX knob to install display(1) under a different name, avoiding conflicts with ImageMagick and other ports. Bump PORTREVISION.
v. 1.18 date: 2004/08/27 12:45:45; author: roam; state: Exp; lines: +1 -0 Fix a long-standing problem with displaying characters with the 8th bit set: the return value of fgets() should NOT be kept in a signed char variable, since passing that to addch() would sign-extend it, setting a whole lot of attribute bits and resulting in a bold, blinking, alt-charset display of e.g. all Cyrillic characters. Instead, keep fgets()'s result in an int variable, as $DEITY (dmr? :) intended. Bump PORTREVISION for the functionality change.
v. 1.17 date: 2004/02/05 20:37:33; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES. Reviewed by: marcus
v. 1.16 date: 2004/01/12 13:58:26; author: krion; state: Exp; lines: +4 -2 - Utilize CONFLICTS PR: 61247 Submitted by: Ports Fury
v. 1.15 date: 2003/02/20 18:46:22; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.14 date: 2002/11/10 16:47:12; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.13 date: 2002/11/06 22:46:10; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.12 date: 2002/03/18 03:42:55; author: ijliao; state: Exp; lines: +10 -11 upgrade to 1.2 PR: 36025 Submitted by: Ports Fury
v. 1.11 date: 2001/08/21 14:53:00; author: roam; state: Exp; lines: +2 -1 Add back the clrtobot() call (or rather, do not remove it), so display(1) works correctly when a command produces less output than the previous one. PR: 28405 Submitted by: Stephen Montgomery-Smith
v. 1.10 date: 2000/04/14 08:45:36; author: asami; state: Exp; lines: +3 -3 Convert to PORTNAME/PORTVERSION.
v. 1.9 date: 1999/11/26 17:43:04; author: steve; state: Exp; lines: +5 -15 Update to version 1.1. PR: 14921 Submitted by: Dominic Mitchell
v. 1.8 date: 1999/08/31 06:48:16; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.7 date: 1999/08/25 07:21:32; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.6 date: 1999/01/21 03:55:19; author: flathill; state: Exp; lines: +3 -2 to use MASTER_SITE_COMP_SOURCES
v. 1.5 date: 1998/11/08 16:51:06; author: fenner; state: Exp; lines: +1 -3 Satoshi must have experienced a temporary outage.
v. 1.4 date: 1998/11/07 03:37:38; author: asami; state: Exp; lines: +3 -1 ftp.uu.net is not responding.
v. 1.3 date: 1998/11/02 03:59:44; author: steve; state: Exp; lines: +4 -3 Grab the compress'd version of the distfile. PR: 8451 Submitted by: Stephen J. Roznowski
v. 1.2 date: 1997/11/25 08:19:54; author: asami; state: Exp; lines: +5 -5 Portlint.
v. 1.1 date: 1997/11/24 00:26:01; author: fenner; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/11/24 00:26:01; author: fenner; state: Exp; lines: +0 -0 Display runs a specified command over and over, printing the output through curses(3X). The command can be compound and the delay between executions is settable on the command line. The output from the command had better fit on a single screen, of course. PR: ports/4384 Submitted by: Stephen J. Roznowski ============================================================================= v. 1.21 date: 2006/07/11 10:26:15; author: garga; state: Exp; lines: +1 -1 - Pass maintainership of these ports to submitter - Pet portlint PR: ports/98100 Submitted by: Stephen J. Roznowski
v. 1.20 date: 2005/12/15 12:54:24; author: roam; state: Exp; lines: +2 -2 Update to display-1.2a, which incorporates our 8-bit character patch and also unconditionally uses libncurses now. Honor ${STRIP}.
v. 1.19 date: 2005/10/20 13:10:28; author: roam; state: Exp; lines: +17 -6 Add the DISPLAY_PROGRAM_PREFIX knob to install display(1) under a different name, avoiding conflicts with ImageMagick and other ports. Bump PORTREVISION.
v. 1.18 date: 2004/08/27 12:45:45; author: roam; state: Exp; lines: +1 -0 Fix a long-standing problem with displaying characters with the 8th bit set: the return value of fgets() should NOT be kept in a signed char variable, since passing that to addch() would sign-extend it, setting a whole lot of attribute bits and resulting in a bold, blinking, alt-charset display of e.g. all Cyrillic characters. Instead, keep fgets()'s result in an int variable, as $DEITY (dmr? :) intended. Bump PORTREVISION for the functionality change.
v. 1.17 date: 2004/02/05 20:37:33; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES. Reviewed by: marcus
v. 1.16 date: 2004/01/12 13:58:26; author: krion; state: Exp; lines: +4 -2 - Utilize CONFLICTS PR: 61247 Submitted by: Ports Fury
v. 1.15 date: 2003/02/20 18:46:22; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.14 date: 2002/11/10 16:47:12; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.13 date: 2002/11/06 22:46:10; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.12 date: 2002/03/18 03:42:55; author: ijliao; state: Exp; lines: +10 -11 upgrade to 1.2 PR: 36025 Submitted by: Ports Fury
v. 1.11 date: 2001/08/21 14:53:00; author: roam; state: Exp; lines: +2 -1 Add back the clrtobot() call (or rather, do not remove it), so display(1) works correctly when a command produces less output than the previous one. PR: 28405 Submitted by: Stephen Montgomery-Smith
v. 1.10 date: 2000/04/14 08:45:36; author: asami; state: Exp; lines: +3 -3 Convert to PORTNAME/PORTVERSION.
v. 1.9 date: 1999/11/26 17:43:04; author: steve; state: Exp; lines: +5 -15 Update to version 1.1. PR: 14921 Submitted by: Dominic Mitchell
v. 1.8 date: 1999/08/31 06:48:16; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.7 date: 1999/08/25 07:21:32; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.6 date: 1999/01/21 03:55:19; author: flathill; state: Exp; lines: +3 -2 to use MASTER_SITE_COMP_SOURCES
v. 1.5 date: 1998/11/08 16:51:06; author: fenner; state: Exp; lines: +1 -3 Satoshi must have experienced a temporary outage.
v. 1.4 date: 1998/11/07 03:37:38; author: asami; state: Exp; lines: +3 -1 ftp.uu.net is not responding.
v. 1.3 date: 1998/11/02 03:59:44; author: steve; state: Exp; lines: +4 -3 Grab the compress'd version of the distfile. PR: 8451 Submitted by: Stephen J. Roznowski
v. 1.2 date: 1997/11/25 08:19:54; author: asami; state: Exp; lines: +5 -5 Portlint.
v. 1.1 date: 1997/11/24 00:26:01; author: fenner; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/11/24 00:26:01; author: fenner; state: Exp; lines: +0 -0 Display runs a specified command over and over, printing the output through curses(3X). The command can be compound and the delay between executions is settable on the command line. The output from the command had better fit on a single screen, of course. PR: ports/4384 Submitted by: Stephen J. Roznowski =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm