diff options
author | christos <christos@pkgsrc.org> | 2006-03-14 22:58:47 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2006-03-14 22:58:47 +0000 |
commit | de508fe38a275d7915c34dd92fa40bd6997adcba (patch) | |
tree | bee940ab5ec89cebaade335b0cf185e1995e1887 /net/sup | |
parent | 2b12288c876ad13d1de60da8c00add431b959447 (diff) | |
download | pkgsrc-de508fe38a275d7915c34dd92fa40bd6997adcba.tar.gz |
add a tiny package for sup
Diffstat (limited to 'net/sup')
-rw-r--r-- | net/sup/DESCR | 5 | ||||
-rw-r--r-- | net/sup/Makefile | 11 | ||||
-rw-r--r-- | net/sup/PLIST | 6 | ||||
-rw-r--r-- | net/sup/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/net/sup/DESCR b/net/sup/DESCR new file mode 100644 index 00000000000..1ea866eec19 --- /dev/null +++ b/net/sup/DESCR @@ -0,0 +1,5 @@ +This is a server and a client for the Software Update Protocol +developed at Carnegie Mellon University. I provides pull-style +synchronization functionality, where the server creates a file +list using supscan and the client fetches the list, compares it +against his local filelist and fetches files that need updating. diff --git a/net/sup/Makefile b/net/sup/Makefile new file mode 100644 index 00000000000..50002827aee --- /dev/null +++ b/net/sup/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 2006/03/14 22:58:47 christos Exp $ +# + +DISTNAME= sup-0.0 +CATEGORIES= net +MASTER_SITES= ftp://ftp.astron.com/pub/sup/ + +MAINTAINER= christos@NetBSD.org +COMMENT= Network file distribution/synchronisation utility + +.include "../../mk/bsd.pkg.mk" diff --git a/net/sup/PLIST b/net/sup/PLIST new file mode 100644 index 00000000000..7c42db0249e --- /dev/null +++ b/net/sup/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2006/03/14 22:58:47 christos Exp $ +sbin/sup +sbin/supscan +sbin/supfilesrv +man/man1/sup.1 +man/man8/supservers.8 diff --git a/net/sup/distinfo b/net/sup/distinfo new file mode 100644 index 00000000000..cc0c09bccdd --- /dev/null +++ b/net/sup/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2006/03/14 22:58:47 christos Exp $ + +SHA1 (sup-0.0.tar.gz) = 934f998ed9fcae39cb665d58ac41b98b9ec014d9 +RMD160 (sup-0.0.tar.gz) = 432808b39eb5ced429887066bd69b0e1f38fbe8a +Size (sup-0.0.tar.gz) = 92239 bytes |