aboutsummaryrefslogtreecommitdiff
path: root/net/libusrsctp
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-04-10 00:22:46 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-04-10 00:22:46 +0000
commit2b665e9bcb510d4f7b1c3dea43d398d1918b6fdf (patch)
treeba9659062e8aa267f7540e60f612df55ab12d3fb /net/libusrsctp
parente77dabfc86ee2d61b265819374e8b7ab9e77e210 (diff)
downloadports-2b665e9bcb510d4f7b1c3dea43d398d1918b6fdf.tar.gz
ports-2b665e9bcb510d4f7b1c3dea43d398d1918b6fdf.zip
New port: net/libusrsctp: Portable SCTP userland stack
Notes
Notes: svn path=/head/; revision=531277
Diffstat (limited to 'net/libusrsctp')
-rw-r--r--net/libusrsctp/Makefile26
-rw-r--r--net/libusrsctp/distinfo3
-rw-r--r--net/libusrsctp/pkg-descr3
3 files changed, 32 insertions, 0 deletions
diff --git a/net/libusrsctp/Makefile b/net/libusrsctp/Makefile
new file mode 100644
index 000000000000..aeaf9b29bdaf
--- /dev/null
+++ b/net/libusrsctp/Makefile
@@ -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>
diff --git a/net/libusrsctp/distinfo b/net/libusrsctp/distinfo
new file mode 100644
index 000000000000..3fe0f2eff2fe
--- /dev/null
+++ b/net/libusrsctp/distinfo
@@ -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
diff --git a/net/libusrsctp/pkg-descr b/net/libusrsctp/pkg-descr
new file mode 100644
index 000000000000..f88cb2a7dc14
--- /dev/null
+++ b/net/libusrsctp/pkg-descr
@@ -0,0 +1,3 @@
+libusrsctp is a userland SCTP stack.
+
+WWW: https://github.com/sctplab/usrsctp