diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-06-10 04:18:32 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-06-10 04:18:32 +0000 |
commit | 40768b221755f6eb84c054077e0fc0af02404864 (patch) | |
tree | ee3b8cebc5d0abe96093add2ca66355adaed4076 /net/samplicator | |
parent | 3f55344195a287d4d5adb2ca04da1e11f97479a9 (diff) | |
download | ports-40768b221755f6eb84c054077e0fc0af02404864.tar.gz ports-40768b221755f6eb84c054077e0fc0af02404864.zip |
Notes
Diffstat (limited to 'net/samplicator')
-rw-r--r-- | net/samplicator/Makefile | 17 | ||||
-rw-r--r-- | net/samplicator/distinfo | 1 | ||||
-rw-r--r-- | net/samplicator/pkg-comment | 1 | ||||
-rw-r--r-- | net/samplicator/pkg-descr | 9 | ||||
-rw-r--r-- | net/samplicator/pkg-plist | 1 |
5 files changed, 29 insertions, 0 deletions
diff --git a/net/samplicator/Makefile b/net/samplicator/Makefile new file mode 100644 index 000000000000..bcb0efbbe118 --- /dev/null +++ b/net/samplicator/Makefile @@ -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> diff --git a/net/samplicator/distinfo b/net/samplicator/distinfo new file mode 100644 index 000000000000..ad3f424c766e --- /dev/null +++ b/net/samplicator/distinfo @@ -0,0 +1 @@ +MD5 (samplicator-1.2.1.tar.gz) = d622e22c7c504f4a3f3c6e71304c620e diff --git a/net/samplicator/pkg-comment b/net/samplicator/pkg-comment new file mode 100644 index 000000000000..c8abae7ca034 --- /dev/null +++ b/net/samplicator/pkg-comment @@ -0,0 +1 @@ +Receives UDP datagrams and redistributes them to a set of receivers diff --git a/net/samplicator/pkg-descr b/net/samplicator/pkg-descr new file mode 100644 index 000000000000..74b01529d399 --- /dev/null +++ b/net/samplicator/pkg-descr @@ -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 diff --git a/net/samplicator/pkg-plist b/net/samplicator/pkg-plist new file mode 100644 index 000000000000..8ed634147c95 --- /dev/null +++ b/net/samplicator/pkg-plist @@ -0,0 +1 @@ +bin/samplicate |