git: da7ca680132e - main - devel/ccrtp: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Mar 2025 10:40:51 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=da7ca680132ea0e33e7088023697dd1495a256e4
commit da7ca680132ea0e33e7088023697dd1495a256e4
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-03-16 10:40:20 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-03-16 10:40:20 +0000
devel/ccrtp: Remove expired port
2025-03-16 devel/ccrtp: No active development in years and no users in tree
---
MOVED | 1 +
devel/Makefile | 1 -
devel/ccrtp/Makefile | 33 ---------------------------------
devel/ccrtp/distinfo | 3 ---
devel/ccrtp/files/patch-Makefile | 11 -----------
devel/ccrtp/pkg-descr | 6 ------
devel/ccrtp/pkg-plist | 21 ---------------------
7 files changed, 1 insertion(+), 75 deletions(-)
diff --git a/MOVED b/MOVED
index dbdd71430eca..1a5ea1088c90 100644
--- a/MOVED
+++ b/MOVED
@@ -4207,3 +4207,4 @@ sysutils/tracker||2025-03-05|Replaced long ago by tracker3 and now tinysparql
net-im/talkatu||2025-03-10|Has expired: Upstream has switched to mercurial and upstream development has stopped
textproc/py-towncrier23|textproc/py-towncrier|2025-03-14|Remove obsoleted port. Use textproc/py-towncrier instead
net/wifi-firmware-mtw-kmod|net/wifi-firmware-mt7601u-kmod|2025-03-14|Fixed to match firmware name
+devel/ccrtp||2025-03-16|Has expired: No active development in years and no users in tree
diff --git a/devel/Makefile b/devel/Makefile
index 8ccfe92c3979..4d4b24ab54a2 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -393,7 +393,6 @@
SUBDIR += cccc
SUBDIR += ccdoc
SUBDIR += ccls
- SUBDIR += ccrtp
SUBDIR += cctz
SUBDIR += cdecl
SUBDIR += cdialog
diff --git a/devel/ccrtp/Makefile b/devel/ccrtp/Makefile
deleted file mode 100644
index edf340ea4993..000000000000
--- a/devel/ccrtp/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-PORTNAME= ccrtp
-PORTVERSION= 2.1.2
-CATEGORIES= devel
-MASTER_SITES= GNU
-
-MAINTAINER= acm@FreeBSD.org
-COMMENT= Implementation of the real-time transport protocol
-WWW= https://www.gnu.org/software/ccrtp/
-
-DEPRECATED= No active development in years and no users in tree
-EXPIRATION_DATE=2025-03-16
-
-LIB_DEPENDS= libcommoncpp.so:devel/ucommon \
- libgcrypt.so:security/libgcrypt
-
-GNU_CONFIGURE= yes
-USES= compiler:c++11-lib gmake gettext libtool localbase iconv pkgconfig
-USE_LDCONFIG= yes
-
-INFO= ccrtp
-
-post-patch:
- @cd ${WRKSRC}/src && \
- ${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e "s|<malloc.h>|<stdlib.h>|g" {} \;
-
-post-configure:
- @${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
- ${REINPLACE_CMD} -e 's|-l-pthread|-pthread|g'
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libccrtp.so.3.0.1
-
-.include <bsd.port.mk>
diff --git a/devel/ccrtp/distinfo b/devel/ccrtp/distinfo
deleted file mode 100644
index 6a8af51ce080..000000000000
--- a/devel/ccrtp/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1608230727
-SHA256 (ccrtp-2.1.2.tar.gz) = f035ca0e1b5d37b78e358f07a25b05c5cdaf2c85c4b31cf29f6be17f288a349e
-SIZE (ccrtp-2.1.2.tar.gz) = 764869
diff --git a/devel/ccrtp/files/patch-Makefile b/devel/ccrtp/files/patch-Makefile
deleted file mode 100644
index 8116d05442a7..000000000000
--- a/devel/ccrtp/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in 2012-11-20 08:44:39.000000000 -0500
-+++ Makefile.in 2012-12-13 01:02:36.000000000 -0500
-@@ -330,7 +330,7 @@
-
- SUBDIRS = src demo doc
- DIST_SUBDIRS = m4 src phone doc demo w32
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(libdir)data/pkgconfig
- pkgconfig_DATA = libccrtp.pc
- all: ccrtp-config.h
- $(MAKE) $(AM_MAKEFLAGS) all-recursive
diff --git a/devel/ccrtp/pkg-descr b/devel/ccrtp/pkg-descr
deleted file mode 100644
index 9985101cb20d..000000000000
--- a/devel/ccrtp/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-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.
diff --git a/devel/ccrtp/pkg-plist b/devel/ccrtp/pkg-plist
deleted file mode 100644
index 42dea299b078..000000000000
--- a/devel/ccrtp/pkg-plist
+++ /dev/null
@@ -1,21 +0,0 @@
-include/ccrtp/CryptoContext.h
-include/ccrtp/CryptoContextCtrl.h
-include/ccrtp/base.h
-include/ccrtp/cqueue.h
-include/ccrtp/channel.h
-include/ccrtp/ext.h
-include/ccrtp/formats.h
-include/ccrtp/ioqueue.h
-include/ccrtp/iqueue.h
-include/ccrtp/oqueue.h
-include/ccrtp/pool.h
-include/ccrtp/queuebase.h
-include/ccrtp/rtcppkt.h
-include/ccrtp/rtp.h
-include/ccrtp/rtppkt.h
-include/ccrtp/sources.h
-lib/libccrtp.a
-lib/libccrtp.so
-lib/libccrtp.so.3
-lib/libccrtp.so.3.0.1
-libdata/pkgconfig/libccrtp.pc