mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
New port: net/tsctp
TSCTP is an SCTP test tool. Its purpose is to perform basic SCTP functionality tests to check implementations interoperability and to verify that the SCTP stack is working. WWW: https://www.uni-due.de/~be0001/tsctp/ PR: 239846 Submitted by: dreibh@iem.uni-due.de
This commit is contained in:
parent
4e3233bbc8
commit
80a9e93249
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509200
@ -1460,6 +1460,7 @@
|
||||
SUBDIR += tramp
|
||||
SUBDIR += trickle
|
||||
SUBDIR += tsclient
|
||||
SUBDIR += tsctp
|
||||
SUBDIR += tshark
|
||||
SUBDIR += tshark-lite
|
||||
SUBDIR += tsocks
|
||||
|
20
net/tsctp/Makefile
Normal file
20
net/tsctp/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tsctp
|
||||
PORTVERSION= 0.7.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://www.uni-due.de/~be0001/tsctp/download/
|
||||
|
||||
MAINTAINER= dreibh@iem.uni-due.de
|
||||
COMMENT= SCTP Test Tool
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= tar:xz cmake
|
||||
|
||||
PLIST_FILES= bin/tsctp man/man1/tsctp.1.gz
|
||||
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/tsctp/distinfo
Normal file
3
net/tsctp/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1565194937
|
||||
SHA256 (tsctp-0.7.3.tar.xz) = 2084beb0f6fb8ae166b0044751f3b9b7feda5a87bd9446d5657560d2c72e6160
|
||||
SIZE (tsctp-0.7.3.tar.xz) = 49536
|
5
net/tsctp/pkg-descr
Normal file
5
net/tsctp/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
TSCTP is an SCTP test tool. Its purpose is to perform basic SCTP
|
||||
functionality tests to check implementations interoperability and
|
||||
to verify that the SCTP stack is working.
|
||||
|
||||
WWW: https://www.uni-due.de/~be0001/tsctp/
|
Loading…
Reference in New Issue
Block a user