diff options
author | wiz <wiz> | 2006-08-09 10:04:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-08-09 10:04:12 +0000 |
commit | a1f917b024fdebec31b3cdb1796611071c7c75e6 (patch) | |
tree | 6d70d26ce24ef675a233d3536ddbe9b6c0b3759c /net/udpcast/PLIST | |
parent | 98551e7aa97981e55592df9133394d360f5e2752 (diff) | |
download | pkgsrc-a1f917b024fdebec31b3cdb1796611071c7c75e6.tar.gz |
Initial import of udpcast-20060619, requested in PR 34171:
UDPcast is a file transfer tool that can send data simultaneously
to many destinations on a LAN. This can for instance be used to
install entire classrooms of PC's at once. The advantage of UDPcast
over using other methods (nfs, ftp, whatever) is that UDPcast uses
Ethernet's multicast abilities: it won't take longer to install 15
machines than it would to install just 2.
Diffstat (limited to 'net/udpcast/PLIST')
-rw-r--r-- | net/udpcast/PLIST | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/udpcast/PLIST b/net/udpcast/PLIST new file mode 100644 index 00000000000..24803d5cc1c --- /dev/null +++ b/net/udpcast/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/09 10:04:12 wiz Exp $ +sbin/udp-receiver +sbin/udp-sender +man/man1/udp-receiver.1 +man/man1/udp-sender.1 |