From 6961881944d8f4ccb2af6c550cbd5619e606e494 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Sat, 10 May 2003 18:54:53 +0000 Subject: Add trm 0.2.1, TRM generator to generate acoustic fingerprints. PR: 51821 Submitted by: Frerich Raabe --- audio/Makefile | 1 + audio/trm/Makefile | 32 ++++++++++++++++++++++++++++++++ audio/trm/distinfo | 1 + audio/trm/pkg-descr | 8 ++++++++ audio/trm/pkg-plist | 1 + 5 files changed, 43 insertions(+) create mode 100644 audio/trm/Makefile create mode 100644 audio/trm/distinfo create mode 100644 audio/trm/pkg-descr create mode 100644 audio/trm/pkg-plist (limited to 'audio') diff --git a/audio/Makefile b/audio/Makefile index 03847780f024..fa4561572c65 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -289,6 +289,7 @@ SUBDIR += toolame SUBDIR += tosha SUBDIR += tracker + SUBDIR += trm SUBDIR += trommler SUBDIR += umix SUBDIR += vorbis-tools diff --git a/audio/trm/Makefile b/audio/trm/Makefile new file mode 100644 index 000000000000..24349e4a7c60 --- /dev/null +++ b/audio/trm/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: trm +# Date created: 5 May 2003 +# Whom: Frerich Raabe +# +# $FreeBSD$ +# + +PORTNAME= trm +PORTVERSION= 0.2.1 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \ + ftp://ftp.nl.musicbrainz.org/pub/musicbrainz/ \ + ftp://ftp.au.musicbrainz.org/pub/musicbrainz/ + +MAINTAINER= frerich.raabe@gmx.de +COMMENT= TRM generator to generate acoustic fingerprints + +BUILD_DEPENDS= madplay:${PORTSDIR}/audio/mad +LIB_DEPENDS= musicbrainz.2:${PORTSDIR}/audio/libmusicbrainz \ + ogg:${PORTSDIR}/audio/libogg \ + vorbis:${PORTSDIR}/audio/libvorbis \ + vorbisfile:${PORTSDIR}/audio/libvorbis + +USE_GMAKE= yes +USE_REINPLACE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's,-ldl,,g' ${WRKSRC}/configure + +.include diff --git a/audio/trm/distinfo b/audio/trm/distinfo new file mode 100644 index 000000000000..fdcb9e6a51fe --- /dev/null +++ b/audio/trm/distinfo @@ -0,0 +1 @@ +MD5 (trm-0.2.1.tar.gz) = 3f7e6c30cb91429313ca1a27df47e8bc diff --git a/audio/trm/pkg-descr b/audio/trm/pkg-descr new file mode 100644 index 000000000000..e874335f1975 --- /dev/null +++ b/audio/trm/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: http://www.musicbrainz.org/products/trmgen/download.html + +- Frerich Raabe frerich.raabe@gmx.de diff --git a/audio/trm/pkg-plist b/audio/trm/pkg-plist new file mode 100644 index 000000000000..3742dd7601d3 --- /dev/null +++ b/audio/trm/pkg-plist @@ -0,0 +1 @@ +bin/trm -- cgit v1.2.3