summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-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