aboutsummaryrefslogtreecommitdiffstats
path: root/net/sup
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2005-02-27 21:19:36 +0800
committerhrs <hrs@FreeBSD.org>2005-02-27 21:19:36 +0800
commit34b7237708389bf17bfadfb5c88ef82964ba75ee (patch)
tree0523506972808e64f8bb2ce80ff6728a94d1d2bf /net/sup
parente274662c6f83fd371f061bb02e5cf425120dc409 (diff)
downloadfreebsd-ports-gnome-34b7237708389bf17bfadfb5c88ef82964ba75ee.tar.gz
freebsd-ports-gnome-34b7237708389bf17bfadfb5c88ef82964ba75ee.tar.zst
freebsd-ports-gnome-34b7237708389bf17bfadfb5c88ef82964ba75ee.zip
Restore net/sup and upgrade it to 2.0.20050226 which includes
a fix for CAN-2004-0451.
Diffstat (limited to 'net/sup')
-rw-r--r--net/sup/Makefile23
-rw-r--r--net/sup/distinfo2
-rw-r--r--net/sup/pkg-descr5
3 files changed, 30 insertions, 0 deletions
diff --git a/net/sup/Makefile b/net/sup/Makefile
new file mode 100644
index 000000000000..84765e61cbd9
--- /dev/null
+++ b/net/sup/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: sup
+# Date created: 21 August 1994
+# Whom: jkh
+#
+# $FreeBSD$
+#
+
+PORTNAME= sup
+PORTVERSION= 2.0.20050226
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= hrs
+
+MAINTAINER= hrs@FreeBSD.org
+COMMENT= CMU's Software Update Protocol package
+
+PLIST_FILES= bin/sup bin/supfilesrv bin/supscan
+MAN1= sup.1
+MAN8= supservers.8
+MLINKS= supservers.8 supfilesrv.8 \
+ supservers.8 supscan.8
+
+.include <bsd.port.mk>
diff --git a/net/sup/distinfo b/net/sup/distinfo
new file mode 100644
index 000000000000..c22ef560c228
--- /dev/null
+++ b/net/sup/distinfo
@@ -0,0 +1,2 @@
+MD5 (sup-2.0.20050226.tar.gz) = 1361677d0f8105aa0aa0885bc72404ed
+SIZE (sup-2.0.20050226.tar.gz) = 93441
diff --git a/net/sup/pkg-descr b/net/sup/pkg-descr
new file mode 100644
index 000000000000..4554c3dbbad6
--- /dev/null
+++ b/net/sup/pkg-descr
@@ -0,0 +1,5 @@
+Sup is a program used for upgrading collections of files from other machines
+to your machine. You execute sup, the client program, which talks over the
+network using IP/TCP to a file server process. The file server process
+cooperates with sup to determine which files of the collection need to be
+upgraded on your machine.