REX is a remote execution utility that runs a supplied command or shell
script on several hosts in succession; it's written in Tcl and provides extensive scripting facilities. WWW: http://puszcza.gnu.org.ua/projects/rex Submitted by: Zeus Panchenko
This commit is contained in:
parent
6c6bfd06c9
commit
83e81bef95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443823
4 changed files with 38 additions and 1 deletions
|
@ -663,12 +663,12 @@
|
|||
SUBDIR += namefix
|
||||
SUBDIR += nbosd
|
||||
SUBDIR += ncdu
|
||||
SUBDIR += ndmpd
|
||||
SUBDIR += nepomuk-core
|
||||
SUBDIR += nepomuk-widgets
|
||||
SUBDIR += nfcutils
|
||||
SUBDIR += nfsping
|
||||
SUBDIR += nitrogen
|
||||
SUBDIR += ndmpd
|
||||
SUBDIR += no-login
|
||||
SUBDIR += node_exporter
|
||||
SUBDIR += nomad
|
||||
|
@ -942,6 +942,7 @@
|
|||
SUBDIR += respond
|
||||
SUBDIR += restic
|
||||
SUBDIR += retail
|
||||
SUBDIR += rex
|
||||
SUBDIR += rfstool
|
||||
SUBDIR += rhc
|
||||
SUBDIR += riak-cs
|
||||
|
|
25
sysutils/rex/Makefile
Normal file
25
sysutils/rex/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Created by: Zeus Panchenko <zeus@gnu.org.ua>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rex
|
||||
PORTVERSION= 4.0
|
||||
CATEGORIES= sysutils tcl
|
||||
MASTER_SITES= http://download.gnu.org.ua/pub/release/${PORTNAME}/
|
||||
|
||||
MAINTAINER= zeus@gnu.org.ua
|
||||
COMMENT= Remote EXecution utility
|
||||
|
||||
LICENSE= GPLv3+
|
||||
|
||||
RUN_DEPENDS= expect:lang/expect
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= bin/rex man/man8/rex.8.gz
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${WRKSRC}/install --prefix=${STAGEDIR}${PREFIX} \
|
||||
--sysconfdir=${PREFIX}/etc \
|
||||
--mandir=${STAGEDIR}${MANPREFIX}/man
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/rex/distinfo
Normal file
3
sysutils/rex/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1475321371
|
||||
SHA256 (rex-4.0.tar.gz) = 52436b38e3f2ea8f780b24d80663ae4730b38da9c9b6bf546cdbc920cc0d05e8
|
||||
SIZE (rex-4.0.tar.gz) = 55222
|
8
sysutils/rex/pkg-descr
Normal file
8
sysutils/rex/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
REX is a remote execution utility that runs a supplied command or shell
|
||||
script on several hosts in succession. It is also able to copy a file
|
||||
(or files) to several hosts.
|
||||
|
||||
Rex is written in Tcl and provides extensive scripting facilities. It
|
||||
provides a convenient way to administrate multiple servers.
|
||||
|
||||
WWW: http://puszcza.gnu.org.ua/projects/rex
|
Loading…
Reference in a new issue