diff options
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 0000000..bcb0efb --- /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 0000000..ad3f424 --- /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 0000000..c8abae7 --- /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 0000000..74b0152 --- /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 0000000..8ed6341 --- /dev/null +++ b/net/samplicator/pkg-plist @@ -0,0 +1 @@ +bin/samplicate |