mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Sjitter is a command line client/server to measure jitter
(based on RFC 1889), one way UDP delay and bandwidth. PR: ports/104898 Submitted by: self Approved by: miwi (mentor)
This commit is contained in:
parent
32c3f28745
commit
ec1eeaab39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176848
@ -189,6 +189,7 @@
|
||||
SUBDIR += sendip
|
||||
SUBDIR += sing
|
||||
SUBDIR += sipcalc
|
||||
SUBDIR += sjitter
|
||||
SUBDIR += slate
|
||||
SUBDIR += snmptt
|
||||
SUBDIR += softflowd
|
||||
|
32
net-mgmt/sjitter/Makefile
Normal file
32
net-mgmt/sjitter/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: sjitter
|
||||
# Date created: 2006-10-29
|
||||
# Whom: babak@farrokhi.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sjitter
|
||||
PORTVERSION= 0.14b
|
||||
CATEGORIES= net-mgmt net
|
||||
MASTER_SITES= http://www.alcasat.net/dev/sjitter/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= farrokhi@FreeBSD.org
|
||||
COMMENT= A client/server jitter measurement utility
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
USE_GMAKE= yes
|
||||
MAN1= sjitter.1
|
||||
PLIST_FILES= sbin/sjitters sbin/sjitterc
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,^CC,#CC,g ; \
|
||||
s,^LDFLAGS,LDFLAGS+,g ; \
|
||||
s,^CFLAGS,CFLAGS+,g" ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/sjitters ${PREFIX}/sbin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/sjitterc ${PREFIX}/sbin
|
||||
${INSTALL_MAN} ${WRKSRC}/sjitter.1.gz ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
3
net-mgmt/sjitter/distinfo
Normal file
3
net-mgmt/sjitter/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (sjitter-0.14b.tgz) = d2ca93bfc6edd3f9818aeb75d2bde65a
|
||||
SHA256 (sjitter-0.14b.tgz) = f06fc65afcbebd27db901b77f2c0c75da580b862b65f7bc35cd16a46391d4f5b
|
||||
SIZE (sjitter-0.14b.tgz) = 8070
|
4
net-mgmt/sjitter/pkg-descr
Normal file
4
net-mgmt/sjitter/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Sjitter is a command line client/server to measure jitter
|
||||
(based on RFC 1889), one way UDP delay and bandwidth.
|
||||
|
||||
WWW: http://www.alcasat.net/dev/sjitter/
|
Loading…
Reference in New Issue
Block a user