Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  1 Jun 2001 11:52:59 +0200 (CEST)
From:      Michael Lyngbol <michael@lyngbol.dk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27809: new port: net/samplicator
Message-ID:  <20010601095259.D96CA150C6@tigerdyr.wheel.dk>

next in thread | raw e-mail | index | archive | help

>Number:         27809
>Category:       ports
>Synopsis:       new port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 01 03:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Michael Lyngbøl
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD tigerdyr 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Wed May 2 14:58:03 CEST 2001 root@tigerdyr:/usr/src/sys/compile/TIGERDYR i386


>Description:
New port, nice for using with (Cisco) Netflow accounting.

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/
	
>How-To-Repeat:
>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	samplicator
#	samplicator/Makefile
#	samplicator/distinfo
#	samplicator/pkg-descr
#	samplicator/pkg-comment
#	samplicator/pkg-plist
#
echo c - samplicator
mkdir -p samplicator > /dev/null 2>&1
echo x - samplicator/Makefile
sed 's/^X//' >samplicator/Makefile << 'END-of-samplicator/Makefile'
X# New ports collection makefile for:   samplicator
X# Date created:        1 June 2001
X# Whom:                Michael Lyngbol <lyngbol@wheel.dk>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	samplicator
XPORTVERSION=	1.2.1
XCATEGORIES=	net
XMASTER_SITES=	http://www.switch.ch/tf-tant/floma/sw/samplicator/
X
XMAINTAINER=	lyngbol@wheel.dk
X
XGNU_CONFIGURE=	yes
X
X.include <bsd.port.mk>
END-of-samplicator/Makefile
echo x - samplicator/distinfo
sed 's/^X//' >samplicator/distinfo << 'END-of-samplicator/distinfo'
XMD5 (samplicator-1.2.1.tar.gz) = d622e22c7c504f4a3f3c6e71304c620e
END-of-samplicator/distinfo
echo x - samplicator/pkg-descr
sed 's/^X//' >samplicator/pkg-descr << 'END-of-samplicator/pkg-descr'
XThis small program receives UDP datagrams on a given port, and resends
Xthose datagrams to a specified set of receivers.  In addition, a
Xsampling divisor N may be specified individually for each receiver,
Xwhich will then only receive one in N of the received packets.
X
XWWW: http://www.switch.ch/tf-tant/floma/sw/samplicator/
X
X- Michael Lyngbol
Xlyngbol@wheel.dk
END-of-samplicator/pkg-descr
echo x - samplicator/pkg-comment
sed 's/^X//' >samplicator/pkg-comment << 'END-of-samplicator/pkg-comment'
XReceives UDP datagrams and redistributes them to a set of receivers.
END-of-samplicator/pkg-comment
echo x - samplicator/pkg-plist
sed 's/^X//' >samplicator/pkg-plist << 'END-of-samplicator/pkg-plist'
Xbin/samplicate
END-of-samplicator/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010601095259.D96CA150C6>