# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-descr # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# Created by: Thomas Dreibholz X# $FreeBSD$ X XPORTNAME= sctplib XPORTVERSION= 1.0.24 XCATEGORIES= net XMASTER_SITES= https://www.uni-due.de/~be0001/sctplib/download/ X XMAINTAINER= dreibh@iem.uni-due.de XCOMMENT= User-space implementation of the SCTP protocol RFC 4960 X XLICENSE= GPLv3+ XLICENSE_FILE= ${WRKSRC}/COPYING X XLIB_DEPENDS= libglib-2.0.so:devel/glib20 X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --enable-sctp-over-udp X X.include b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XTIMESTAMP = 1565784282 XSHA256 (sctplib-1.0.24.tar.gz) = 82ce014e51b4405cdc3dc691ae5fa66ee861205e0c91426d5c9af18866f91046 XSIZE (sctplib-1.0.24.tar.gz) = 1037978 57677d168a5ec21bdf22c9501f075a8f echo x - pkg-descr sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979' XThe SCTPLIB library is a prototype implementation of the Stream Control XTransmission Protocol (SCTP), a message-oriented reliable transport protocol Xthat supports multi-homing, and multiple message streams multiplexed within an XSCTP connection (also named association). SCTP is described in RFC 4960. See Xhttps://www.uni-due.de/~be0001/sctplib/ for details. The API of the library is Xmodeled after Section 10 of RFC 4960, and most parameters and functions should Xbe self-explanatory to the user familiar with this document. In addition to Xthese interface functions between an Upper Layer Protocol (ULP) and an SCTP Xinstance, the library also provides a number of helper functions that can be Xused to manage callbacks and timers, as well as UDP sockets for simple IPC. XFurthermore, SCTPLIB provides support for UDP encapsulation, making it possible Xto co-exist with kernel SCTP implementations. X XWWW: https://www.uni-due.de/~be0001/sctplib/ 7f9555c3c1089940396b503dd37f3979 echo x - pkg-plist sed 's/^X//' >pkg-plist << '842cde48cf18b70a11b15515ca566742' Xinclude/sctp.h Xlib/libsctplib.a Xlib/libsctplib.la Xlib/libsctplib.so Xlib/libsctplib.so.1.0.8 842cde48cf18b70a11b15515ca566742 exit