Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

28
parallel/pdsh/Makefile Normal file
View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.1 2014/01/10 21:30:09 cheusov Exp $
#
DISTNAME= pdsh-2.29
CATEGORIES= parallel
MASTER_SITES= http://pdsh.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= filip@joyent.com
HOMEPAGE= https://pdsh.googlecode.com/
COMMENT= High-performance, parallel remote shell utility
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= perl:run
REPLACE_PERL+= scripts/dshbak
CONFIGURE_ARGS+= --with-ssh
CONFIGURE_ARGS+= --with-dshgroups=${PKG_SYSCONFBASE}/dsh/group
CONFIGURE_ARGS+= --with-machines=${PKG_SYSCONFDIR}/machines
PKG_SYSCONFSUBDIR= ${PKGBASE}
.include "../../mk/bsd.pkg.mk"