pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/sup add a tiny package for sup



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9920c1ff937
branches:  trunk
changeset: 509821:e9920c1ff937
user:      christos <christos%pkgsrc.org@localhost>
date:      Tue Mar 14 22:58:47 2006 +0000

description:
add a tiny package for sup

diffstat:

 net/sup/DESCR    |   5 +++++
 net/sup/Makefile |  11 +++++++++++
 net/sup/PLIST    |   6 ++++++
 net/sup/distinfo |   5 +++++
 4 files changed, 27 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 2d55a2046c78 -r e9920c1ff937 net/sup/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/sup/DESCR     Tue Mar 14 22:58:47 2006 +0000
@@ -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 -r 2d55a2046c78 -r e9920c1ff937 net/sup/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/sup/Makefile  Tue Mar 14 22:58:47 2006 +0000
@@ -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@localhost
+COMMENT=       Network file distribution/synchronisation utility
+
+.include "../../mk/bsd.pkg.mk"
diff -r 2d55a2046c78 -r e9920c1ff937 net/sup/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/sup/PLIST     Tue Mar 14 22:58:47 2006 +0000
@@ -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 -r 2d55a2046c78 -r e9920c1ff937 net/sup/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/sup/distinfo  Tue Mar 14 22:58:47 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index