From 9d2c3e7200b73159a56b0efce2da8351463d89f9 Mon Sep 17 00:00:00 2001 From: kim Date: Mon, 30 Aug 1999 17:47:17 +0000 Subject: Sdist invokes rdist in an intelligent manner. Usually, the sdist 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 sdist on. --- net/sdist/Makefile | 18 ++++++++++++++++++ net/sdist/files/md5 | 3 +++ net/sdist/pkg/COMMENT | 1 + net/sdist/pkg/DESCR | 6 ++++++ net/sdist/pkg/PLIST | 3 +++ 5 files changed, 31 insertions(+) create mode 100644 net/sdist/Makefile create mode 100644 net/sdist/files/md5 create mode 100644 net/sdist/pkg/COMMENT create mode 100644 net/sdist/pkg/DESCR create mode 100644 net/sdist/pkg/PLIST (limited to 'net/sdist') diff --git a/net/sdist/Makefile b/net/sdist/Makefile new file mode 100644 index 00000000000..bd1dc776ca2 --- /dev/null +++ b/net/sdist/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/08/30 17:47:17 kim Exp $ +# + +DISTNAME= sdist-1.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ + +MAINTAINER= kim@tac.nyc.ny.us + +DEPENDS+= osname-*:../../sysutils/osname +DEPENDS+= rdist-6.1.4:../../net/rdist6 +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/sdist/files/md5 b/net/sdist/files/md5 new file mode 100644 index 00000000000..3a12818bc6c --- /dev/null +++ b/net/sdist/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/08/30 17:47:17 kim Exp $ + +MD5 (sdist-1.1.tar.gz) = 3bb6d025890b4c4986ba183636581a78 diff --git a/net/sdist/pkg/COMMENT b/net/sdist/pkg/COMMENT new file mode 100644 index 00000000000..d2d4111bf33 --- /dev/null +++ b/net/sdist/pkg/COMMENT @@ -0,0 +1 @@ +invoke rdist to distribute files to a set of hosts diff --git a/net/sdist/pkg/DESCR b/net/sdist/pkg/DESCR new file mode 100644 index 00000000000..a9244f088d2 --- /dev/null +++ b/net/sdist/pkg/DESCR @@ -0,0 +1,6 @@ +Sdist invokes rdist in an intelligent manner. Usually, the sdist +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 sdist on. diff --git a/net/sdist/pkg/PLIST b/net/sdist/pkg/PLIST new file mode 100644 index 00000000000..1071a473fa4 --- /dev/null +++ b/net/sdist/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/08/30 17:47:17 kim Exp $ +sbin/sdist +man/man8/sdist.8 -- cgit v1.2.3