notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
sctplib User-space implementation of the SCTP protocol RFC 4960
1.0.31 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.31Version of this port present on the latest quarterly branch.
Maintainer: thomas.dreibholz@gmail.com search for ports maintained by this maintainer
Port Added: 2019-08-18 11:11:27
Last Update: 2023-12-20 07:39:20
Commit Hash: 4a63f26
License: GPLv3+
WWW:
https://www.nntb.no/~dreibh/sctplib/
Description:
The SCTPLIB library is a prototype implementation of the Stream Control Transmission Protocol (SCTP), a message-oriented reliable transport protocol that supports multi-homing, and multiple message streams multiplexed within an SCTP connection (also named association). SCTP is described in RFC 4960. The API of the library is modeled after Section 10 of RFC 4960, and most parameters and functions should be self-explanatory to the user familiar with this document. In addition to these interface functions between an Upper Layer Protocol (ULP) and an SCTP instance, the library also provides a number of helper functions that can be used to manage callbacks and timers, as well as UDP sockets for simple IPC. Furthermore, SCTPLIB provides support for UDP encapsulation, making it possible to co-exist with kernel SCTP implementations.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. include/sctp.h
  2. lib/libsctplib.a
  3. lib/libsctplib.so
  4. lib/libsctplib.so.1
  5. lib/libsctplib.so.1.0.8
  6. @ldconfig
  7. /usr/local/share/licenses/sctplib-1.0.31/catalog.mk
  8. /usr/local/share/licenses/sctplib-1.0.31/LICENSE
  9. /usr/local/share/licenses/sctplib-1.0.31/GPLv3+
Collapse this list.
Dependency lines:
  • sctplib>0:net/sctplib
To install the port:
cd /usr/ports/net/sctplib/ && make install clean
To add the package, run one of these commands:
  • pkg install net/sctplib
  • pkg install sctplib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: sctplib
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1701949801 SHA256 (sctplib-1.0.31.tar.gz) = c8d75b2fa91904b6ff952e52215d845b9da7706ddba8cbc88d2ac3ee5321a3f2 SIZE (sctplib-1.0.31.tar.gz) = 1123414

Packages (timestamps in pop-ups are UTC):
sctplib
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.311.0.311.0.241.0.311.0.31---
FreeBSD:13:quarterly1.0.311.0.31-1.0.311.0.311.0.311.0.311.0.31
FreeBSD:14:latest1.0.311.0.311.0.261.0.311.0.311.0.26-1.0.26
FreeBSD:14:quarterly1.0.311.0.31-1.0.311.0.311.0.311.0.311.0.31
FreeBSD:15:latest1.0.311.0.31n/a1.0.31n/a1.0.311.0.311.0.31
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libglib-2.0.so : devel/glib20
  2. libintl.so : devel/gettext-runtime
This port is required by:
for Libraries
  1. net/socketapi

Configuration Options:
No options to configure
Options name:
net_sctplib
USES:
gnome libtool pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://www.nntb.no/~dreibh/sctplib/download/
Collapse this list.

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.31
20 Dec 2023 07:39:20
commit hash: 4a63f2651914ee6bc48e4e1f74fefb090a6a47cbcommit hash: 4a63f2651914ee6bc48e4e1f74fefb090a6a47cbcommit hash: 4a63f2651914ee6bc48e4e1f74fefb090a6a47cbcommit hash: 4a63f2651914ee6bc48e4e1f74fefb090a6a47cb files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Thomas Dreibholz
net/sctplib: Update to 1.0.31

ChangeLog: https://www.nntb.no/~dreibh/sctplib/

PR:		275601
Reported by:	thomas.dreibholz@gmail.com (maintainer)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.0.26
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.26
20 Jul 2022 14:22:37
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.26
25 Apr 2021 11:35:12
commit hash: c2b3c2a5e9099378ad066b33a6e4221597291197commit hash: c2b3c2a5e9099378ad066b33a6e4221597291197commit hash: c2b3c2a5e9099378ad066b33a6e4221597291197commit hash: c2b3c2a5e9099378ad066b33a6e4221597291197 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
net/sctplib: Update to 1.0.26

ChangeLog:
https://github.com/dreibh/sctplib/commit/28c57670c29b35786c0d39b77d00b3119dbd6ac4

While here pet linters.

PR:	255177
Reported by:	gspurki@gmail.com
Approved by:	dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
1.0.24
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0.24
18 Aug 2019 11:11:21
Revision:509201Original commit files touched by this commit
pi search for other commits by this committer
New port: net/sctplib

The SCTPLIB library is a prototype implementation of the Stream Control
Transmission Protocol (SCTP), a message-oriented reliable transport protocol
that supports multi-homing, and multiple message streams multiplexed within an
SCTP connection (also named association). SCTP is described in RFC 4960. See
https://www.uni-due.de/~be0001/sctplib/ for details. The API of the library is
modeled after Section 10 of RFC 4960, and most parameters and functions should
be self-explanatory to the user familiar with this document. In addition to
these interface functions between an Upper Layer Protocol (ULP) and an SCTP
instance, the library also provides a number of helper functions that can be
used to manage callbacks and timers, as well as UDP sockets for simple IPC.
Furthermore, SCTPLIB provides support for UDP encapsulation, making it possible
to co-exist with kernel SCTP implementations.

WWW: https://www.uni-due.de/~be0001/sctplib/

PR:		239844
Submitted by:	dreibh@iem.uni-due.de

Number of commits found: 7