Port details |
- jrtplib Object-oriented RTP library written in C++
- 3.11.2 devel =3 3.11.2Version of this port present on the latest quarterly branch.
- Maintainer: rodrigo@FreeBSD.org
- Port Added: 2003-10-06 02:53:25
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: heimdal, enlightenment, py311-Automat, py39-PyOpenGL, py311-python-gdsii
- License: MIT
- WWW:
- https://research.edm.uhasselt.be/jori/page/Cs/JrtplibOld.html
- Description:
- JRTPLIB is an object-oriented RTP library written in C++ by Jori Liesenborgs.
It was partly developed for his thesis at the School for Knowledge Technology
(or 'School voor Kennistechnologie' in Dutch), a cooperation between the
'Limburgs Universitair Centrum' (LUC) and the 'Universiteit Maastricht' (UM).
- ¦ ¦ ¦ ¦
- 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/devel/jrtplib/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/jrtplib
- pkg install jrtplib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jrtplib
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1603806183
SHA256 (j0r1-JRTPLIB-v3.11.2_GH0.tar.gz) = 591bf6cddd0976a4659ed4dd2fada43140e5f5f9c9dbef56b137a3023549673f
SIZE (j0r1-JRTPLIB-v3.11.2_GH0.tar.gz) = 227388
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
- Library dependencies:
-
- libsrtp2.so : net/libsrtp2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_jrtplib
- USES:
- cmake pathfix tar:bzip2
- 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 |
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) |
3.11.2 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 ) |
3.11.2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.11.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.11.2 27 Oct 2020 16:18:39 |
rodrigo |
devel/jrtplib : upgrade to 3.11.2
The original author step off the project, so for now, update the
WWW link to point to the archived page who describes the project.
Major changes:
- Taking EINTR in nanosleep, poll and select calls into account.
Thanks to Filippo Guerzoni (filippo.guerzoni@gmail.com) for bringing
this to my attention.
- Disabled some copy constructors
- Bugfix in RTPExternalTransmitter: a buffer could fill up causing the
an operation to fail to get aborted
- Added constructor to RTPRawPacket to guess RTP/RTCP type
- Bugfixed regarding some calles being cut short due to an EINTR |
3.11.1.21 13 Apr 2020 11:21:05 |
rodrigo |
devel/jrtplib: Switch upstream and update version
Switch upstream to Github since the previous
repo wasn't update since 2017. Also switch to
head to take advantage of bugfixes and
improvements done but never released as an
official version.
This new version add a dependency on net/libsrtp2
in order to support encrypted streams.
Major changes and improvements:
* Add support for libsrtp2
* Avoid `using namespace std` to allow c++14 compilation
* Added RTPRawPacket constructor which determines RTP/RTCP automatically
* Fix rtpsecuresession.cpp when thread is not supported
* Testing getifaddrs/freeifaddrs availability as well as header file
* Tried to fix the abort socket buffer filling up
* Added test program that shows bug in external transmitter
* Handling EINTR in nanosleep call
* Test to cause EINTR in poll/select
* Ignoring EINTR in poll and select calls
PR: 245577
Submitted by: yuri |
3.11.1_1 11 Apr 2020 01:26:28 |
yuri |
devel/jrtplib: Replace URLs in MASTER_SITES and WWW with https versions
Approved by: portmgr (blanket port compliance) |
3.11.1_1 03 Jul 2018 13:00:33 |
rodrigo |
Fix buil for 12.0
- Fix c++ source code
- Redo existing patch (make makepatch)
- Bump PORTREVISION |
3.11.1 29 Mar 2017 12:00:28 |
rodrigo |
Update port to v3.11.1 and take maintenership for this port |
3.11.0 23 Mar 2017 09:44:15 |
vanilla |
Update to 3.11.0. |
3.10.0 12 Jan 2017 07:10:53 |
vanilla |
1: Update to 3.10.0.
2: use pathfix, and remove uneeded post-patch. |
3.9.1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
3.9.1 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
3.9.1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
3.9.1 17 Feb 2014 07:41:27 |
miwi |
- Stage support |
3.9.1 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
3.9.1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.9.1 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
3.9.1 30 Nov 2012 23:52:43 |
sperber |
- Update to version 3.9.1
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: ports/171984
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Feature safe: yes |
3.7.1 22 Sep 2012 05:32:27 |
tabthorpe |
- Reassign to the heap at the maintainer's request |
3.7.1 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
3.7.1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
3.7.1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
3.7.1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
3.7.1 17 Nov 2008 17:01:29 |
lwhsu |
- Update to 3.7.1
PR: ports/128936
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by: "Petr Holub" <hopet AT ics.muni.cz> (maintainer) |
3.7.0 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
3.7.0 12 Feb 2007 13:22:04 |
rafan |
- Update to 3.7.0
- Update MASTER_SITES/WWW
PR: ports/109011
Submitted by: Yi-Huan Chan <yhchan at csie.nctu.edu.tw>
Approved by: Petr Holub <hopet at ics.muni.cz> (maintainer) |
3.6.0 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
3.6.0 30 Jan 2007 04:23:59 |
kris |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose |
3.6.0 07 Oct 2006 08:40:06 |
miwi |
- Fixed bug in RTPIPv6Destination
PR: ports/103704
Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
Approved by: Petr Holub <hopet@ics.muni.cz> (maintainer) |
3.6.0 01 Jul 2006 03:52:20 |
rafan |
- Update to 3.6.0
PR: ports/99642
Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
Approved by: maintainer, delphij (mentor) |
3.5.2_1 20 Apr 2006 01:53:46 |
ijliao |
Patches:
- fixed build error on 4.x
- patched lib/pkgconfig/jrtplib.pc to libdata/pkgconfig/jrtplib.pc
- added missing libdata/pkgconfig/jrtplib.pc in pkg-plist
PR: 96033
Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
Approved by: maintainer |
3.5.2 14 Apr 2006 03:13:16 |
ijliao |
upgrade to 3.5.2
PR: 95461
Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
Approved by: maintainer |
3.1.0 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
3.1.0 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
3.1.0 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
3.1.0 16 Nov 2004 10:36:38 |
krion |
Update to 3.1.0
PR: ports/73976
Submitted by: maintainer |
2.7_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.7_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.7 03 Nov 2003 01:13:16 |
jeh |
The jrtplib port is broken on amd64 as reported by Kris Kennaway
on Fri, 17 Oct 2003 16:36:54 -0700. This fix should be a temporal solution
until proper -fPIC option is added to configure by library developer
whom I've already notified.
PR: 58197 |
2.7 03 Nov 2003 01:12:26 |
jeh |
The jrtplib port is broken on amd64 as reported by Kris Kennaway
on Fri, 17 Oct 2003 16:36:54 -0700. This fix should be a temporal solution
until proper -fPIC option is added to configure by library developer
whom I've already notified.
PR: 58197
Submitter: MAINTAINER |
2.7 06 Oct 2003 02:46:08 |
edwin |
New port: JRTPLIB - RTP library in C++
New port: JRTPLIB - library in C++ for developing applications
using RTP protocol. For details see
http://lumumba.luc.ac.be/jori/jrtplib/jrtplib.html
PR: ports/48929
Submitted by: Petr Holub <hopet@ics.muni.cz> |