diff options
author | manu <manu> | 2004-12-24 16:51:33 +0000 |
---|---|---|
committer | manu <manu> | 2004-12-24 16:51:33 +0000 |
commit | 58745162534f827933b42e136a229363937c80ac (patch) | |
tree | deffa631e1e7f6429cf729e71ae3b4c09212a53b /mbone/mdd | |
parent | 238410c240197702091b28be4d0c3e864e547444 (diff) | |
download | pkgsrc-58745162534f827933b42e136a229363937c80ac.tar.gz |
mdd is a multicast file distribution tool
Diffstat (limited to 'mbone/mdd')
-rw-r--r-- | mbone/mdd/DESCR | 6 | ||||
-rw-r--r-- | mbone/mdd/Makefile | 16 | ||||
-rw-r--r-- | mbone/mdd/PLIST | 3 | ||||
-rw-r--r-- | mbone/mdd/distinfo | 4 |
4 files changed, 29 insertions, 0 deletions
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 |