summaryrefslogtreecommitdiff
path: root/audio/trm
diff options
context:
space:
mode:
Diffstat (limited to 'audio/trm')
-rw-r--r--audio/trm/DESCR5
-rw-r--r--audio/trm/Makefile27
-rw-r--r--audio/trm/PLIST2
-rw-r--r--audio/trm/distinfo6
-rw-r--r--audio/trm/patches/patch-aa13
5 files changed, 0 insertions, 53 deletions
diff --git a/audio/trm/DESCR b/audio/trm/DESCR
deleted file mode 100644
index 13ae5bd6998..00000000000
--- a/audio/trm/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-The TRM Generator is a small test application that generates Relatable TRM
-acoustic fingerprints. This tool is mainly designed as a test/debugging tool
-for software developers, and is both an application and a developer library.
-The developer library provides developers with the functionality to generate
-TRM ids from Wav, MP3, and Ogg Vorbis files.
diff --git a/audio/trm/Makefile b/audio/trm/Makefile
deleted file mode 100644
index 56f24c5434f..00000000000
--- a/audio/trm/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2006/06/08 16:03:51 joerg Exp $
-#
-
-DISTNAME= trm-0.2.1
-PKGREVISION= 3
-CATEGORIES= audio
-MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
-
-MAINTAINER= chris@NetBSD.org
-HOMEPAGE= http://www.musicbrainz.org/products/trmgen/download.html
-COMMENT= Acoustic signature generator
-
-CONFLICTS= tunepimp-[0-9]*
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
-GNU_CONFIGURE= YES
-USE_LANGUAGES= c c++
-
-.include "../../audio/id3lib/buildlink3.mk"
-.include "../../audio/libmad/buildlink3.mk"
-.include "../../audio/libvorbis/buildlink3.mk"
-.include "../../audio/musicbrainz/buildlink3.mk"
-.include "../../multimedia/libogg/buildlink3.mk"
-
-.include "../../mk/bsd.prefs.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/audio/trm/PLIST b/audio/trm/PLIST
deleted file mode 100644
index eb96903b55f..00000000000
--- a/audio/trm/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/09 00:17:06 chris Exp $
-bin/trm
diff --git a/audio/trm/distinfo b/audio/trm/distinfo
deleted file mode 100644
index 11b4a82c098..00000000000
--- a/audio/trm/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 20:39:53 agc Exp $
-
-SHA1 (trm-0.2.1.tar.gz) = ea032c38ca83266026e0c10919749814282994e9
-RMD160 (trm-0.2.1.tar.gz) = fb74d692920af62a7fcbbacfb32cd0e277e56126
-Size (trm-0.2.1.tar.gz) = 131349 bytes
-SHA1 (patch-aa) = 1480923a665709778abd63af37cd85ff5f492e1e
diff --git a/audio/trm/patches/patch-aa b/audio/trm/patches/patch-aa
deleted file mode 100644
index 59e6909ba42..00000000000
--- a/audio/trm/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/02/09 00:17:06 chris Exp $
-
---- configure.orig 2004-02-07 22:39:42.000000000 +0000
-+++ configure 2004-02-07 22:39:57.000000000 +0000
-@@ -3192,7 +3192,7 @@
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lmusicbrainz -ldl $LIBS"
-+LIBS="-lmusicbrainz $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
- #include "confdefs.h"