Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Sep 2012 15:17:51 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303913 - in head/net: . samplicator
Message-ID:  <201209081517.q88FHpeN011836@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <me@falz.net>

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 <bsd.port.mk>

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/



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