summaryrefslogtreecommitdiffstats
path: root/net/samplicator
diff options
context:
space:
mode:
authormarkp <markp@FreeBSD.org>2001-06-10 04:18:32 +0000
committermarkp <markp@FreeBSD.org>2001-06-10 04:18:32 +0000
commit288d75afcf0c48f44e64efc5f1ac325b22697464 (patch)
tree5228ab4ba3399a4fda2d75b795967acd2977b824 /net/samplicator
parente1417ee095babefdd14d559e6cf9e9e74b0050c7 (diff)
downloadFreeBSD-ports-288d75afcf0c48f44e64efc5f1ac325b22697464.zip
FreeBSD-ports-288d75afcf0c48f44e64efc5f1ac325b22697464.tar.gz
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
Diffstat (limited to 'net/samplicator')
-rw-r--r--net/samplicator/Makefile17
-rw-r--r--net/samplicator/distinfo1
-rw-r--r--net/samplicator/pkg-comment1
-rw-r--r--net/samplicator/pkg-descr9
-rw-r--r--net/samplicator/pkg-plist1
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
OpenPOWER on IntegriCloud