diff options
author | arved <arved@FreeBSD.org> | 2005-01-09 14:43:45 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-01-09 14:43:45 +0000 |
commit | 95be10c6af0125cf2fe46857c91a32eeef4cf62e (patch) | |
tree | ff418c97c36b8019c7b55ba1302128e138738ddc /audio | |
parent | c5aee8beb30d5e24a434cc0595b2c394e826b808 (diff) | |
download | FreeBSD-ports-95be10c6af0125cf2fe46857c91a32eeef4cf62e.zip FreeBSD-ports-95be10c6af0125cf2fe46857c91a32eeef4cf62e.tar.gz |
Remove obsolete trm port. It was superseded by libtunepimp
Diffstat (limited to 'audio')
-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 2e027d7..8812d73 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 c89cdc5..0000000 --- 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 a50afc8..0000000 --- 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 e874335..0000000 --- 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 |