aboutsummaryrefslogtreecommitdiff
path: root/sysutils/worldtools
Commit message (Collapse)AuthorAgeFilesLines
* 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