- Ressurect net/samplicator

- Assign new MAINTAINER
- Update MASTER_SITES

PR:		ports/170922
Submitted by:	Chris Wopat <me@falz.net>
This commit is contained in:
Ryan Steinmetz 2012-09-08 15:17:51 +00:00
parent 92d80ba9e1
commit 019c086b3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303913
4 changed files with 34 additions and 0 deletions

View file

@ -1038,6 +1038,7 @@
SUBDIR += samba36
SUBDIR += samba4-devel
SUBDIR += samba4wins
SUBDIR += samplicator
SUBDIR += sbd
SUBDIR += scamper
SUBDIR += scapy

25
net/samplicator/Makefile Normal file
View file

@ -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>

2
net/samplicator/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (samplicator-1.3.7-beta6.tar.gz) = 8f1da80f2b32ef0e41a720fe1c98905f6e4cb1acb2949dbdddbb665a09655faf
SIZE (samplicator-1.3.7-beta6.tar.gz) = 95603

View file

@ -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/