From owner-svn-ports-all@FreeBSD.ORG Sat Sep 8 15:17:52 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 221C5106564A; Sat, 8 Sep 2012 15:17:52 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E86308FC0A; Sat, 8 Sep 2012 15:17:51 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q88FHp7q011841; Sat, 8 Sep 2012 15:17:51 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q88FHpeN011836; Sat, 8 Sep 2012 15:17:51 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201209081517.q88FHpeN011836@svn.freebsd.org> From: Ryan Steinmetz Date: Sat, 8 Sep 2012 15:17:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303913 - in head/net: . samplicator X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 15:17:52 -0000 Author: zi Date: Sat Sep 8 15:17:51 2012 New Revision: 303913 URL: http://svn.freebsd.org/changeset/ports/303913 Log: - Ressurect net/samplicator - Assign new MAINTAINER - Update MASTER_SITES PR: ports/170922 Submitted by: Chris Wopat Added: head/net/samplicator/ head/net/samplicator/Makefile (contents, props changed) head/net/samplicator/distinfo (contents, props changed) head/net/samplicator/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Sep 8 14:56:50 2012 (r303912) +++ head/net/Makefile Sat Sep 8 15:17:51 2012 (r303913) @@ -1038,6 +1038,7 @@ SUBDIR += samba36 SUBDIR += samba4-devel SUBDIR += samba4wins + SUBDIR += samplicator SUBDIR += sbd SUBDIR += scamper SUBDIR += scapy Added: head/net/samplicator/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/samplicator/Makefile Sat Sep 8 15:17:51 2012 (r303913) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= samplicator +PORTVERSION= 1.3.7.b6 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITE_SUBDIR= samplicator +DISTNAME= samplicator-1.3.7-beta6 + +MAINTAINER= me@falz.net +COMMENT= Receives UDP datagrams and redistributes them to a set of receivers + +GNU_CONFIGURE= yes + +PLIST_FILES= bin/samplicate +PORTDOCS= NEWS README + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/samplicate ${PREFIX}/bin/ +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ +.endif + +.include Added: head/net/samplicator/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/samplicator/distinfo Sat Sep 8 15:17:51 2012 (r303913) @@ -0,0 +1,2 @@ +SHA256 (samplicator-1.3.7-beta6.tar.gz) = 8f1da80f2b32ef0e41a720fe1c98905f6e4cb1acb2949dbdddbb665a09655faf +SIZE (samplicator-1.3.7-beta6.tar.gz) = 95603 Added: head/net/samplicator/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/samplicator/pkg-descr Sat Sep 8 15:17:51 2012 (r303913) @@ -0,0 +1,6 @@ +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://samplicator.googlecode.com/