git: 1348cac78f2c - main - audio/taglib-extras: Remove expired port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 17 Feb 2024 06:06:08 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1348cac78f2c1cb9676c13031093485b76b934cd

commit 1348cac78f2c1cb9676c13031093485b76b934cd
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-17 04:08:06 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-17 06:05:46 +0000

    audio/taglib-extras: Remove expired port
    
    audio/taglib-extras
---
 audio/Makefile                              |  1 -
 audio/taglib-extras/Makefile                | 21 ---------------------
 audio/taglib-extras/distinfo                |  2 --
 audio/taglib-extras/files/patch-svn_1444333 | 24 ------------------------
 audio/taglib-extras/pkg-descr               |  3 ---
 audio/taglib-extras/pkg-plist               | 13 -------------
 6 files changed, 64 deletions(-)

diff --git a/audio/Makefile b/audio/Makefile
index bdb63fd3cdcb..e332b72b1163 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -792,7 +792,6 @@
     SUBDIR += synthpod-lv2
     SUBDIR += synthv1-lv2
     SUBDIR += taglib
-    SUBDIR += taglib-extras
     SUBDIR += taglookup
     SUBDIR += tagutil
     SUBDIR += tamgamp-lv2
diff --git a/audio/taglib-extras/Makefile b/audio/taglib-extras/Makefile
deleted file mode 100644
index 198d6a6b75da..000000000000
--- a/audio/taglib-extras/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-PORTNAME=	taglib-extras
-PORTVERSION=	1.0.1
-CATEGORIES=	audio
-MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}/src
-
-MAINTAINER=	kde@FreeBSD.org
-COMMENT=	Extra taglib features for Amarok 2.2
-WWW=		http://websvn.kde.org/trunk/kdesupport/taglib-extras/
-
-DEPRECATED=		Incompatible with taglib 2.x and unmaintained upstream since 2015
-EXPIRATION_DATE=	2024-02-14
-
-LIB_DEPENDS=	libtag.so:audio/taglib
-
-USES=		cmake
-
-post-extract:
-	${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
-		${WRKSRC}/CMakeLists.txt
-
-.include <bsd.port.mk>
diff --git a/audio/taglib-extras/distinfo b/audio/taglib-extras/distinfo
deleted file mode 100644
index 37a08f9ca099..000000000000
--- a/audio/taglib-extras/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (taglib-extras-1.0.1.tar.gz) = fe546b4b315f3227c975fed8ea9dfc0e54fc6997fdbba2a9da7beba479229632
-SIZE (taglib-extras-1.0.1.tar.gz) = 31363
diff --git a/audio/taglib-extras/files/patch-svn_1444333 b/audio/taglib-extras/files/patch-svn_1444333
deleted file mode 100644
index bff25fd35e35..000000000000
--- a/audio/taglib-extras/files/patch-svn_1444333
+++ /dev/null
@@ -1,24 +0,0 @@
---- cmake/modules/FindTaglib.cmake.orig	2009-03-13 21:40:24 UTC
-+++ cmake/modules/FindTaglib.cmake
-@@ -29,10 +29,10 @@ if(TAGLIBCONFIG_EXECUTABLE)
- 
-   exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION)
- 
--  if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
-+  if("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION)
-      message(STATUS "TagLib version not found: version searched :${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}")
-      set(TAGLIB_FOUND FALSE)
--  else(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
-+  else("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION)
- 
-      exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES)
- 
-@@ -42,7 +42,7 @@ if(TAGLIBCONFIG_EXECUTABLE)
-         set(TAGLIB_FOUND TRUE)
-      endif(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS)
-      string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}")
--  endif(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") 
-+  endif("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION)
-   mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES)
- 
- else(TAGLIBCONFIG_EXECUTABLE)
diff --git a/audio/taglib-extras/pkg-descr b/audio/taglib-extras/pkg-descr
deleted file mode 100644
index ae42ed7dac72..000000000000
--- a/audio/taglib-extras/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This splits the taglib plugins that used to be in Amarok into a separate
-package, for use by amarok-utils as well as Amarok itself (plus anyone
-else that wants to use it).
diff --git a/audio/taglib-extras/pkg-plist b/audio/taglib-extras/pkg-plist
deleted file mode 100644
index f8f17a1f79c7..000000000000
--- a/audio/taglib-extras/pkg-plist
+++ /dev/null
@@ -1,13 +0,0 @@
-bin/taglib-extras-config
-include/taglib-extras/audiblefile.h
-include/taglib-extras/audiblefiletyperesolver.h
-include/taglib-extras/audibleproperties.h
-include/taglib-extras/audibletag.h
-include/taglib-extras/realmediafile.h
-include/taglib-extras/realmediafiletyperesolver.h
-include/taglib-extras/taglib-extras_export.h
-include/taglib-extras/tfile_helper.h
-lib/libtag-extras.so
-lib/libtag-extras.so.1
-lib/libtag-extras.so.1.0.0
-libdata/pkgconfig/taglib-extras.pc