aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ts
Commit message (Collapse)AuthorAgeFilesLines
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+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
* Update to 0.6.4.Dmitry Sivachenko2009-03-252-13/+14
| | | | | | | Take maintainership. Notes: svn path=/head/; revision=230942
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - Update to 0.5.4Andrew Pantyukhin2008-05-032-6/+7
| | | | Notes: svn path=/head/; revision=212552
* - Update to 0.5.2Andrew Pantyukhin2008-02-102-4/+4
| | | | Notes: svn path=/head/; revision=206985
* - Update to 0.4.2Andrew Pantyukhin2007-12-252-4/+4
| | | | Notes: svn path=/head/; revision=204492
* - Update to 0.4.1Andrew Pantyukhin2007-12-142-4/+4
| | | | Notes: svn path=/head/; revision=203651
* - Update to 0.4Andrew Pantyukhin2007-04-132-5/+5
| | | | Notes: svn path=/head/; revision=189928
* - Update to 0.3.2Andrew Pantyukhin2007-04-062-6/+4
| | | | Notes: svn path=/head/; revision=189332
* - Update to 0.3.1Andrew Pantyukhin2007-04-043-32/+8
| | | | | | | - Fix plist Notes: svn path=/head/; revision=189147
* Add port sysutils/ts:Andrew Pantyukhin2007-04-034-0/+70
task spooler is a Unix batch system where the tasks spooled run one after the other. Each user in each system has his own job queue. The tasks are run in the correct context (that of enqueue) from any shell/process, and its output/results can be easily watched. It is very useful when you know that your commands depend on a lot of RAM, a lot of disk use, give a lot of output, or for whatever reason it's better not to run them at the same time. WWW: http://vicerveza.homeunix.net/~viric/soft/ts/ Author: Lluis Batlle i Rossell <viric_at_vicerveza_dot_homeunix_dot_net> Notes: svn path=/head/; revision=189081