aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--audio/Makefile1
-rw-r--r--audio/fplib/Makefile31
-rw-r--r--audio/fplib/distinfo3
-rw-r--r--audio/fplib/files/patch-CMakeLists.txt15
-rw-r--r--audio/fplib/pkg-descr13
-rw-r--r--audio/fplib/pkg-plist10
7 files changed, 1 insertions, 73 deletions
diff --git a/MOVED b/MOVED
index 69ec5214b474..f7e273cf8804 100644
--- a/MOVED
+++ b/MOVED
@@ -16193,3 +16193,4 @@ sysutils/synergy-1|sysutils/synergy|2021-03-03|Current version is 1.x.x, 2.x.x w
www/moodle35|www/moodle39|2021-03-04|Has expired: Deprecated by upstream
www/moodle38|www/moodle39|2021-03-04|Has expired: Deprecated by upstream
devel/llvm60|devel/llvm80|2021-03-06|Has expired: Uses Python 2.7 which is EOLed upstream
+audio/fplib||2021-03-07|Dead service since 2015
diff --git a/audio/Makefile b/audio/Makefile
index 545ed5838ecd..167b3acabfe7 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -199,7 +199,6 @@
SUBDIR += fpc-modplug
SUBDIR += fpc-oggvorbis
SUBDIR += fpc-openal
- SUBDIR += fplib
SUBDIR += freealut
SUBDIR += freedesktop-sound-theme
SUBDIR += freepats
diff --git a/audio/fplib/Makefile b/audio/fplib/Makefile
deleted file mode 100644
index 320357c09cd8..000000000000
--- a/audio/fplib/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= fplib
-PORTVERSION= 20121001
-PORTREVISION= 4
-CATEGORIES= audio
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Last.fm fingerprint library
-
-LICENSE= GPLv3+
-
-LIB_DEPENDS= libcurl.so:ftp/curl \
- libfftw3.so:math/fftw3 \
- libfftw3f.so:math/fftw3-float \
- libmad.so:audio/libmad \
- libsamplerate.so:audio/libsamplerate \
- libtag.so:audio/taglib
-
-USES= cmake compiler:c++11-lang localbase:ldflags
-
-MAKE_JOBS_UNSAFE= yes
-USE_LDCONFIG= yes
-
-GH_ACCOUNT= lastfm
-GH_PROJECT= Fingerprinter
-GH_TAGNAME= b728727
-USE_GITHUB= yes
-
-.include <bsd.port.mk>
diff --git a/audio/fplib/distinfo b/audio/fplib/distinfo
deleted file mode 100644
index 38f166652d6a..000000000000
--- a/audio/fplib/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1482063349
-SHA256 (lastfm-Fingerprinter-20121001-b728727_GH0.tar.gz) = fd15b645658f3f1d9c9c4edf5a0ac35a703925f41048f185768073b7bf174b62
-SIZE (lastfm-Fingerprinter-20121001-b728727_GH0.tar.gz) = 65462
diff --git a/audio/fplib/files/patch-CMakeLists.txt b/audio/fplib/files/patch-CMakeLists.txt
deleted file mode 100644
index 637e4b0d5647..000000000000
--- a/audio/fplib/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Link against an actual target name, not the generated library name.
-
-If we link against the latter, there is no dependency between lastfm-fpclient
-and fplib, which can break parallel builds starting with CMake 3.5.0.
---- CMakeLists.txt.orig 2013-10-23 16:45:46 UTC
-+++ CMakeLists.txt
-@@ -139,7 +139,7 @@ ADD_EXECUTABLE(lastfm-fpclient
-
- # Link the executable
- TARGET_LINK_LIBRARIES(lastfm-fpclient
-- fplib
-+ fplib_shared
- fftw3f
- mad
- tag
diff --git a/audio/fplib/pkg-descr b/audio/fplib/pkg-descr
deleted file mode 100644
index f731e99b5f07..000000000000
--- a/audio/fplib/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-The last.fm fingerprint library
-
-The fingerprinting process works in two steps:
-1. Get PCM data and pass it to *fplib* which will return byte string to be
- submitted to the last.fm HTTP fingerprint service. This will return a number
- (fingerprintID).
-2. Query the last.fm API with the fingerprintID and obtain the metadata in xml
- format.
-
-The lastfmfpclient directory contains an example of application that uses fplib
-and queries both services.
-
-WWW: https://github.com/lastfm/Fingerprinter
diff --git a/audio/fplib/pkg-plist b/audio/fplib/pkg-plist
deleted file mode 100644
index a501019dd071..000000000000
--- a/audio/fplib/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-bin/lastfm-fpclient
-include/fplib/CircularArray.h
-include/fplib/Filter.h
-include/fplib/FingerprintExtractor.h
-include/fplib/FloatingAverage.h
-include/fplib/OptFFT.h
-include/fplib/fp_helper_fun.h
-include/fplib/version.h
-lib/libfplib.a
-lib/libfplib.so