cvs commit: ports/sysutils Makefile ports/sysutils/ts Makefile distinfo pkg-descr ports/sysutils/ts/files patch-execute.c

Andrew Pantyukhin sat at FreeBSD.org
Tue Apr 3 12:03:26 UTC 2007


sat         2007-04-03 12:03:25 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/ts          Makefile distinfo pkg-descr 
    sysutils/ts/files    patch-execute.c 
  Log:
  Add port sysutils/ts:
  
  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>
  
  Revision  Changes    Path
  1.904     +1 -0      ports/sysutils/Makefile
  1.1       +31 -0     ports/sysutils/ts/Makefile (new)
  1.1       +3 -0      ports/sysutils/ts/distinfo (new)
  1.1       +26 -0     ports/sysutils/ts/files/patch-execute.c (new)
  1.1       +10 -0     ports/sysutils/ts/pkg-descr (new)


More information about the cvs-ports mailing list