Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2014 15:37:06 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348334 - head/sysutils/mpiexec
Message-ID:  <201403151537.s2FFb6CG045105@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <trasz@pin.if.uz.zgora.pl>
+# Created by: Edward Tomasz Napierala <trasz@pin.if.uz.zgora.pl>
 # $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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403151537.s2FFb6CG045105>