summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2004-12-24 16:51:33 +0000
committermanu <manu@pkgsrc.org>2004-12-24 16:51:33 +0000
commit7ecad428514975f4ee7eb630665bf36cae0044fd (patch)
treedeffa631e1e7f6429cf729e71ae3b4c09212a53b /mbone
parent965c1403323c18ff38297d8b351fbbf922276adb (diff)
downloadpkgsrc-7ecad428514975f4ee7eb630665bf36cae0044fd.tar.gz
mdd is a multicast file distribution tool
Diffstat (limited to 'mbone')
-rw-r--r--mbone/Makefile3
-rw-r--r--mbone/mdd/DESCR6
-rw-r--r--mbone/mdd/Makefile16
-rw-r--r--mbone/mdd/PLIST3
-rw-r--r--mbone/mdd/distinfo4
5 files changed, 31 insertions, 1 deletions
diff --git a/mbone/Makefile b/mbone/Makefile
index 2d3e5f6dd80..9e12caf0cd2 100644
--- a/mbone/Makefile
+++ b/mbone/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.15 2004/07/27 16:34:25 manu Exp $
+# $NetBSD: Makefile,v 1.16 2004/12/24 16:53:52 manu Exp $
#
COMMENT= Multi-cast backBone applications
SUBDIR+= common-mml
SUBDIR+= imm
+SUBDIR+= mdd
SUBDIR+= mdp
SUBDIR+= nte
SUBDIR+= rat
diff --git a/mbone/mdd/DESCR b/mbone/mdd/DESCR
new file mode 100644
index 00000000000..5793f9f81bc
--- /dev/null
+++ b/mbone/mdd/DESCR
@@ -0,0 +1,6 @@
+mdd stands for multicast data dump. It was designed for distributing
+a file using multicast. The primary goal was to replicate a hard disk
+image on all the workstations of a computer room at the same time.
+
+The protocol used is rather simple and will not make any effort to avoid
+flooding your network. IGMP-snooping enabled switches are advised.
diff --git a/mbone/mdd/Makefile b/mbone/mdd/Makefile
new file mode 100644
index 00000000000..af3a68a44ca
--- /dev/null
+++ b/mbone/mdd/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/24 16:51:33 manu Exp $
+#
+
+DISTNAME= mdd-20041224
+CATEGORIES= mbone
+MASTER_SITES= http://ftp.espci.fr/pub/mdd/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= manu@netbsd.org
+COMMENT= Multicast file distribution tool
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/mdd ${PREFIX}/bin/
+ ${INSTALL_DATA} ${WRKSRC}/mdd.1 ${PREFIX}/man/man1/
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/mbone/mdd/PLIST b/mbone/mdd/PLIST
new file mode 100644
index 00000000000..bf66569cfa4
--- /dev/null
+++ b/mbone/mdd/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/24 16:51:33 manu Exp $
+bin/mdd
+man/man1/mdd.1
diff --git a/mbone/mdd/distinfo b/mbone/mdd/distinfo
new file mode 100644
index 00000000000..91234833c7a
--- /dev/null
+++ b/mbone/mdd/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/12/24 16:51:33 manu Exp $
+
+SHA1 (mdd-20041224.tgz) = 2d66bdea10779a80e5b5eb0be325a18035dbbdd5
+Size (mdd-20041224.tgz) = 6993 bytes