summaryrefslogtreecommitdiff
path: root/security/fsh/Makefile
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-01-14 15:37:48 +0000
committerfredb <fredb@pkgsrc.org>2000-01-14 15:37:48 +0000
commitd8b0648662eba7e041d2d5704f73ce0b1a9ce8e3 (patch)
tree60bddd894440588e3cad915a9c78e34a93123b73 /security/fsh/Makefile
parent747d03fa779ef0fb5783b9ab671248d5e43f9a84 (diff)
downloadpkgsrc-d8b0648662eba7e041d2d5704f73ce0b1a9ce8e3.tar.gz
Initial import of fsh-1.0, "fast remote command execution". The author
states that the motivation for this program was to speed up cvs work, but it works just as well with "rsync" and other programs that use ssh for the transport. This is a set of python scripts: "fsh" uses ssh, (or optionally rsh or lsh) to start and set up a connection to "fshd" on the remote host, also includes "fcp", and docs in "info" format.
Diffstat (limited to 'security/fsh/Makefile')
-rw-r--r--security/fsh/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/fsh/Makefile b/security/fsh/Makefile
new file mode 100644
index 00000000000..26cccc7f1b5
--- /dev/null
+++ b/security/fsh/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/01/14 15:37:48 fredb Exp $
+#
+
+DISTNAME= fsh-1.0
+CATEGORIES= security net
+MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/fsh/ \
+ http://www.lysator.liu.se/fsh/
+
+MAINTAINER= fb@enteract.com
+HOMEPAGE= http://www.lysator.liu.se/fsh/
+
+DEPENDS+= python-*:../../lang/python
+
+GNU_CONFIGURE= YES
+USE_GTEXINFO= YES
+
+.include "../../mk/bsd.pkg.mk"