Date: Sun, 18 Aug 2019 10:50:14 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509200 - in head/net: . tsctp Message-ID: <201908181050.x7IAoEjE076217@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Aug 18 10:50:13 2019 New Revision: 509200 URL: https://svnweb.freebsd.org/changeset/ports/509200 Log: 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 Added: head/net/tsctp/ head/net/tsctp/Makefile (contents, props changed) head/net/tsctp/distinfo (contents, props changed) head/net/tsctp/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Aug 18 10:42:52 2019 (r509199) +++ head/net/Makefile Sun Aug 18 10:50:13 2019 (r509200) @@ -1460,6 +1460,7 @@ SUBDIR += tramp SUBDIR += trickle SUBDIR += tsclient + SUBDIR += tsctp SUBDIR += tshark SUBDIR += tshark-lite SUBDIR += tsocks Added: head/net/tsctp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/tsctp/Makefile Sun Aug 18 10:50:13 2019 (r509200) @@ -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> Added: head/net/tsctp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/tsctp/distinfo Sun Aug 18 10:50:13 2019 (r509200) @@ -0,0 +1,3 @@ +TIMESTAMP = 1565194937 +SHA256 (tsctp-0.7.3.tar.xz) = 2084beb0f6fb8ae166b0044751f3b9b7feda5a87bd9446d5657560d2c72e6160 +SIZE (tsctp-0.7.3.tar.xz) = 49536 Added: head/net/tsctp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/tsctp/pkg-descr Sun Aug 18 10:50:13 2019 (r509200) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908181050.x7IAoEjE076217>