diff options
author | drochner <drochner@pkgsrc.org> | 2001-08-02 17:50:25 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2001-08-02 17:50:25 +0000 |
commit | 9f65a88ccd589ed543eb34ae85e5f070aa60e47e (patch) | |
tree | fbafff623096bafedb4ecd52cc0ba3c0774f43a8 | |
parent | fdd3c1549b86513c7b05e840480ba455f5671068 (diff) | |
download | pkgsrc-9f65a88ccd589ed543eb34ae85e5f070aa60e47e.tar.gz |
initial import of mp3_check, just another mp3 file integrity checker
-rw-r--r-- | audio/mp3_check/Makefile | 15 | ||||
-rw-r--r-- | audio/mp3_check/distinfo | 4 | ||||
-rw-r--r-- | audio/mp3_check/pkg/DESCR | 3 | ||||
-rw-r--r-- | audio/mp3_check/pkg/PLIST | 2 |
4 files changed, 24 insertions, 0 deletions
diff --git a/audio/mp3_check/Makefile b/audio/mp3_check/Makefile new file mode 100644 index 00000000000..0447a797827 --- /dev/null +++ b/audio/mp3_check/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/08/02 17:50:25 drochner Exp $ +# + +DISTNAME= mp3_check-1.98 +CATEGORIES= audio +MASTER_SITES= http://prdownloads.sourceforge.net/mp3check/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://mp3check.sourceforge.net/ +COMMENT= mp3 file checker + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/mp3_check ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/mp3_check/distinfo b/audio/mp3_check/distinfo new file mode 100644 index 00000000000..d88365fcc6d --- /dev/null +++ b/audio/mp3_check/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/08/02 17:50:25 drochner Exp $ + +SHA1 (mp3_check-1.98.tar.gz) = 64f796d9b29fecb34ce05b05d75404aadd8fdb52 +Size (mp3_check-1.98.tar.gz) = 83098 bytes diff --git a/audio/mp3_check/pkg/DESCR b/audio/mp3_check/pkg/DESCR new file mode 100644 index 00000000000..08c8c56c400 --- /dev/null +++ b/audio/mp3_check/pkg/DESCR @@ -0,0 +1,3 @@ +mp3_check verifies the integrity of mp3 audio files and prints useful +statistics. This is handy for people who maintain libraries of mp3 files and +need a way to verify their quality. diff --git a/audio/mp3_check/pkg/PLIST b/audio/mp3_check/pkg/PLIST new file mode 100644 index 00000000000..1b20ab8c347 --- /dev/null +++ b/audio/mp3_check/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/02 17:50:25 drochner Exp $ +bin/mp3_check |