summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/libofa/Makefile35
-rw-r--r--audio/libofa/distinfo3
-rw-r--r--audio/libofa/files/patch-configure16
-rw-r--r--audio/libofa/files/patch-examples_example.cpp11
-rw-r--r--audio/libofa/files/patch-examples_protocol.cpp15
-rw-r--r--audio/libofa/files/patch-examples_uselame.cpp10
-rw-r--r--audio/libofa/files/patch-examples_wavefile.cpp11
-rw-r--r--audio/libofa/files/patch-lib_JAMA_tnt__math__utils.h33
-rw-r--r--audio/libofa/files/patch-lib_signal__op.cpp10
-rw-r--r--audio/libofa/pkg-descr5
-rw-r--r--audio/libofa/pkg-plist6
12 files changed, 0 insertions, 156 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 9c4bbf583ae8..25fbb3acac0d 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -400,7 +400,6 @@
SUBDIR += libmusicbrainz5
SUBDIR += libnjb
SUBDIR += libnoise
- SUBDIR += libofa
SUBDIR += libogg
SUBDIR += liboggz
SUBDIR += libopenspc
diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile
deleted file mode 100644
index cfc512f2c549..000000000000
--- a/audio/libofa/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
-# $FreeBSD$
-
-PORTNAME= libofa
-PORTVERSION= 0.9.3
-PORTREVISION= 10
-CATEGORIES= audio
-
-MAINTAINER= jhale@FreeBSD.org
-COMMENT= Open Fingerprint Architecture Library
-
-LICENSE= APL1 GPLv2
-LICENSE_COMB= dual
-LICENSE_GROUPS_APL1= OSI
-LICENSE_NAME_APL1= Adaptive Public License version 1.0
-LICENSE_FILE_APL1= ${WRKSRC}/COPYING
-LICENSE_PERMS_APL1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-
-LIB_DEPENDS= libfftw3.so:math/fftw3 \
- libexpat.so:textproc/expat2 \
- libcurl.so:ftp/curl
-
-DEPRECATED= MusicDNS service has been discontinued
-EXPIRATION_DATE= 2017-03-01
-
-USE_GITHUB= yes
-GH_ACCOUNT= tanob
-GH_TAGNAME= b75e45e
-
-USES= dos2unix libtool localbase pathfix
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-INSTALL_TARGET= install-strip
-
-.include <bsd.port.mk>
diff --git a/audio/libofa/distinfo b/audio/libofa/distinfo
deleted file mode 100644
index 7df8de3ea1c3..000000000000
--- a/audio/libofa/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1482384437
-SHA256 (tanob-libofa-0.9.3-b75e45e_GH0.tar.gz) = d87c873bb0f52d6e068f60446574fffe6f11bc3cd492eceb5713818243a47911
-SIZE (tanob-libofa-0.9.3-b75e45e_GH0.tar.gz) = 384610
diff --git a/audio/libofa/files/patch-configure b/audio/libofa/files/patch-configure
deleted file mode 100644
index 8b6506185ed6..000000000000
--- a/audio/libofa/files/patch-configure
+++ /dev/null
@@ -1,16 +0,0 @@
---- configure.orig 2016-07-26 15:10:24 UTC
-+++ configure
-@@ -20315,13 +20315,6 @@ _ACEOF
-
-
-
--if test "$GCC" = yes; then
-- dnlCFLAGS="$CFLAGS -Wall -O2"
-- CFLAGS="$CFLAGS -Wall -g"
--fi
--if test "$GXX" = yes; then
-- CXXFLAGS="$CXXFLAGS -Wall -g"
--fi
-
-
- echo "$as_me:$LINENO: checking for XML_ExpatVersion in -lexpat" >&5
diff --git a/audio/libofa/files/patch-examples_example.cpp b/audio/libofa/files/patch-examples_example.cpp
deleted file mode 100644
index e7ffccaaafda..000000000000
--- a/audio/libofa/files/patch-examples_example.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- examples/example.cpp.orig 2016-07-26 15:10:24 UTC
-+++ examples/example.cpp
-@@ -7,6 +7,8 @@
-
- -------------------------------------------------------------------*/
-
-+#include <stdio.h>
-+#include <string.h>
- #include "protocol.h"
-
- AudioData* loadWaveFile(char *file);
diff --git a/audio/libofa/files/patch-examples_protocol.cpp b/audio/libofa/files/patch-examples_protocol.cpp
deleted file mode 100644
index 88359a716274..000000000000
--- a/audio/libofa/files/patch-examples_protocol.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
---- examples/protocol.cpp.orig 2016-07-26 15:10:24 UTC
-+++ examples/protocol.cpp
-@@ -8,11 +8,11 @@
- -------------------------------------------------------------------*/
- #include <stdio.h>
- #include <stdlib.h>
-+#include <string.h>
- #include <string>
- #include <map>
- #include <expat.h>
- #include <curl/curl.h>
--#include <curl/types.h>
- #include <curl/easy.h>
-
- using namespace std;
diff --git a/audio/libofa/files/patch-examples_uselame.cpp b/audio/libofa/files/patch-examples_uselame.cpp
deleted file mode 100644
index c23a5ef61237..000000000000
--- a/audio/libofa/files/patch-examples_uselame.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- examples/uselame.cpp.orig 2016-07-26 15:10:24 UTC
-+++ examples/uselame.cpp
-@@ -12,6 +12,7 @@
- #else
- #include <sys/wait.h>
- #endif
-+#include <unistd.h>
-
- AudioData *loadWaveFile(char *file);
-
diff --git a/audio/libofa/files/patch-examples_wavefile.cpp b/audio/libofa/files/patch-examples_wavefile.cpp
deleted file mode 100644
index 0dedb8067616..000000000000
--- a/audio/libofa/files/patch-examples_wavefile.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- examples/wavefile.cpp.orig 2016-07-26 15:10:24 UTC
-+++ examples/wavefile.cpp
-@@ -11,6 +11,8 @@
- #include "io.h"
- #endif
- #include <fcntl.h>
-+#include <sys/types.h>
-+#include <unistd.h>
-
- static bool readBytes(int fd, unsigned char *buf, int size) {
- int ct = 0;
diff --git a/audio/libofa/files/patch-lib_JAMA_tnt__math__utils.h b/audio/libofa/files/patch-lib_JAMA_tnt__math__utils.h
deleted file mode 100644
index db0d6997b6de..000000000000
--- a/audio/libofa/files/patch-lib_JAMA_tnt__math__utils.h
+++ /dev/null
@@ -1,33 +0,0 @@
---- lib/JAMA/tnt_math_utils.h.orig 2016-07-26 15:10:24 UTC
-+++ lib/JAMA/tnt_math_utils.h
-@@ -20,6 +20,14 @@ inline const _Tp& max(const _Tp& __a, co
- namespace TNT
- {
- /**
-+ @returns the absolute value of a real (no-complex) scalar.
-+*/
-+template <class Real>
-+Real abs(const Real &a)
-+{
-+ return (a > 0 ? a : -a);
-+}
-+/**
- @returns hypotenuse of real (non-complex) scalars a and b by
- avoiding underflow/overflow
- using (a * sqrt( 1 + (b/a) * (b/a))), rather than
-@@ -56,15 +64,6 @@ Scalar max(const Scalar &a, const Scalar
- }
- */
-
--/**
-- @returns the absolute value of a real (no-complex) scalar.
--*/
--template <class Real>
--Real abs(const Real &a)
--{
-- return (a > 0 ? a : -a);
--}
--
- }
- #endif
- /* MATH_UTILS_H */
diff --git a/audio/libofa/files/patch-lib_signal__op.cpp b/audio/libofa/files/patch-lib_signal__op.cpp
deleted file mode 100644
index dc6f53d552e3..000000000000
--- a/audio/libofa/files/patch-lib_signal__op.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/signal_op.cpp.orig 2016-07-26 15:10:24 UTC
-+++ lib/signal_op.cpp
-@@ -13,6 +13,7 @@
-
-
- #include <math.h>
-+#include <stdlib.h>
- #include "signal_op.h"
- #include "AFLIB/aflibConverter.h"
- #include "error_op.h"
diff --git a/audio/libofa/pkg-descr b/audio/libofa/pkg-descr
deleted file mode 100644
index 9e181e6e04af..000000000000
--- a/audio/libofa/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-The Open Fingerprint Architecture (OFA) Library normalizes, extracts
-frequencies, and creates an array representing the frequency data in an audio
-file.
-
-WWW: http://code.google.com/p/musicip-libofa/
diff --git a/audio/libofa/pkg-plist b/audio/libofa/pkg-plist
deleted file mode 100644
index 4c2e0710e265..000000000000
--- a/audio/libofa/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-include/ofa1/ofa.h
-lib/libofa.a
-lib/libofa.so
-lib/libofa.so.0
-lib/libofa.so.0.0.0
-libdata/pkgconfig/libofa.pc