summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--audio/Makefile1
-rw-r--r--audio/mp3chew/Makefile44
-rw-r--r--audio/mp3chew/distinfo2
-rw-r--r--audio/mp3chew/pkg-descr10
5 files changed, 1 insertions, 57 deletions
diff --git a/MOVED b/MOVED
index 7e0f3dd4fd0f..1c97358e5827 100644
--- a/MOVED
+++ b/MOVED
@@ -1651,3 +1651,4 @@ games/linux-q3ademo|games/linux-quake3-demo|2005-10-16|sync name with other Quak
net/evaq|net/eva|2005-10-16|project was renamed
audio/replay||2005-10-17|no longer on sunsite, home page gone
devel/hs-uni||2005-10-17|abandoned, didn't build with latest lang/ghc
+audio/mp3chew||2005-10-17|master site disappeared long ago
diff --git a/audio/Makefile b/audio/Makefile
index 329d59670124..f4622e94cac2 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -300,7 +300,6 @@
SUBDIR += mp3butler
SUBDIR += mp3c
SUBDIR += mp3check
- SUBDIR += mp3chew
SUBDIR += mp3ck
SUBDIR += mp3encode
SUBDIR += mp3gain
diff --git a/audio/mp3chew/Makefile b/audio/mp3chew/Makefile
deleted file mode 100644
index afe808fe3013..000000000000
--- a/audio/mp3chew/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: mp3chew
-# Date created: 10 March 2001
-# Whom: George Reid <greid@ukug.uk.freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mp3chew
-PORTVERSION= 0.51.0
-CATEGORIES= audio
-MASTER_SITES= # none left
-# http://owl.yi.org/ is never available
-# http://froek.yi.org/ (a replacement) is never available
-# the project isn't available on freshmeat.net anymore.
-# informed maintainer - edwin 20021226
-
-DEPRECATED= "master site disappeared"
-EXPIRATION_DATE=2005-08-31
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A program to rename mismatched and garbled MP3 filenames
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-ALL_TARGET= ${PORTNAME}
-USE_REINPLACE= yes
-CFLAGS+= ${PTHREAD_CFLAGS}
-MAKE_ARGS= CC="${CXX}" CXXFLAGS="${CXXFLAGS}" \
- ARGS="${PTHREAD_LIBS} -lncurses"
-
-PLIST_FILES= bin/mp3chew
-PORTDOCS= CHANGELOG INSTALL README TODO
-
-post-patch:
- @${REINPLACE_CMD} -e 's, _to, to,g' ${WRKSRC}/CMp3Filter.cc
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mp3chew ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- cd ${WRKSRC}/docs && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/audio/mp3chew/distinfo b/audio/mp3chew/distinfo
deleted file mode 100644
index cdc12d205712..000000000000
--- a/audio/mp3chew/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (mp3chew-0.51.0.tar.gz) = c269e484da46699530e55bda90e07a6d
-SIZE (mp3chew-0.51.0.tar.gz) = 22112
diff --git a/audio/mp3chew/pkg-descr b/audio/mp3chew/pkg-descr
deleted file mode 100644
index a3af85adbbbf..000000000000
--- a/audio/mp3chew/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Mp3Chew is used to alleviate the headaches of mismatched and garbled
-mp3 filenames. It is a console-based application written in C++.
-
- * Applies various (pre- or user-defined) filters to the filename
- * Erases ID3 Tags
- * Creates Song Lists (.m3u's)
- * Plus a whole bunch more
-
-- George Reid
-greid@ukug.uk.freebsd.org