git: b194a6344592 - main - audio/libechonest: Abandonware and service no longer available

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 05 Oct 2024 09:20:44 UTC
The branch main has been updated by diizzy:

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

commit b194a63445927867e21aca3305f8cab0497070b1
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-10-05 09:18:57 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-10-05 09:20:39 +0000

    audio/libechonest: Abandonware and service no longer available
    
    Not touched in a decade and all links to documentation are dead.
    Service library depends on is dead.
    
    PR:             281698
    Reviewed by:    nivit (maintainer)
---
 MOVED                                        |  1 +
 audio/Makefile                               |  1 -
 audio/libechonest/Makefile                   | 31 ----------------------------
 audio/libechonest/distinfo                   |  2 --
 audio/libechonest/files/patch-CMakeLists.txt | 20 ------------------
 audio/libechonest/pkg-descr                  |  2 --
 audio/libechonest/pkg-plist                  | 21 -------------------
 7 files changed, 1 insertion(+), 77 deletions(-)

diff --git a/MOVED b/MOVED
index 9ee99ddfa3e0..efec0240c2f4 100644
--- a/MOVED
+++ b/MOVED
@@ -3516,3 +3516,4 @@ www/screego||2024-09-30|Has expired: Outdated, unmaintained in tree and marked b
 archivers/py-borgbackup11||2024-09-30|Has expired: No longer supported upstream, use borgbackup 1.2 (oldstable) or 1.4 (stable) instead
 devel/rth||2024-09-30|Has expired: Abandonware, Unmaintained upstream as of 2013
 devel/libegit2||2024-09-30|Has expired: No consumer in ports tree
+audio/libechonest||2024-10-05|Removed, Abandonware and service no longer available
diff --git a/audio/Makefile b/audio/Makefile
index e61104de9d6f..45637fa24cde 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -347,7 +347,6 @@
     SUBDIR += libdjinterop
     SUBDIR += libdssialsacompat
     SUBDIR += libebur128
-    SUBDIR += libechonest
     SUBDIR += libfilteraudio
     SUBDIR += libfishsound
     SUBDIR += libg722
diff --git a/audio/libechonest/Makefile b/audio/libechonest/Makefile
deleted file mode 100644
index 8f39dc9f8ba5..000000000000
--- a/audio/libechonest/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME=	libechonest
-PORTVERSION=	2.3.1
-PORTREVISION=	6
-CATEGORIES=	audio
-
-MAINTAINER=	nivit@FreeBSD.org
-COMMENT=	Collection of C++/Qt classes designed to use the APIs of The Echo Nest
-WWW=		https://github.com/lfranchi/libechonest
-
-LICENSE=	GPLv2+
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-LIB_DEPENDS=	libqjson-qt5.so:devel/qjson
-
-USES=		cmake compiler:c++11-lang pkgconfig qt:5
-USE_CXXSTD=	c++14
-USE_GITHUB=	yes
-USE_LDCONFIG=	yes
-GH_ACCOUNT=	lfranchi
-
-USE_QT=		core network xml buildtools:build qmake:build
-CMAKE_OFF+=	BUILD_WITH_QT4
-
-PLIST_SUB=	PORTVERSION=${PORTVERSION}
-
-OPTIONS_DEFINE=	TEST
-
-TEST_USE=		QT=testlib:build
-TEST_CMAKE_BOOL=	ECHONEST_BUILD_TESTS
-
-.include <bsd.port.mk>
diff --git a/audio/libechonest/distinfo b/audio/libechonest/distinfo
deleted file mode 100644
index 46187de2745e..000000000000
--- a/audio/libechonest/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (lfranchi-libechonest-2.3.1_GH0.tar.gz) = ab961ab952df30c5234b548031594d7e281e7c9f2a9d1ce91fe5421ddde85e7c
-SIZE (lfranchi-libechonest-2.3.1_GH0.tar.gz) = 12084908
diff --git a/audio/libechonest/files/patch-CMakeLists.txt b/audio/libechonest/files/patch-CMakeLists.txt
deleted file mode 100644
index f453f6c5d956..000000000000
--- a/audio/libechonest/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,20 +0,0 @@
---- CMakeLists.txt.orig	2015-02-07 19:56:50 UTC
-+++ CMakeLists.txt
-@@ -59,7 +59,7 @@ set( ECHONEST_LIB_MINOR_VERSION "3" )
- set( ECHONEST_LIB_PATCH_VERSION "1" )
- set( ECHONEST_LIB_VERSION "${ECHONEST_LIB_MAJOR_VERSION}.${ECHONEST_LIB_MINOR_VERSION}.${ECHONEST_LIB_PATCH_VERSION}" )
- 
--set( ECHONEST_LIB_VERSION_SONAME "${ECHONEST_LIB_MAJOR_VERSION}.${ECHONEST_LIB_MINOR_VERSION}")
-+set( ECHONEST_LIB_VERSION_SONAME "${ECHONEST_LIB_MAJOR_VERSION}")
- 
- if (CMAKE_COMPILER_IS_GNUCXX)
-     ADD_DEFINITIONS( -Wall -Wundef -Wcast-align -Wchar-subscripts -Wpointer-arith
-@@ -110,7 +110,7 @@ IF (NOT WIN32)
-                   ${CMAKE_CURRENT_BINARY_DIR}/libechonest${ECHONEST_LIB_VERSION_SUFFIX}.pc
-                   @ONLY)
-   INSTALL (FILES ${CMAKE_CURRENT_BINARY_DIR}/libechonest${ECHONEST_LIB_VERSION_SUFFIX}.pc
--           DESTINATION lib${LIB_SUFFIX}/pkgconfig)
-+           DESTINATION libdata/pkgconfig)
- ENDIF (NOT WIN32)
- 
- include(CPack)
diff --git a/audio/libechonest/pkg-descr b/audio/libechonest/pkg-descr
deleted file mode 100644
index 76a55ab339ad..000000000000
--- a/audio/libechonest/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-libechonest is a collection of C++/Qt classes designed to make a developer's
-life easy when trying to use the APIs provided by The Echo Nest.
diff --git a/audio/libechonest/pkg-plist b/audio/libechonest/pkg-plist
deleted file mode 100644
index badb1c9e4546..000000000000
--- a/audio/libechonest/pkg-plist
+++ /dev/null
@@ -1,21 +0,0 @@
-include/echonest5/Artist.h
-include/echonest5/ArtistTypes.h
-include/echonest5/AudioSummary.h
-include/echonest5/Catalog.h
-include/echonest5/CatalogArtist.h
-include/echonest5/CatalogItem.h
-include/echonest5/CatalogSong.h
-include/echonest5/CatalogUpdateEntry.h
-include/echonest5/CommonTypes.h
-include/echonest5/Config.h
-include/echonest5/Genre.h
-include/echonest5/Playlist.h
-include/echonest5/Song.h
-include/echonest5/Track.h
-include/echonest5/TypeInformation.h
-include/echonest5/Util.h
-include/echonest5/echonest_export.h
-lib/libechonest5.so
-lib/libechonest5.so.2
-lib/libechonest5.so.%%PORTVERSION%%
-libdata/pkgconfig/libechonest5.pc