From owner-cvs-ports@FreeBSD.ORG Fri Oct 6 02:32:36 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D5F316A412; Fri, 6 Oct 2006 02:32:36 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAC2F43D64; Fri, 6 Oct 2006 02:32:32 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k962WWYj013528; Fri, 6 Oct 2006 02:32:32 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k962WWed013527; Fri, 6 Oct 2006 02:32:32 GMT (envelope-from alepulver) Message-Id: <200610060232.k962WWed013527@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 6 Oct 2006 02:32:32 +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/torque Makefile distinfo pkg-descr pkg-plist ports/sysutils/torque/files patch-fifo-Makefile.in patch-mom_mach.c patch-pbs_mkdirs.in pbs_mom.sh.in pbs_sched.sh.in pbs_server.sh.in pkg-message.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2006 02:32:36 -0000 alepulver 2006-10-06 02:32:32 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/torque Makefile distinfo pkg-descr pkg-plist sysutils/torque/files patch-fifo-Makefile.in patch-mom_mach.c patch-pbs_mkdirs.in pbs_mom.sh.in pbs_sched.sh.in pbs_server.sh.in pkg-message.in Log: TORQUE is an open source resource manager providing control over batch jobs and distributed compute nodes. It is a community effort based on the original *PBS project and, with more than 1,200 patches, has incorporated significant advances in the areas of scalability, fault tolerance, and feature extensions contributed by NCSA, OSC, USC , the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid, and many other leading edge HPC organizations. WWW: http://www.clusterresources.com/pages/products/torque-resource-manager.php PR: ports/103296 Submitted by: trasz Revision Changes Path 1.840 +1 -0 ports/sysutils/Makefile 1.1 +66 -0 ports/sysutils/torque/Makefile (new) 1.1 +3 -0 ports/sysutils/torque/distinfo (new) 1.1 +11 -0 ports/sysutils/torque/files/patch-fifo-Makefile.in (new) 1.1 +361 -0 ports/sysutils/torque/files/patch-mom_mach.c (new) 1.1 +19 -0 ports/sysutils/torque/files/patch-pbs_mkdirs.in (new) 1.1 +27 -0 ports/sysutils/torque/files/pbs_mom.sh.in (new) 1.1 +27 -0 ports/sysutils/torque/files/pbs_sched.sh.in (new) 1.1 +27 -0 ports/sysutils/torque/files/pbs_server.sh.in (new) 1.1 +40 -0 ports/sysutils/torque/files/pkg-message.in (new) 1.1 +9 -0 ports/sysutils/torque/pkg-descr (new) 1.1 +73 -0 ports/sysutils/torque/pkg-plist (new)