From db9ab2e9c0bab38bbe46efafef82cac9482bd428 Mon Sep 17 00:00:00 2001 From: mrg Date: Fri, 18 Aug 2006 21:38:23 +0000 Subject: initial import of the shntool 2.0.3 package. from DESCR: shntool is a multi-purpose WAVE data processing and reporting utility. File formats are abstracted from its core, so it can process any file that contains WAVE data, compressed or not - provided there exists a format module to handle that particular file type. --- audio/shntool/DESCR | 9 +++++++++ audio/shntool/Makefile | 21 +++++++++++++++++++++ audio/shntool/PLIST | 3 +++ audio/shntool/distinfo | 5 +++++ 4 files changed, 38 insertions(+) create mode 100644 audio/shntool/DESCR create mode 100644 audio/shntool/Makefile create mode 100644 audio/shntool/PLIST create mode 100644 audio/shntool/distinfo (limited to 'audio/shntool') diff --git a/audio/shntool/DESCR b/audio/shntool/DESCR new file mode 100644 index 00000000000..62c87e5e8ca --- /dev/null +++ b/audio/shntool/DESCR @@ -0,0 +1,9 @@ +shntool is a multi-purpose WAVE data processing and reporting utility. +File formats are abstracted from its core, so it can process any file +that contains WAVE data, compressed or not - provided there exists a +format module to handle that particular file type. + +shntool has native support for .wav files. If you want it to work with +other formats, you must have the appropriate helper program installed. +The "Helper programs" section below contains links to helper programs +for each format that shntool supports. diff --git a/audio/shntool/Makefile b/audio/shntool/Makefile new file mode 100644 index 00000000000..799672b37b1 --- /dev/null +++ b/audio/shntool/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/08/18 21:38:23 mrg Exp $ +# + +DISTNAME= shntool-2.0.3 +CATEGORIES= audio archivers +MASTER_SITES= http://www.etree.org/shnutils/shntool/source/ + +MAINTAINER= ben@NetBSD.org +HOMEPAGE= http://www.etree.org/shnutils/shntool/ +COMMENT= Lossless audio compressor wrapper tool + +LICENSE= no-commercial-use + +GNU_CONFIGURE= YES + +# could also support: wav, OFR, LPAC and APE. +DEPENDS+= shorten>=3.6.0:../../audio/shorten +DEPENDS+= flac>=1.1.0:../../audio/shorten +DEPENDS+= sox>=12.17.4:../../audio/sox + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/shntool/PLIST b/audio/shntool/PLIST new file mode 100644 index 00000000000..a1dab03ba0e --- /dev/null +++ b/audio/shntool/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/18 21:38:23 mrg Exp $ +bin/shntool +man/man1/shntool.1 diff --git a/audio/shntool/distinfo b/audio/shntool/distinfo new file mode 100644 index 00000000000..8fae764ebff --- /dev/null +++ b/audio/shntool/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/08/18 21:38:23 mrg Exp $ + +SHA1 (shntool-2.0.3.tar.gz) = 1d52d349759a7c12407e2399105f00f6d23f4a55 +RMD160 (shntool-2.0.3.tar.gz) = ecd7d4114e2582ba165e152f77d98c1a82e4f502 +Size (shntool-2.0.3.tar.gz) = 189583 bytes -- cgit v1.2.3