aboutsummaryrefslogtreecommitdiff
path: root/sysutils/worldtools
Commit message (Collapse)AuthorAgeFilesLines
* Add a patch to avoid cluttered screen on >= 6.x.Stefan Walter2006-07-302-0/+13
| | | | | | | | | | PR: 99910 Submitted by: Matthias Andree <matthias.andree@gmx.de> Approved by: maintainer timeout (3 weeks) arved (mentor) Notes: svn path=/head/; revision=169121
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - Update to 1.3.1Pav Lucistnik2003-12-113-3/+4
| | | | | | | | PR: ports/60096 Submitted by: The Anarcat <anarcat@anarcat.ath.cx> (maintainer/author) Notes: svn path=/head/; revision=95578
* - Bug fixesKirill Ponomarev2003-08-273-13/+5
| | | | | | | | | | - New man pages PR: 56051 Submitted by: The Anarcat <anarcat@anarcat.ath.cx> (maintainer) Notes: svn path=/head/; revision=87815
* New port: worldtoolsMichael Landin2003-08-274-0/+48
worldtools consists of 3 simple scripts: - whereintheworld displays the great lines behind the build logs of a buildworld. It shows at which step the build is at, and which module is currently being built. - buildit runs a command, time(1)s it, logs the output and optionally sends a notification to the user by email when finished. - upgrade is a wrapper for buildit, whereintheworld, cvsup and make buildworld. PR: 55995 Submitted by: The Anarcat <anarcat@anarcat.ath.cx> Approved by: roberto (mentor) Notes: svn path=/head/; revision=87771