Import of pkgsrc-2014Q1
This commit is contained in:
3
parallel/dsh/DESCR
Normal file
3
parallel/dsh/DESCR
Normal file
@@ -0,0 +1,3 @@
|
||||
dsh is an implementation of a wrapper for executing multiple remote shell
|
||||
(rsh/remsh/ssh) commands. rsh/remsh/ssh are wrappers for executing shell
|
||||
(ksh/bash/zsh/tcsh/sh .. etc... ) on remote hosts.
|
||||
25
parallel/dsh/Makefile
Normal file
25
parallel/dsh/Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
# $NetBSD: Makefile,v 1.3 2014/01/22 06:21:30 cheusov Exp $
|
||||
#
|
||||
|
||||
DISTNAME= dsh-0.25.10
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= parallel
|
||||
MASTER_SITES= http://www.netfort.gr.jp/~dancer/software/downloads/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.netfort.gr.jp/~dancer/software/downloads/
|
||||
COMMENT= Runs command through rsh or ssh on a cluster of machines
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples/dsh
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= msgfmt
|
||||
USE_LIBTOOL= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
CONF_FILES= ${EGDIR}/dsh.conf ${PKG_SYSCONFDIR}/dsh.conf
|
||||
|
||||
INSTALL_MAKE_FLAGS= sysconfdir=${EGDIR}
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../devel/libdshconfig/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
8
parallel/dsh/PLIST
Normal file
8
parallel/dsh/PLIST
Normal file
@@ -0,0 +1,8 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2014/01/10 22:43:33 cheusov Exp $
|
||||
bin/dsh
|
||||
man/ja/man1/dsh.1
|
||||
man/ja/man5/dsh.conf.5
|
||||
man/man1/dsh.1
|
||||
man/man5/dsh.conf.5
|
||||
share/examples/dsh/dsh.conf
|
||||
share/locale/ja/LC_MESSAGES/dsh.mo
|
||||
5
parallel/dsh/distinfo
Normal file
5
parallel/dsh/distinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.2 2014/01/22 06:21:30 cheusov Exp $
|
||||
|
||||
SHA1 (dsh-0.25.10.tar.gz) = 79ac887a85f8cc8a654a8aa94cb05b5c8c9394de
|
||||
RMD160 (dsh-0.25.10.tar.gz) = 2a60c27f8c0b7d4546f3cf96b37aaa01cbd0579c
|
||||
Size (dsh-0.25.10.tar.gz) = 394506 bytes
|
||||
Reference in New Issue
Block a user