summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-10-17 17:22:08 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-10-17 17:22:08 +0000
commitde751b12be425e5a1d59c9fa7eb718d502a252d4 (patch)
tree876d8f2dad9e09c193a99767a7bf12bffe0da8db /audio
parentRemove unnecessary if statement. (diff)
Remove expired port: master site disappeared (long ago)
Notes
Notes: svn path=/head/; revision=145669
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/mp3chew/Makefile44
-rw-r--r--audio/mp3chew/distinfo2
-rw-r--r--audio/mp3chew/pkg-descr10
4 files changed, 0 insertions, 57 deletions
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