summaryrefslogtreecommitdiff
path: root/net/ssync
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1999-08-31 02:37:52 +0000
committerkim <kim@pkgsrc.org>1999-08-31 02:37:52 +0000
commit5ecdc53bf56e611ceb903ce576d0729878bf8a16 (patch)
treec85619b4a2d98bc36b544f8a8011972f253d533e /net/ssync
parent7ce242e5293727fc4a5628bb4a3f6e1ba9d7308a (diff)
downloadpkgsrc-5ecdc53bf56e611ceb903ce576d0729878bf8a16.tar.gz
Ssync invokes rsync in an intelligent manner. Usually, the ssync
command is invoked from the master distribution host. Invoking the command without any arguments will distribute the current working directory to all hosts in the netgroup for the platform you are running ssync on.
Diffstat (limited to 'net/ssync')
-rw-r--r--net/ssync/Makefile19
-rw-r--r--net/ssync/files/md53
-rw-r--r--net/ssync/pkg/COMMENT1
-rw-r--r--net/ssync/pkg/DESCR6
-rw-r--r--net/ssync/pkg/PLIST3
5 files changed, 32 insertions, 0 deletions
diff --git a/net/ssync/Makefile b/net/ssync/Makefile
new file mode 100644
index 00000000000..d9634ffaced
--- /dev/null
+++ b/net/ssync/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/08/31 02:37:52 kim Exp $
+#
+
+DISTNAME= ssync-1.1
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
+
+MAINTAINER= kim@tac.nyc.ny.us
+
+DEPENDS+= netname-*:../../net/netname
+DEPENDS+= osname-*:../../sysutils/osname
+DEPENDS+= rsync-2.3.1:../../net/rsync
+DEPENDS+= srsh-*:../../net/srsh
+
+NO_CONFIGURE= yes
+ALL_TARGET= all PREFIX=${PREFIX}
+INSTALL_TARGET= install PREFIX=${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/ssync/files/md5 b/net/ssync/files/md5
new file mode 100644
index 00000000000..7269586b69d
--- /dev/null
+++ b/net/ssync/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/08/31 02:37:52 kim Exp $
+
+MD5 (ssync-1.1.tar.gz) = 81ecb0b5a2b05715cd221be7cdc7d5a8
diff --git a/net/ssync/pkg/COMMENT b/net/ssync/pkg/COMMENT
new file mode 100644
index 00000000000..9fc77ead905
--- /dev/null
+++ b/net/ssync/pkg/COMMENT
@@ -0,0 +1 @@
+invoke rsync to distribute files to a set of hosts
diff --git a/net/ssync/pkg/DESCR b/net/ssync/pkg/DESCR
new file mode 100644
index 00000000000..17e3ce9150d
--- /dev/null
+++ b/net/ssync/pkg/DESCR
@@ -0,0 +1,6 @@
+Ssync invokes rsync in an intelligent manner. Usually, the ssync
+command is invoked from the master distribution host.
+
+Invoking the command without any arguments will distribute the current
+working directory to all hosts in the netgroup for the platform you are
+running ssync on.
diff --git a/net/ssync/pkg/PLIST b/net/ssync/pkg/PLIST
new file mode 100644
index 00000000000..f390dcf1faf
--- /dev/null
+++ b/net/ssync/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/08/31 02:37:52 kim Exp $
+sbin/ssync
+man/man8/ssync.8