Port details |
- ccrtp Implementation of the real-time transport protocol
- 2.1.2 devel =3 2.1.2Version of this port present on the latest quarterly branch.
- Maintainer: acm@FreeBSD.org
- Port Added: 2006-07-25 17:44:42
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: mDNSResponder, xvidtune, OpenSP, libXdamage, xorg-docs
- License: not specified in port
- WWW:
- https://www.gnu.org/software/ccrtp/
- Description:
- GNU ccRTP is an implementation of RTP, the real-time transport protocol from
the IETF (see RFC 3550, RFC 3551 and RFC 3555). ccRTP is a C++ library based
on GNU Common C++ which provides a high performance, flexible and extensible
standards-compliant RTP stack with full RTCP support. The design and
implementation of ccRTP make it suitable for high capacity servers and
gateways as well as personal client applications.
- ¦ ¦ ¦ ¦
- 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/ccrtp/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ccrtp
- pkg install ccrtp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ccrtp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1608230727
SHA256 (ccrtp-2.1.2.tar.gz) = f035ca0e1b5d37b78e358f07a25b05c5cdaf2c85c4b31cf29f6be17f288a349e
SIZE (ccrtp-2.1.2.tar.gz) = 764869
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:
-
- gmake>=4.3 : devel/gmake
- msgfmt : devel/gettext-tools
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libcommoncpp.so : devel/ucommon
- libgcrypt.so : security/libgcrypt
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Libraries
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_ccrtp
- USES:
- compiler:c++11-lib gmake gettext libtool localbase iconv pkgconfig
- 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) |
2.1.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 ) |
2.1.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 ) |
2.1.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.2 15 Mar 2021 23:07:48 |
nc |
devel/ccrtp: Update to 2.1.2
PR: 251922
Approved by: maintainer timeout (3 months) |
2.0.9_8 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.0.9_7 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.0.9_6 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
2.0.9_5 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
2.0.9_4 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
2.0.9_3 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
2.0.9_2 01 Dec 2016 11:18:04 |
mat |
Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight |
2.0.9_2 25 Oct 2016 13:20:29 |
amdmi3 |
- Fix build on 9.x by propagating c++11 compiler requirement from libcommoncpp
- Switch to USES=localbase
Approved by: portmgr blanket |
2.0.9_2 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
2.0.9_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.0.9_2 14 Jan 2016 03:23:07 |
jhale |
- Update devel/ucommon to 7.0.0
- Bump PORTREVISION on dependent ports due to shlib bump
- Update audio/ccaudio2 to 2.2.0
- Add LICENSE
- Fix detection of gsm and speex |
2.0.9_1 02 Jan 2015 18:46:34 |
pi |
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above ) |
2.0.9 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
2.0.9 30 Jul 2014 03:57:24 |
pi |
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) |
2.0.6_4 28 Jul 2014 01:35:20 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
2.0.6_3 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
2.0.6_3 20 May 2014 08:37:05 |
gahr |
- Chase devel/ucommon shlib version bump
- While at it, place a single space after WWW in pkg-descr |
2.0.6_2 15 Apr 2014 07:35:21 |
gahr |
- Chase devel/ucommon shlib version bump |
2.0.6_1 09 Jan 2014 15:20:51 |
gahr |
- Chase devel/ucommon shlib version bump |
2.0.6 02 Oct 2013 18:50:37 |
acm |
- Update to 2.0.6
- Remove BROKEN
- Add missing dependency |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
02 Sep 2013 06:45:48
|
bapt |
Eradicate USE_GNOME=pkgconfig from devel
While here:
USE_GMAKE->USES=gmake
USE_GNOME=gnomehack->USES=pathfix
USE_PERL5*->USES=perl5 |
2.0.5_1 09 Mar 2013 14:35:10 |
miwi |
- BROKEN Fails to build
DUCOMMON_VISIBILITY=1 -pthread -pthread -o .libs/rtpsend rtpsend.o -pthread
../src/.libs/libccrtp.so -L/usr/local/lib /usr/local/lib/libcommoncpp.so
/usr/local/lib/libucommon.so -lgcc -lcrypto -pthread -Wl,-rpath
-Wl,/usr/local/lib
../src/.libs/libccrtp.so: undefined reference to `Twofish_encrypt'
../src/.libs/libccrtp.so: undefined reference to `Twofish_initialise'
../src/.libs/libccrtp.so: undefined reference to `Twofish_prepare_key'
gmake[2]: *** [rtpsend] Error 1 |
2.0.5_1 11 Feb 2013 14:21:39 |
gahr |
- Chase devel/ucommon shlib versbion bump |
2.0.5 13 Dec 2012 16:10:13 |
acm |
- Update to 2.0.5
PR: 170600
Submitted by: Waitman Gobble <uzimac at da3m0n8t3r.com> |
1.7.1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.7.1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.7.1 10 Nov 2009 16:12:55 |
acm |
- Update to 1.7.1 |
1.6.2 12 Dec 2008 22:49:45 |
acm |
- Update to 1.6.2
PR: 129480
Submitted by: Pedro F. Giffuni <giffunip at tutopia.com> |
1.6.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 ) |
1.6.0 22 Dec 2007 06:32:52 |
acm |
- Update to 1.6.0 |
1.5.2 02 Oct 2007 15:42:21 |
acm |
- Update to 1.5.2 |
1.5.0 05 Oct 2006 06:31:32 |
acm |
- Update to 1.5.0 |
1.4.1 25 Jul 2006 17:39:19 |
aaron |
Adding port devel/ccrtp, Implementation of the real-time transport
protocol.
PR: ports/97508
Submitted by: acm |