From owner-svn-ports-all@freebsd.org Fri Apr 10 00:22:47 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9B5402AB7AF; Fri, 10 Apr 2020 00:22:47 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48yzHW3c3vz4Tv9; Fri, 10 Apr 2020 00:22:47 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7702E1D709; Fri, 10 Apr 2020 00:22:47 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03A0MlMW012278; Fri, 10 Apr 2020 00:22:47 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03A0MkPJ012275; Fri, 10 Apr 2020 00:22:46 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202004100022.03A0MkPJ012275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 10 Apr 2020 00:22:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531277 - in head/net: . libusrsctp X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/net: . libusrsctp X-SVN-Commit-Revision: 531277 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2020 00:22:47 -0000 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 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