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