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

3
parallel/dsh/DESCR Normal file
View 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
View 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
View 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
View 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