From owner-svn-ports-head@FreeBSD.ORG Sat Mar 15 15:37:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 047A75BC; Sat, 15 Mar 2014 15:37:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CBDDE60C; Sat, 15 Mar 2014 15:37:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2FFb6bD045107; Sat, 15 Mar 2014 15:37:06 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2FFb6CG045105; Sat, 15 Mar 2014 15:37:06 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201403151537.s2FFb6CG045105@svn.freebsd.org> From: Alexey Dokuchaev Date: Sat, 15 Mar 2014 15:37:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348334 - head/sysutils/mpiexec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2014 15:37:07 -0000 Author: danfe Date: Sat Mar 15 15:37:06 2014 New Revision: 348334 URL: http://svnweb.freebsd.org/changeset/ports/348334 QAT: https://qat.redports.org/buildarchive/r348334/ Log: - Stagify, define LICENSE (GPLv2), sort the knobs, reformat port description - Convert EXTRACT_SUFX and USE_GMAKE to USES, drop an article from COMMENT, use modern LIB_DEPENDS syntax Modified: head/sysutils/mpiexec/Makefile head/sysutils/mpiexec/pkg-descr Modified: head/sysutils/mpiexec/Makefile ============================================================================== --- head/sysutils/mpiexec/Makefile Sat Mar 15 15:35:59 2014 (r348333) +++ head/sysutils/mpiexec/Makefile Sat Mar 15 15:37:06 2014 (r348334) @@ -1,25 +1,24 @@ -# Created by: trasz +# Created by: Edward Tomasz Napierala # $FreeBSD$ PORTNAME= mpiexec PORTVERSION= 0.84 CATEGORIES= sysutils parallel -MASTER_SITES= http://www.osc.edu/~djohnson/mpiexec/ -EXTRACT_SUFX= .tgz +MASTER_SITES= https://www.osc.edu/~djohnson/mpiexec/ MAINTAINER= 5u623l20@gmail.com -COMMENT= A tool to run a parallel job from within a PBS environment +COMMENT= Tool to run a parallel job from within a PBS environment -LIB_DEPENDS= torque.2:${PORTSDIR}/sysutils/torque +LICENSE= GPLv2 +CONFLICTS= mpich2-1.2.* + +LIB_DEPENDS= libtorque.so:${PORTSDIR}/sysutils/torque + +USES= gmake tar:tgz GNU_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ARGS= --with-default-comm=mpich2 -PLIST_FILES= bin/mpiexec -MAN1= mpiexec.1 - -CONFLICTS= mpich2-1.2.* +PLIST_FILES= bin/mpiexec man/man1/mpiexec.1.gz -NO_STAGE= yes .include Modified: head/sysutils/mpiexec/pkg-descr ============================================================================== --- head/sysutils/mpiexec/pkg-descr Sat Mar 15 15:35:59 2014 (r348333) +++ head/sysutils/mpiexec/pkg-descr Sat Mar 15 15:37:06 2014 (r348334) @@ -1,7 +1,6 @@ -Mpiexec is a replacement program for the script mpirun, which is -part of the MPICH package. It is used to initialize a parallel job -from within a PBS batch or interactive environment. Mpiexec uses -the task manager library of PBS to spawn copies of the executable -on the nodes in a PBS allocation. +Mpiexec is a replacement program for the script mpirun, which is part of the +MPICH package. It is used to initialize a parallel job from within a PBS +batch or interactive environment. Mpiexec uses the task manager library of +PBS to spawn copies of the executable on the nodes in a PBS allocation. -WWW: http://www.osc.edu/~djohnson/mpiexec/index.php +WWW: https://www.osc.edu/~djohnson/mpiexec/