aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-05 23:28:08 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-05 23:28:08 +0000
commit8ccdeaac47b5fd6a1d80cff18e48cd7236cbe416 (patch)
tree69a6458ed9cdad44e53a64e5c27c6154827184f7 /sysutils
parent0e4a35336be1ac670952b14a7424e68e9c30ebbb (diff)
downloadports-8ccdeaac47b5fd6a1d80cff18e48cd7236cbe416.tar.gz
ports-8ccdeaac47b5fd6a1d80cff18e48cd7236cbe416.zip
Notes
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 ed7675fc964f..215ac1865291 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 0596bbc8b572..8bc434db797a 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 837042e8c36d..093aeb15094a 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 0c9e03a1597b..c1f174d1db42 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