summaryrefslogtreecommitdiff
path: root/misc/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
* upgrade to 1.2Ying-Chieh Liao2002-03-184-30/+30
| | | | | PR: 36025 Submitted by: Ports Fury
* Add back the clrtobot() call (or rather, do not remove it),Peter Pentchev2001-08-212-8/+1
| | | | | | | | so display(1) works correctly when a command produces less output than the previous one. PR: 28405 Submitted by: Stephen Montgomery-Smith <stephen@cauchy.math.missouri.edu>
* When compiled with X, ImageMagick conflicts with display. WarnTrevor Johnson2001-03-212-1/+4
| | | | | users about the conflict. Squeeze the pkg-comment files so they are less than 71 characters.
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
|
* Respect CCKris Kennaway2000-01-211-3/+13
|
* Update to version 1.1.Steve Price1999-11-264-87/+69
| | | | | PR: 14921 Submitted by: Dominic Mitchell <dom@palmerharvey.co.uk>
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* to use MASTER_SITE_COMP_SOURCESSeiichirou Hiraoka1999-01-211-2/+3
|
* Satoshi must have experienced a temporary outage.Bill Fenner1998-11-081-3/+1
|
* ftp.uu.net is not responding.Satoshi Asami1998-11-071-1/+3
|
* Grab the compress'd version of the distfile.Steve Price1998-11-022-4/+5
| | | | | PR: 8451 Submitted by: Stephen J. Roznowski <sjr@home.net>
* Cleanup extra characters that are sometimes left behind when theSteve Price1998-09-191-0/+12
| | | | | | | output shortens. PR: 7900 Submitted by: Stephen J. Roznowski <sjr@home.net>
* Remove miscellaneous manpages.Tim Vanderhoek1998-08-181-1/+0
|
* Portlint.Satoshi Asami1997-11-251-5/+5
|
* Display runs a specified command over and over, printing the outputBill Fenner1997-11-246-0/+100
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 <sjr@home.net>