diff options
author | manu <manu> | 2004-12-24 16:51:33 +0000 |
---|---|---|
committer | manu <manu> | 2004-12-24 16:51:33 +0000 |
commit | b7cfdda055fabc79675cd2fa2d5bd6121ab6dc83 (patch) | |
tree | deffa631e1e7f6429cf729e71ae3b4c09212a53b /mbone | |
parent | 6dca5576b78e219e4a23977822ec5f4b445a3227 (diff) | |
download | pkgsrc-b7cfdda055fabc79675cd2fa2d5bd6121ab6dc83.tar.gz |
mdd is a multicast file distribution tool
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/Makefile | 3 | ||||
-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 |
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 |