summaryrefslogtreecommitdiff
path: root/misc/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Utilize CONFLICTSKirill Ponomarev2004-01-121-2/+4
| | | | | | | | PR: 61247 Submitted by: Ports Fury Notes: svn path=/head/; revision=97997
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* upgrade to 1.2Ying-Chieh Liao2002-03-184-30/+30
| | | | | | | | PR: 36025 Submitted by: Ports Fury Notes: svn path=/head/; revision=56282
* 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> Notes: svn path=/head/; revision=46593
* 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. Notes: svn path=/head/; revision=40178
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27512
* Respect CCKris Kennaway2000-01-211-3/+13
| | | | Notes: svn path=/head/; revision=24868
* Update to version 1.1.Steve Price1999-11-264-87/+69
| | | | | | | | PR: 14921 Submitted by: Dominic Mitchell <dom@palmerharvey.co.uk> Notes: svn path=/head/; revision=23355
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* 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 Notes: svn path=/head/; revision=19803
* to use MASTER_SITE_COMP_SOURCESSeiichirou Hiraoka1999-01-211-2/+3
| | | | Notes: svn path=/head/; revision=16223
* Satoshi must have experienced a temporary outage.Bill Fenner1998-11-081-3/+1
| | | | Notes: svn path=/head/; revision=14409
* ftp.uu.net is not responding.Satoshi Asami1998-11-071-1/+3
| | | | Notes: svn path=/head/; revision=14379
* Grab the compress'd version of the distfile.Steve Price1998-11-022-4/+5
| | | | | | | | PR: 8451 Submitted by: Stephen J. Roznowski <sjr@home.net> Notes: svn path=/head/; revision=14292
* 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> Notes: svn path=/head/; revision=13260
* Remove miscellaneous manpages.Tim Vanderhoek1998-08-181-1/+0
| | | | Notes: svn path=/head/; revision=12623
* Portlint.Satoshi Asami1997-11-251-5/+5
| | | | Notes: svn path=/head/; revision=8808
* 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> Notes: svn path=/head/; revision=8781