diff options
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/trm/Makefile | 42 | ||||
-rw-r--r-- | audio/trm/distinfo | 2 | ||||
-rw-r--r-- | audio/trm/pkg-descr | 8 |
4 files changed, 0 insertions, 53 deletions
diff --git a/audio/Makefile b/audio/Makefile index 2e027d75faa..8812d7339f4 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -395,7 +395,6 @@ SUBDIR += toolame SUBDIR += tosha SUBDIR += tracker - SUBDIR += trm SUBDIR += trommler SUBDIR += tse3 SUBDIR += tta diff --git a/audio/trm/Makefile b/audio/trm/Makefile deleted file mode 100644 index c89cdc5c12a..00000000000 --- a/audio/trm/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: trm -# Date created: 5 May 2003 -# Whom: Frerich Raabe <frerich.raabe@gmx.de> -# -# $FreeBSD$ -# - -PORTNAME= trm -PORTVERSION= 0.2.1 -PORTREVISION= 6 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \ - ftp://ftp.nl.musicbrainz.org/ \ - ftp://ftp.au.musicbrainz.org/pub/musicbrainz/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= TRM generator to generate acoustic fingerprints - -BUILD_DEPENDS= madplay:${PORTSDIR}/audio/madplay -LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ - musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - vorbisfile.4:${PORTSDIR}/audio/libvorbis - -CONFLICTS= libtunepimp-* -DEPRECATED= "Use libtunepimp instead" -EXPIRATION_DATE= 2004-12-31 -USE_REINPLACE= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_FILES= bin/trm - -post-patch: - @${REINPLACE_CMD} -e 's,-ldl,,g' ${WRKSRC}/configure - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/trm ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/audio/trm/distinfo b/audio/trm/distinfo deleted file mode 100644 index a50afc85a56..00000000000 --- a/audio/trm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (trm-0.2.1.tar.gz) = 3f7e6c30cb91429313ca1a27df47e8bc -SIZE (trm-0.2.1.tar.gz) = 131349 diff --git a/audio/trm/pkg-descr b/audio/trm/pkg-descr deleted file mode 100644 index e874335f197..00000000000 --- a/audio/trm/pkg-descr +++ /dev/null @@ -1,8 +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. - -WWW: http://www.musicbrainz.org/products/trmgen/download.html - -- Frerich Raabe frerich.raabe@gmx.de |