diff options
author | will <will@FreeBSD.org> | 2001-04-18 01:35:04 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-18 01:35:04 +0800 |
commit | 27397a4ea77c03b0bb6f68299d29971619efddd6 (patch) | |
tree | 7aa927d537af13c65821ffb261dda72c18df23b1 | |
parent | 38f18279b2c70eac4bb324c0f18e453dbe4136e6 (diff) | |
download | freebsd-ports-gnome-27397a4ea77c03b0bb6f68299d29971619efddd6.tar.gz freebsd-ports-gnome-27397a4ea77c03b0bb6f68299d29971619efddd6.tar.zst freebsd-ports-gnome-27397a4ea77c03b0bb6f68299d29971619efddd6.zip |
Add mp3check 1.1, a tool for checking and fixing mp3 archive
inconsistencies.
PR: 26612
Submitted by: Mark Pulford <mark@kyne.com.au>
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/mp3check/Makefile | 33 | ||||
-rw-r--r-- | audio/mp3check/distinfo | 1 | ||||
-rw-r--r-- | audio/mp3check/pkg-comment | 1 | ||||
-rw-r--r-- | audio/mp3check/pkg-descr | 9 | ||||
-rw-r--r-- | audio/mp3check/pkg-plist | 1 |
6 files changed, 46 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index ada2212c900c..58feab55fe82 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -105,6 +105,7 @@ SUBDIR += mixer.app SUBDIR += mp3_check SUBDIR += mp3blaster + SUBDIR += mp3check SUBDIR += mp3chew SUBDIR += mp3encode SUBDIR += mp3info diff --git a/audio/mp3check/Makefile b/audio/mp3check/Makefile new file mode 100644 index 000000000000..1d2c179bb7e9 --- /dev/null +++ b/audio/mp3check/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: mp3check +# Date created: Apr 16, 2001 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= mp3check +PORTVERSION= 1.1 +CATEGORIES= audio +MASTER_SITES= http://www.icculus.org/mp3check/ +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= + +MAINTAINER= mark@kyne.com.au + +RUN_DEPENDS= ${LOCALBASE}/bin/id3tool:${PORTSDIR}/audio/id3tool \ + ${LOCALBASE}/bin/mp3_check:${PORTSDIR}/audio/mp3_check + +USE_PERL5= yes +NO_WRKSUBDIR= yes +EXTRACT_CMD= ${CP} +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= ${WRKSRC} +NO_BUILD= yes + +pre-patch: + @${PERL} -pi -e "s|^#!.+|#!${PERL}|" ${WRKSRC}/mp3check + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/mp3check ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/audio/mp3check/distinfo b/audio/mp3check/distinfo new file mode 100644 index 000000000000..509d4c52dfc2 --- /dev/null +++ b/audio/mp3check/distinfo @@ -0,0 +1 @@ +MD5 (mp3check) = 690f8c2aa9daad62f2eade2aee425119 diff --git a/audio/mp3check/pkg-comment b/audio/mp3check/pkg-comment new file mode 100644 index 000000000000..f739edbf2ab1 --- /dev/null +++ b/audio/mp3check/pkg-comment @@ -0,0 +1 @@ +A tool for checking and fixing mp3 archive inconsistencies diff --git a/audio/mp3check/pkg-descr b/audio/mp3check/pkg-descr new file mode 100644 index 000000000000..b4b01bcd5be8 --- /dev/null +++ b/audio/mp3check/pkg-descr @@ -0,0 +1,9 @@ +Mp3check is a tool for checking and fixing mp3 archive +inconsistencies: +- Filenames (too long, spaces, weird characters, ...) +- Redundant play lists +- ID3 tags +- Broken mp3 files +- and more.. + +WWW: http://www.icculus.org/mp3check/ diff --git a/audio/mp3check/pkg-plist b/audio/mp3check/pkg-plist new file mode 100644 index 000000000000..496b2e3e0343 --- /dev/null +++ b/audio/mp3check/pkg-plist @@ -0,0 +1 @@ +bin/mp3check |