From owner-cvs-all@FreeBSD.ORG Tue Apr 3 12:03:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2CD1616A403; Tue, 3 Apr 2007 12:03:26 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1E63713C45B; Tue, 3 Apr 2007 12:03:26 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l33C3PNw072942; Tue, 3 Apr 2007 12:03:26 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l33C3P6L072941; Tue, 3 Apr 2007 12:03:25 GMT (envelope-from sat) Message-Id: <200704031203.l33C3P6L072941@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 3 Apr 2007 12:03:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/ts Makefile distinfo pkg-descr ports/sysutils/ts/files patch-execute.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2007 12:03:26 -0000 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 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)