From b6c6ee7052d5d02887eb980c55a09e81e9680ad1 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 15 Oct 2000 21:57:46 +0000 Subject: Initial import of new "mp3check" package: Check MP3 files for consistency --- audio/mp3check/Makefile | 17 +++++++++++++++++ audio/mp3check/files/md5 | 3 +++ audio/mp3check/files/patch-sum | 4 ++++ audio/mp3check/patches/patch-aa | 13 +++++++++++++ audio/mp3check/patches/patch-ab | 17 +++++++++++++++++ audio/mp3check/pkg/COMMENT | 1 + audio/mp3check/pkg/DESCR | 6 ++++++ audio/mp3check/pkg/PLIST | 2 ++ 8 files changed, 63 insertions(+) create mode 100644 audio/mp3check/Makefile create mode 100644 audio/mp3check/files/md5 create mode 100644 audio/mp3check/files/patch-sum create mode 100644 audio/mp3check/patches/patch-aa create mode 100644 audio/mp3check/patches/patch-ab create mode 100644 audio/mp3check/pkg/COMMENT create mode 100644 audio/mp3check/pkg/DESCR create mode 100644 audio/mp3check/pkg/PLIST (limited to 'audio') diff --git a/audio/mp3check/Makefile b/audio/mp3check/Makefile new file mode 100644 index 00000000000..ae889fc601c --- /dev/null +++ b/audio/mp3check/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 21:57:46 tron Exp $ + +DISTNAME= mp3check-0.5.2 +CATEGORIES= audio +MASTER_SITES= http://programmierer.freepage.de/cgi-bin/feets/freepage_ext/41030x030A/rewrite/overmann/soft/ + +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://programmierer.freepage.de/overmann/soft/ + +USE_GMAKE= YES + +ALL_TARGET= mp3check + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/mp3check ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/mp3check/files/md5 b/audio/mp3check/files/md5 new file mode 100644 index 00000000000..431c93e65d5 --- /dev/null +++ b/audio/mp3check/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/15 21:57:46 tron Exp $ + +MD5 (mp3check-0.5.2.tar.gz) = dfcf569d46bed6fbefb6a78d91f560f9 diff --git a/audio/mp3check/files/patch-sum b/audio/mp3check/files/patch-sum new file mode 100644 index 00000000000..5bf3f0e3a15 --- /dev/null +++ b/audio/mp3check/files/patch-sum @@ -0,0 +1,4 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/10/15 21:57:46 tron Exp $ + +MD5 (patch-aa) = 7200abdfe48cef7206cc8f70f47219b8 +MD5 (patch-ab) = f7740ac58ef7d454c7e41465df5df279 diff --git a/audio/mp3check/patches/patch-aa b/audio/mp3check/patches/patch-aa new file mode 100644 index 00000000000..7dffb364092 --- /dev/null +++ b/audio/mp3check/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/10/15 21:57:46 tron Exp $ + +--- Makefile.orig Thu Jul 20 22:16:21 2000 ++++ Makefile Mon Sep 11 21:24:33 2000 +@@ -3,7 +3,7 @@ + TARGET = mp3check + + # CXXFLAGS = -Wall -W -ansi -pedantic -Woverloaded-virtual +-CXXFLAGS = -Wall -W ++CXXFLAGS = $(CFLAGS) -Wall -W + + CPPFLAGS = -DVERSION=\"$(VER)\" + diff --git a/audio/mp3check/patches/patch-ab b/audio/mp3check/patches/patch-ab new file mode 100644 index 00000000000..cc0ec50a988 --- /dev/null +++ b/audio/mp3check/patches/patch-ab @@ -0,0 +1,17 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/10/15 21:57:46 tron Exp $ + +--- tappconfig.cc.orig Thu Jul 20 22:16:21 2000 ++++ tappconfig.cc Mon Sep 11 21:23:27 2000 +@@ -21,7 +21,12 @@ + + #include + #include ++#ifdef __NetBSD__ ++#include ++#define MAXDOUBLE DBL_MAX ++#else + #include ++#endif + #include + #include + #include diff --git a/audio/mp3check/pkg/COMMENT b/audio/mp3check/pkg/COMMENT new file mode 100644 index 00000000000..4052f48ecce --- /dev/null +++ b/audio/mp3check/pkg/COMMENT @@ -0,0 +1 @@ +Check MP3 files for consistency diff --git a/audio/mp3check/pkg/DESCR b/audio/mp3check/pkg/DESCR new file mode 100644 index 00000000000..5fc6734fd9a --- /dev/null +++ b/audio/mp3check/pkg/DESCR @@ -0,0 +1,6 @@ +Check mp3 files for consistency and print several errors and warnings. List +stream attributes (color). Layer 1,2,3, mpeg1.0+2.0 are currently supported. +CRC check for layer 3. +mp3check is very useful for incomplete mp3 detection as it can be used to scan +through your mp3 collection and find all mp3s that aren't perfect. Good for use +with Napster and other bulk downloading of mp3s. diff --git a/audio/mp3check/pkg/PLIST b/audio/mp3check/pkg/PLIST new file mode 100644 index 00000000000..e04b4795e28 --- /dev/null +++ b/audio/mp3check/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 21:57:46 tron Exp $ +bin/mp3check -- cgit v1.2.3