summaryrefslogtreecommitdiff
path: root/audio/mp3check
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-10-15 21:57:46 +0000
committertron <tron@pkgsrc.org>2000-10-15 21:57:46 +0000
commitb6c6ee7052d5d02887eb980c55a09e81e9680ad1 (patch)
tree1ec67b109dc7076c12016091d0d2c6f25461f309 /audio/mp3check
parentac00c31396acb58cc5799569dbc2f8510660e146 (diff)
downloadpkgsrc-b6c6ee7052d5d02887eb980c55a09e81e9680ad1.tar.gz
Initial import of new "mp3check" package:
Check MP3 files for consistency
Diffstat (limited to 'audio/mp3check')
-rw-r--r--audio/mp3check/Makefile17
-rw-r--r--audio/mp3check/files/md53
-rw-r--r--audio/mp3check/files/patch-sum4
-rw-r--r--audio/mp3check/patches/patch-aa13
-rw-r--r--audio/mp3check/patches/patch-ab17
-rw-r--r--audio/mp3check/pkg/COMMENT1
-rw-r--r--audio/mp3check/pkg/DESCR6
-rw-r--r--audio/mp3check/pkg/PLIST2
8 files changed, 63 insertions, 0 deletions
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 <ctype.h>
+ #include <limits.h>
++#ifdef __NetBSD__
++#include <float.h>
++#define MAXDOUBLE DBL_MAX
++#else
+ #include <values.h>
++#endif
+ #include <stdlib.h>
+ #include <stdarg.h>
+ #include <sys/ioctl.h>
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