svn commit: r348334 - head/sysutils/mpiexec

Alexey Dokuchaev danfe at FreeBSD.org
Sat Mar 15 15:37:07 UTC 2014


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 at pin.if.uz.zgora.pl>
+# Created by: Edward Tomasz Napierala <trasz at 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 at 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/


More information about the svn-ports-head mailing list