Port details |
- re Library for real-time comms with async IO support
- 3.16.0 audio =3 3.14.0Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2012-09-01 11:38:22
- Last Update: 2024-10-04 20:11:57
- Commit Hash: d19727e
- People watching this port, also watch:: xcb-util-image, autoconf, libssh, p5-MIME-Tools, woff2
- Also Listed In: devel
- License: BSD3CLAUSE
- WWW:
- https://github.com/baresip
- Description:
- Libre is a portable and generic library for real-time communications
with async IO support and a complete SIP stack with support for SDP,
RTP/RTCP, STUN/TURN/ICE, BFCP and DNS Client.
Features:
- SIP Stack (RFC 3261)
- SDP
- RTP and RTCP
- DNS-Client
- STUN/TURN/ICE
- BFCP
- Jitter-buffer
- Async I/O (poll, epoll, select)
- UDP/TCP/TLS transport
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/re/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/re
- pkg install re
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: re
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1728044642
SHA256 (baresip-re-v3.16.0_GH0.tar.gz) = 11b3215064b6ef5a11b0f4645d6d4834f8ba899d5b65c66477f9c4afbd32e1ed
SIZE (baresip-re-v3.16.0_GH0.tar.gz) = 612463
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Build
-
- audio/baresip
- for Libraries
-
Deleted ports which required this port:
- for Run
-
- audio/baresip
Configuration Options:
- No options to configure
- Options name:
- audio_re
- USES:
- cmake ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.16.0 04 Oct 2024 20:11:57 |
Thomas Zander (riggs) |
audio/re: Update to upstream version 3.16.0 |
3.14.0 31 Jul 2024 11:42:54 |
Rodrigo Osorio (rodrigo) |
audio/re: update to 3.14.0
Full changelog: https://github.com/baresip/re/blob/main/CHANGELOG.md |
3.13.0 24 Jun 2024 05:19:12 |
Thomas Zander (riggs) |
audio/re: Update to upstream release 3.13.0 |
3.11.0 11 Apr 2024 21:02:04 |
Thomas Zander (riggs) |
audio/re: Update to upstream version 3.11.0
MFH: 2024Q2 |
3.10.0 08 Mar 2024 12:31:37 |
Thomas Zander (riggs) |
audio/re: Update to upstream release 3.10.0 |
3.9.0 04 Feb 2024 10:22:27 |
Thomas Zander (riggs) |
audio/re: Fix build on 15-CURRENT and 14-STABLE
Details:
- Recent changes on head[1] and stable/14[2] cause the resolv detection
in audio/re to add -lresolv to the linker flags, which is not
available on FreeBSD.
[1]
https://cgit.freebsd.org/src/commit/?id=58cf91d3b72a01777bacf72d66a648a744ae3143
[2]
https://cgit.freebsd.org/src/commit/?h=stable/14&id=5a70219b209f4ba8e8244d3886d364da4c00e4df
Reported by: Herbert J. Skuhra <herbert@gojira.at> |
3.9.0 02 Feb 2024 20:13:49 |
Thomas Zander (riggs) |
audio/re: Update to upstream release 3.9.0 |
3.6.2 08 Nov 2023 08:00:21 |
Fernando Apesteguía (fernape) |
audio/re: update to 3.6.2
ChangeLog: https://github.com/baresip/re/releases/tag/v3.6.2
sip/transp: add win32 local transport addr fallback (fixes TCP/TLS register)
Reported by: portscout |
3.6.1 04 Nov 2023 16:37:35 |
Thomas Zander (riggs) |
audio/re: Update to upstream release 3.6.1 |
3.6.0 21 Oct 2023 11:48:44 |
Thomas Zander (riggs) |
audio/re: Update to upstream version 3.6.0 |
3.5.1 15 Sep 2023 10:43:21 |
Thomas Zander (riggs) |
audio/re: Update to upstream release 3.5.1 |
3.4.0 09 Sep 2023 19:00:40 |
Rodrigo Osorio (rodrigo) |
audio/re: update to v3.4.0
Full changelog: https://github.com/baresip/re/releases |
2.12.0 25 Mar 2023 09:10:07 |
Chris Rees (crees) |
Return baresip and libraries to the pool
PR: ports/261035 |
2.12.0 25 Mar 2023 09:10:06 |
Chris Rees (crees) Author: Denis Polygalov |
audio/re: Update to 2.12.0
Many changes since the last version, so please see:
https://github.com/baresip/re/blob/main/CHANGELOG.md
PR: ports/261035 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
0.5.8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.5.8 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.5.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.8 28 Apr 2018 14:03:20 |
crees |
audio/baresip: Update to 0.5.8 (with helper libraries)
PR: ports/227739
Submitted by: Thomas Merkel |
0.5.0 26 Nov 2016 09:06:17 |
crees |
Update to 0.5.0
PR: ports/214835
Submitted by: Dmitrij D. Czarkoff <czarkoff@gmail.com> |
0.4.16 09 Sep 2016 19:17:29 |
marino |
audio/re: Set to use correct openssl headers
Approved by: SSL blanket |
0.4.16 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
0.4.16 13 Jun 2016 06:22:21 |
woodsb02 |
audio/re:
- Update to 0.4.16
- Organise pkg-plist alphabetically
audio/rem:
- Update to 0.4.7
- Organise pkg-plist alphabetically
audio/baresip:
- Update to 0.4.19
- Remove CELT option (no longer supported upstream - replaced by OPUS)
- Add EXAMPLES option to install new ${WRKSRC}/docs/examples
- Update minimum required versions of audio/re and audio/rem [1]
Changes this release: (Only the first 15 lines of the commit message are shown above ) |
0.4.6_1 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
0.4.6 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
0.4.6 20 Dec 2013 22:55:35 |
crees |
Update Baresip to 0.4.8, and the supporting re and rem libraries
to their latest versions
Several new modules, however some will no longer work after changes to the
core code; a best effort has been made to investigate and mark such broken
modules. |
0.4.2 21 Oct 2013 02:49:40 |
eadler |
- Convert to staging
Approved by: crees (maintainer, implicit) |
0.4.2 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
0.4.2 28 Aug 2013 05:51:16 |
bapt |
Fix build without gcc |
0.4.2 30 Apr 2013 20:10:53 |
crees |
Add licence info to some ports
Submitted by: 4721 |
0.4.2 03 Jan 2013 15:09:27 |
crees |
Introducing baresip 0.4.2, along with the same versions of libre and librem.
re and rem must be updated first, since baresip will not compile against older
versions.
[
Fix linking of Speex modules
PR: ports/174925 (based on)
Submitted by: Anish Mistry <amistry@unitedware.com>
] |
0.4.0 01 Sep 2012 11:38:02 |
crees |
Libre is a portable and generic library for real-time communications
with async IO support and a complete SIP stack with support for SDP,
RTP/RTCP, STUN/TURN/ICE, BFCP and DNS Client.
Features:
- SIP Stack (RFC 3261)
- SDP
- RTP and RTCP
- DNS-Client
- STUN/TURN/ICE
- BFCP
- Jitter-buffer
- Async I/O (poll, epoll, select)
- UDP/TCP/TLS transport
WWW: http://www.creytiv.com/re.html |