diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-17 17:35:04 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-17 17:35:04 +0000 |
commit | d51c6df95cf9c0530c3e7dcbbfd66dc0053c22d0 (patch) | |
tree | 6e054567c6d38cd41f931223dfc13944a0d5b707 /audio/mp3check | |
parent | e68f6a4e77de8d1556e308381a877bf066b5c2d3 (diff) | |
download | ports-d51c6df95cf9c0530c3e7dcbbfd66dc0053c22d0.tar.gz ports-d51c6df95cf9c0530c3e7dcbbfd66dc0053c22d0.zip |
Notes
Diffstat (limited to 'audio/mp3check')
-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 |
5 files changed, 45 insertions, 0 deletions
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 |