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
libswift IETF Peer-to-Peer Streaming Peer Protocol implementation
20190302_1 net-p2p 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 20190302_1Version of this port present on the latest quarterly branch.
Maintainer: dch@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-08-17 18:10:12
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: LGPL21
WWW:
https://github.com/skunkwerks/libswift
Description:
LibSwift is the reference UDP-based implementation of IETF RFC7574, a multi-peer transport layer protocol. Its mission is to disseminate content among a swarm of peers. Given a root hash, the data is received from whatever source available and data integrity is checked cryptographically with Merkle hash trees.
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. /usr/local/share/licenses/libswift-20190302_1/catalog.mk
  2. /usr/local/share/licenses/libswift-20190302_1/LICENSE
  3. /usr/local/share/licenses/libswift-20190302_1/LGPL21
  4. bin/libswift
  5. @dir(www,www,0750) /var/run/libswift/
  6. @dir(www,www,0755) /var/db/libswift/
  7. @owner
  8. @group
  9. @mode
Collapse this list.
Dependency lines:
  • libswift>0:net-p2p/libswift
To install the port:
cd /usr/ports/net-p2p/libswift/ && make install clean
To add the package, run one of these commands:
  • pkg install net-p2p/libswift
  • pkg install libswift
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libswift
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1551561964 SHA256 (skunkwerks-libswift-20190302-dc0cbcc_GH0.tar.gz) = 2da59582b62a331934e87189327fdb4e72f10737dd3ba4b888c19fe2380b0255 SIZE (skunkwerks-libswift-20190302-dc0cbcc_GH0.tar.gz) = 3330071

Packages (timestamps in pop-ups are UTC):
libswift
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest20190302_120190302_120190302_120190302_120190302_1-20190302_1-
FreeBSD:13:quarterly20190302_120190302_120190302_120190302_120190302_120190302_120190302_120190302_1
FreeBSD:14:latest20190302_120190302_120190302_120190302_120190302_120190302_1-20190302_1
FreeBSD:14:quarterly20190302_120190302_1-20190302_120190302_120190302_120190302_120190302_1
FreeBSD:15:latest20190302_120190302_1n/a20190302_1n/a20190302_120190302_120190302_1
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. gmake>=4.3 : devel/gmake
Library dependencies:
  1. libevent.so : devel/libevent
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for libswift-20190302_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
net-p2p_libswift
USES:
compiler:c++11-lang gmake ssl
pkg-message:
For install:
To run a server, copy any files you wish to share into /var/db/libswift, ensure that it is read and writable by the appropriate user, and start the libswift daemon: # service libswift onestart To retrieve a file, use: $ libswift --tracker 127.0.0.1:7777 --hash .... To view the root hashes, use `grep root *.mbinmap` in the share dir once hashing is complete. For large files this may take some time.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/skunkwerks/libswift/tar.gz/dc0cbcc?dummy=/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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)
20190302_1
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)
20190302_1
20 Jul 2022 14:22:43
commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net-p2p: remove 'Created by' lines

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

  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Attila Nagy <bra@fsn.hu>
  *  Chad J. Milios <milios@ccsys.com>
  *  Damian Gerow <dgerow@afflictions.org>
  *  Daniel Morante <daniel@morante.net>
  *  Dave Cottlehuber <dch@skunkwerks.at>
  *  Dereckson <dereckson@gmail.com>
  *  Devin Teske <dteske@FreeBSD.org>
  *  Dmitriy Limonov
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20190302_1
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
20190302_1
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.
20190302_1
14 Aug 2019 08:48:51
Revision:508903Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories n)

(and missed 3 missed files from previous categories.)
20190302_1
02 Aug 2019 13:30:40
Revision:507877Original commit files touched by this commit
jbeich search for other commits by this committer
devel/libevent2: update to 2.1.11

Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
20190302
30 Jul 2019 11:57:18
Revision:507630Original commit files touched by this commit
pkubaj search for other commits by this committer
net-p2p/libswift: fix build on GCC-based architectures

Respect CXX and use a new GCC from ports to fix this port on GCC architectures.

PR:		238722
Approved by:	dch (maintainer), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D20890
20190302
22 May 2019 21:33:32
Revision:502295Original commit files touched by this commit
dch search for other commits by this committer
net-p2p/libswift: support modern OpenSSL versions

- thanks danfe@ for the upstreamed patch enabling this
- portlint petting and tidy Makefile alignment
- teach pkg-message how to run a simple server

Approved by:	jrm (mentor)
Obtained from:	danfe
Differential Revision:	https://reviews.freebsd.org/D19429
20160817_2
21 May 2019 11:49:16
Revision:502217Original commit files touched by this commit
dch search for other commits by this committer
fix auto-assign for BZ PRs by updating MAINTAINER for my ports

Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D20331
20160817_2
06 Apr 2019 19:38:15
Revision:498174Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
20160817_2
10 Sep 2018 13:14:52
Revision:479406Original commit files touched by this commit
mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
20160817_2
02 Jul 2018 04:00:29
Revision:473699Original commit files touched by this commit
linimon search for other commits by this committer
Mark ports broken on mips64 that are already broken on powerpc64.  In
most cases, the failure mode is the same.  Also, mark them broken on
mips when necessary.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
20160817_2
13 May 2017 23:36:16
Revision:440859Original commit files touched by this commit
linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
20160817_2
20 Feb 2017 02:57:04
Revision:434427Original commit files touched by this commit
jbeich search for other commits by this committer
devel/libevent2: drop historical suffix after r362796

PR:		216777
Approved by:	mm (maintainer)
20160817_1
04 Feb 2017 07:56:59
Revision:433286Original commit files touched by this commit
jbeich search for other commits by this committer
devel/libevent2: update to 2.1.8 and cleanup

- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN

Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR:		216527
Exp-run by:	antoine
Approved by:	mm (maintainer)
20160817
17 Aug 2016 18:10:01
Revision:420360Original commit files touched by this commit
pi search for other commits by this committer
New port: net-p2p/libswift

LibSwift is the reference UDP-based implementation of IETF RFC7574,
a multi-peer transport layer protocol. Its mission is to disseminate
content among a swarm of peers.

Given a root hash, the data is received from whatever source available
and data integrity is checked cryptographically with Merkle hash
trees.

WWW: https://tools.ietf.org/html/rfc7574

PR:		211945
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at>

Number of commits found: 17