diff --git a/net/Makefile b/net/Makefile index d342277b8309..8de85bfcd518 100644 --- a/net/Makefile +++ b/net/Makefile @@ -323,6 +323,7 @@ SUBDIR += rwhois SUBDIR += samba SUBDIR += samba-devel + SUBDIR += samplicator SUBDIR += satellite SUBDIR += scotty SUBDIR += scotty3 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 +# +# $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 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