Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2020 00:22:46 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531277 - in head/net: . libusrsctp
Message-ID:  <202004100022.03A0MkPJ012275@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Apr 10 00:22:46 2020
New Revision: 531277
URL: https://svnweb.freebsd.org/changeset/ports/531277

Log:
  New port: net/libusrsctp: Portable SCTP userland stack

Added:
  head/net/libusrsctp/
  head/net/libusrsctp/Makefile   (contents, props changed)
  head/net/libusrsctp/distinfo   (contents, props changed)
  head/net/libusrsctp/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Thu Apr  9 21:31:57 2020	(r531276)
+++ head/net/Makefile	Fri Apr 10 00:22:46 2020	(r531277)
@@ -409,6 +409,7 @@
     SUBDIR += libtrace
     SUBDIR += libunp
     SUBDIR += libusipp
+    SUBDIR += libusrsctp
     SUBDIR += libutp
     SUBDIR += libvncserver
     SUBDIR += libwebsockets

Added: head/net/libusrsctp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/libusrsctp/Makefile	Fri Apr 10 00:22:46 2020	(r531277)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	libusrsctp
+DISTVERSION=	0.9.3.0-856
+DISTVERSIONSUFFIX=	-g66a25d7
+CATEGORIES=	net devel
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Portable SCTP userland stack
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+USES=		cmake
+USE_GITHUB=	yes
+GH_ACCOUNT=	sctplab
+GH_PROJECT=	usrsctp
+USE_LDCONFIG=	yes
+
+PLIST_FILES=	include/usrsctp.h \
+		lib/libusrsctp.a \
+		lib/libusrsctp.so \
+		lib/libusrsctp.so.1 \
+		lib/libusrsctp.so.1.0.0
+
+.include <bsd.port.mk>

Added: head/net/libusrsctp/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/libusrsctp/distinfo	Fri Apr 10 00:22:46 2020	(r531277)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1586476102
+SHA256 (sctplab-usrsctp-0.9.3.0-856-g66a25d7_GH0.tar.gz) = 2e2b15d8d78fef2e4efeb5d673d0e3147c81de682f701407b0cbd0b5f9b9de6b
+SIZE (sctplab-usrsctp-0.9.3.0-856-g66a25d7_GH0.tar.gz) = 765013

Added: head/net/libusrsctp/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/libusrsctp/pkg-descr	Fri Apr 10 00:22:46 2020	(r531277)
@@ -0,0 +1,3 @@
+libusrsctp is a userland SCTP stack.
+
+WWW: https://github.com/sctplab/usrsctp



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