aboutsummaryrefslogtreecommitdiff
path: root/sysutils/wtail
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/wtail: document ncurses requirement (USES+=ncurses)John Marino2016-02-042-0/+12
| | | | | | | | | Also link with libncurses rather than libcurses. approved by: infrastructure blanket Notes: svn path=/head/; revision=408061
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-3/+2
| | | | Notes: svn path=/head/; revision=380311
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373038
* Add DOCS option where PORTDOCS is in plist.Adam Weinberger2014-07-161-0/+2
| | | | Notes: svn path=/head/; revision=362024
* Support stageBaptiste Daroussin2013-12-271-6/+3
| | | | Notes: svn path=/head/; revision=337785
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-4/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* - SIZEify.Michael Landin2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104421
* Change maintainer email to my @FreeBSD.org addressMichael Landin2003-05-072-2/+2
| | | | | | | Approved by: roberto(mentor) Notes: svn path=/head/; revision=80360
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Update to version 0.2.2.Jimmy Olgeni2003-01-142-2/+2
| | | | | | | | PR: 47040 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org> Notes: svn path=/head/; revision=73124
* update to 0.2.1.Pete Fritchman2003-01-133-12/+2
| | | | | | | | PR: 47000 (wow!) Submitted by: maintainer Notes: svn path=/head/; revision=72987
* wtail does the equivalent of tail -f on several files at once.Edwin Groothuis2003-01-126-0/+46
The screen is split into as many parts as there are files to watch. Compiles on both -STABLE and -CURRENT. PR: ports/46958 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org> Notes: svn path=/head/; revision=72930