summaryrefslogtreecommitdiff
path: root/sysutils/polysh
diff options
context:
space:
mode:
authorimil <imil@pkgsrc.org>2012-11-25 11:14:14 +0000
committerimil <imil@pkgsrc.org>2012-11-25 11:14:14 +0000
commit50786019e7048d05ea7d7457ab3d5b14d046c5a4 (patch)
tree5c4c4b6b3a446d3925cf0f3f9d8741104cf8b807 /sysutils/polysh
parenta6be50763689b35b7cd6e67dd65196c81e090539 (diff)
downloadpkgsrc-50786019e7048d05ea7d7457ab3d5b14d046c5a4.tar.gz
Initial import of polysh, version 0.4, into the NetBSD Packages Collection.
Polysh is a tool to aggregate several remote shells into one. It is used to launch an interactive remote shell on many machines at once. It is written in Python and requires Python >= 2.4.
Diffstat (limited to 'sysutils/polysh')
-rw-r--r--sysutils/polysh/DESCR3
-rw-r--r--sysutils/polysh/Makefile27
-rw-r--r--sysutils/polysh/PLIST57
-rw-r--r--sysutils/polysh/distinfo5
4 files changed, 92 insertions, 0 deletions
diff --git a/sysutils/polysh/DESCR b/sysutils/polysh/DESCR
new file mode 100644
index 00000000000..e041b513734
--- /dev/null
+++ b/sysutils/polysh/DESCR
@@ -0,0 +1,3 @@
+Polysh is a tool to aggregate several remote shells into one. It is used to
+launch an interactive remote shell on many machines at once. It is written in
+Python and requires Python >= 2.4.
diff --git a/sysutils/polysh/Makefile b/sysutils/polysh/Makefile
new file mode 100644
index 00000000000..166bb964f08
--- /dev/null
+++ b/sysutils/polysh/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2012/11/25 11:14:14 imil Exp $
+#
+
+DISTNAME= polysh-0.4
+CATEGORIES= sysutils
+MASTER_SITES= http://guichaz.free.fr/polysh/files/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= imil@NetBSD.org
+HOMEPAGE= http://guichaz.free.fr/polysh/
+COMMENT= Aggregate several remote shells into one
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # none
+
+PYDISTUTILSPKG= yes
+
+SUBST_CLASSES+= setup
+SUBST_STAGE.setup= post-patch
+SUBST_FILES.setup= setup.py
+SUBST_SED.setup+= -e 's,share/man,${PKGMANDIR},'
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/polysh/PLIST b/sysutils/polysh/PLIST
new file mode 100644
index 00000000000..960efbb4887
--- /dev/null
+++ b/sysutils/polysh/PLIST
@@ -0,0 +1,57 @@
+@comment $NetBSD: PLIST,v 1.1 2012/11/25 11:14:14 imil Exp $
+bin/polysh
+${PYSITELIB}/polysh/__init__.py
+${PYSITELIB}/polysh/__init__.pyc
+${PYSITELIB}/polysh/__init__.pyo
+${PYSITELIB}/polysh/buffered_dispatcher.py
+${PYSITELIB}/polysh/buffered_dispatcher.pyc
+${PYSITELIB}/polysh/buffered_dispatcher.pyo
+${PYSITELIB}/polysh/callbacks.py
+${PYSITELIB}/polysh/callbacks.pyc
+${PYSITELIB}/polysh/callbacks.pyo
+${PYSITELIB}/polysh/completion.py
+${PYSITELIB}/polysh/completion.pyc
+${PYSITELIB}/polysh/completion.pyo
+${PYSITELIB}/polysh/console.py
+${PYSITELIB}/polysh/console.pyc
+${PYSITELIB}/polysh/console.pyo
+${PYSITELIB}/polysh/control_commands.py
+${PYSITELIB}/polysh/control_commands.pyc
+${PYSITELIB}/polysh/control_commands.pyo
+${PYSITELIB}/polysh/control_commands_helpers.py
+${PYSITELIB}/polysh/control_commands_helpers.pyc
+${PYSITELIB}/polysh/control_commands_helpers.pyo
+${PYSITELIB}/polysh/dispatchers.py
+${PYSITELIB}/polysh/dispatchers.pyc
+${PYSITELIB}/polysh/dispatchers.pyo
+${PYSITELIB}/polysh/display_names.py
+${PYSITELIB}/polysh/display_names.pyc
+${PYSITELIB}/polysh/display_names.pyo
+${PYSITELIB}/polysh/file_transfer.py
+${PYSITELIB}/polysh/file_transfer.pyc
+${PYSITELIB}/polysh/file_transfer.pyo
+${PYSITELIB}/polysh/host_syntax.py
+${PYSITELIB}/polysh/host_syntax.pyc
+${PYSITELIB}/polysh/host_syntax.pyo
+${PYSITELIB}/polysh/main.py
+${PYSITELIB}/polysh/main.pyc
+${PYSITELIB}/polysh/main.pyo
+${PYSITELIB}/polysh/pity.py
+${PYSITELIB}/polysh/pity.pyc
+${PYSITELIB}/polysh/pity.pyo
+${PYSITELIB}/polysh/rb_tree.py
+${PYSITELIB}/polysh/rb_tree.pyc
+${PYSITELIB}/polysh/rb_tree.pyo
+${PYSITELIB}/polysh/remote_dispatcher.py
+${PYSITELIB}/polysh/remote_dispatcher.pyc
+${PYSITELIB}/polysh/remote_dispatcher.pyo
+${PYSITELIB}/polysh/stdin.py
+${PYSITELIB}/polysh/stdin.pyc
+${PYSITELIB}/polysh/stdin.pyo
+${PYSITELIB}/polysh/terminal_size.py
+${PYSITELIB}/polysh/terminal_size.pyc
+${PYSITELIB}/polysh/terminal_size.pyo
+${PYSITELIB}/polysh/version.py
+${PYSITELIB}/polysh/version.pyc
+${PYSITELIB}/polysh/version.pyo
+man/man1/polysh.1
diff --git a/sysutils/polysh/distinfo b/sysutils/polysh/distinfo
new file mode 100644
index 00000000000..f13b5152288
--- /dev/null
+++ b/sysutils/polysh/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/11/25 11:14:14 imil Exp $
+
+SHA1 (polysh-0.4.tar.bz2) = df7988673ab2a4fc70b9b2ef83dc686c0c26d1bb
+RMD160 (polysh-0.4.tar.bz2) = f2ba7caa68f726b594e520a4da783151c9cacf83
+Size (polysh-0.4.tar.bz2) = 62770 bytes