summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-01-05 23:28:08 +0000
committerpav <pav@FreeBSD.org>2004-01-05 23:28:08 +0000
commit98fc84b2aa96efd7c11aad842b82fa3a368d1c6a (patch)
treec9dd5125101722d2d92bf35c4e89dc995a01c619 /sysutils
parent66c8d6e4d683ef2bfc210116dbb690709e5c1383 (diff)
downloadFreeBSD-ports-98fc84b2aa96efd7c11aad842b82fa3a368d1c6a.zip
FreeBSD-ports-98fc84b2aa96efd7c11aad842b82fa3a368d1c6a.tar.gz
- Update to 2.1
PR: ports/60956 Submitted by: Taylor Dondich <tdondich@majiknetworks.com> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/tentakel/Makefile8
-rw-r--r--sysutils/tentakel/distinfo2
-rw-r--r--sysutils/tentakel/pkg-descr15
-rw-r--r--sysutils/tentakel/pkg-plist18
4 files changed, 31 insertions, 12 deletions
diff --git a/sysutils/tentakel/Makefile b/sysutils/tentakel/Makefile
index ed7675f..215ac18 100644
--- a/sysutils/tentakel/Makefile
+++ b/sysutils/tentakel/Makefile
@@ -6,16 +6,18 @@
#
PORTNAME= tentakel
-PORTVERSION= 0.3.1
+PORTVERSION= 2.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://unc.dl.sourceforge.net/sourceforge/tentakel/
+MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= tdondich@majiknetworks.com
-COMMENT= sh script to execute commands on parallel hosts via ssh/rsh
+COMMENT= A program for executing commands on many hosts in parallel
+
+USE_PYTHON= yes
-NO_BUILD= yes
MAN1= tentakel.1
.include <bsd.port.mk>
diff --git a/sysutils/tentakel/distinfo b/sysutils/tentakel/distinfo
index 0596bbc..8bc434d 100644
--- a/sysutils/tentakel/distinfo
+++ b/sysutils/tentakel/distinfo
@@ -1 +1 @@
-MD5 (tentakel-0.3.1.tgz) = ced8db7636db8f7331f73b4d21c1053c
+MD5 (tentakel-2.1.tgz) = b77cd6bb746cad908bd1a4b5c2237280
diff --git a/sysutils/tentakel/pkg-descr b/sysutils/tentakel/pkg-descr
index 837042e..093aeb1 100644
--- a/sysutils/tentakel/pkg-descr
+++ b/sysutils/tentakel/pkg-descr
@@ -1,10 +1,9 @@
-Tentakel is a simple program for executing the same command on many
-hosts in parallel using ssh or rsh. It can make use of several sets of
-hosts that are defined in files called "hostlists".
+Tentakel is a program for executing the same command on many
+hosts in parallel using various remote methods. It can make
+use of several sets of hosts that are defined in a
+configuration file as groups.
-Tentakel tries to be as portable as possible - it uses plain bourne
-shell code. It is also rather self-contained. Except the few external
-programs it makes use of it should need almost no configuration or
-setup on your system.
+It also supports an interactive mode that can be used for
+repeated commands.
-WWW: http://tentakel.sourceforge.net
+WWW: http://tentakel.biskalar.de/
diff --git a/sysutils/tentakel/pkg-plist b/sysutils/tentakel/pkg-plist
index 0c9e03a..c1f174d 100644
--- a/sysutils/tentakel/pkg-plist
+++ b/sysutils/tentakel/pkg-plist
@@ -1 +1,19 @@
bin/tentakel
+%%PYTHON_SITELIBDIR%%/lekatnet/__init__.py
+%%PYTHON_SITELIBDIR%%/lekatnet/__init__.pyc
+%%PYTHON_SITELIBDIR%%/lekatnet/config.py
+%%PYTHON_SITELIBDIR%%/lekatnet/config.pyc
+%%PYTHON_SITELIBDIR%%/lekatnet/error.py
+%%PYTHON_SITELIBDIR%%/lekatnet/error.pyc
+%%PYTHON_SITELIBDIR%%/lekatnet/remote.py
+%%PYTHON_SITELIBDIR%%/lekatnet/remote.pyc
+%%PYTHON_SITELIBDIR%%/lekatnet/shell.py
+%%PYTHON_SITELIBDIR%%/lekatnet/shell.pyc
+%%PYTHON_SITELIBDIR%%/lekatnet/tpg.py
+%%PYTHON_SITELIBDIR%%/lekatnet/tpg.pyc
+%%DOCSDIR%%/README
+%%DOCSDIR%%/TODO
+%%DOCSDIR%%/tentakel.1.html
+%%DOCSDIR%%/tentakel.conf.example
+@dirrm %%DOCSDIR%%
+@dirrm %%PYTHON_SITELIBDIR%%/lekatnet
OpenPOWER on IntegriCloud