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.

non port: net/sctplib/pkg-descr

Number of commits found: 3

Wednesday, 20 Dec 2023
07:39 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)
commit hash: 4a63f2651914ee6bc48e4e1f74fefb090a6a47cb commit hash: 4a63f2651914ee6bc48e4e1f74fefb090a6a47cb commit hash: 4a63f2651914ee6bc48e4e1f74fefb090a6a47cb commit hash: 4a63f2651914ee6bc48e4e1f74fefb090a6a47cb 4a63f26
Wednesday, 7 Sep 2022
21:58 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)
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 fb16dfe
Sunday, 18 Aug 2019
11:11 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
Original commitRevision:509201 

Number of commits found: 3