Add samplicator 1.2.1,

receives UDP datagrams and redistributes
them to a set of receivers.

PR:		27809
Submitted by:	Michael Lyngbol <lyngbol@wheel.dk>
Reviewed by:	will
This commit is contained in:
Mark Pulford 2001-06-10 04:18:32 +00:00
parent 3f55344195
commit 40768b2217
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43736
6 changed files with 30 additions and 0 deletions

View File

@ -323,6 +323,7 @@
SUBDIR += rwhois
SUBDIR += samba
SUBDIR += samba-devel
SUBDIR += samplicator
SUBDIR += satellite
SUBDIR += scotty
SUBDIR += scotty3

17
net/samplicator/Makefile Normal file
View File

@ -0,0 +1,17 @@
# New ports collection makefile for: samplicator
# Date created: 1 June 2001
# Whom: Michael Lyngbol <lyngbol@wheel.dk>
#
# $FreeBSD$
#
PORTNAME= samplicator
PORTVERSION= 1.2.1
CATEGORIES= net
MASTER_SITES= http://www.switch.ch/tf-tant/floma/sw/samplicator/
MAINTAINER= lyngbol@wheel.dk
GNU_CONFIGURE= yes
.include <bsd.port.mk>

1
net/samplicator/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (samplicator-1.2.1.tar.gz) = d622e22c7c504f4a3f3c6e71304c620e

View File

@ -0,0 +1 @@
Receives UDP datagrams and redistributes them to a set of receivers

View File

@ -0,0 +1,9 @@
This small program receives UDP datagrams on a given port, and resends
those datagrams to a specified set of receivers. In addition, a
sampling divisor N may be specified individually for each receiver,
which will then only receive one in N of the received packets.
WWW: http://www.switch.ch/tf-tant/floma/sw/samplicator/
- Michael Lyngbol
lyngbol@wheel.dk

View File

@ -0,0 +1 @@
bin/samplicate