diff options
author | drochner <drochner@pkgsrc.org> | 2009-07-07 19:36:19 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-07-07 19:36:19 +0000 |
commit | 067d0e2466ad6aa6e21e05d938754346a76355ca (patch) | |
tree | ff48eb1cc8f889489271c207f0eb9e910949059c /audio/mp3val | |
parent | b0e4fd7566c5d56deab7939b5055f42d5486a014 (diff) | |
download | pkgsrc-067d0e2466ad6aa6e21e05d938754346a76355ca.tar.gz |
add mp3val-0.1.8, another mp3 checker
Diffstat (limited to 'audio/mp3val')
-rw-r--r-- | audio/mp3val/DESCR | 4 | ||||
-rw-r--r-- | audio/mp3val/Makefile | 23 | ||||
-rw-r--r-- | audio/mp3val/PLIST | 2 | ||||
-rw-r--r-- | audio/mp3val/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/audio/mp3val/DESCR b/audio/mp3val/DESCR new file mode 100644 index 00000000000..bf5d0edd96e --- /dev/null +++ b/audio/mp3val/DESCR @@ -0,0 +1,4 @@ +MP3val is a small, high-speed, free software tool for checking MPEG +audio files' integrity. It can be useful for finding corrupted files +(e.g. incompletely downloaded, truncated, containing garbage). +MP3val is also able to fix most of the problems. diff --git a/audio/mp3val/Makefile b/audio/mp3val/Makefile new file mode 100644 index 00000000000..a312c4af8e6 --- /dev/null +++ b/audio/mp3val/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/07 19:36:19 drochner Exp $ +# + +DISTNAME= mp3val-0.1.8-src +PKGNAME= mp3val-0.1.8 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3val/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://mp3val.sourceforge.net/ +COMMENT= mp3 checker +LICENSE= gnu-gpl-v2 + +USE_LANGUAGES= c++ +USE_TOOLS+= gmake +MAKE_FILE= Makefile.linux +BUILD_TARGET= mp3val +PKG_DESTDIR_SUPPORT= user-destdir + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/mp3val ${DESTDIR}${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/mp3val/PLIST b/audio/mp3val/PLIST new file mode 100644 index 00000000000..7b5d93f26b1 --- /dev/null +++ b/audio/mp3val/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/07 19:36:19 drochner Exp $ +bin/mp3val diff --git a/audio/mp3val/distinfo b/audio/mp3val/distinfo new file mode 100644 index 00000000000..10e5f0816b8 --- /dev/null +++ b/audio/mp3val/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/07/07 19:36:19 drochner Exp $ + +SHA1 (mp3val-0.1.8-src.tar.gz) = 19f7506d387f72def2861ec271c5cb4135bd8f5e +RMD160 (mp3val-0.1.8-src.tar.gz) = 25b63be18d40623324b1ce4d622bd18204965c13 +Size (mp3val-0.1.8-src.tar.gz) = 21406 bytes |