summaryrefslogtreecommitdiff
path: root/audio/shntool
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2006-08-18 21:38:23 +0000
committermrg <mrg@pkgsrc.org>2006-08-18 21:38:23 +0000
commitdb9ab2e9c0bab38bbe46efafef82cac9482bd428 (patch)
tree5ff4ef32c8747e7f71cd4d84bd1e53bcf0dc454e /audio/shntool
parent5863f3023be53aea51e614088d9a7f0a6bda0ca2 (diff)
downloadpkgsrc-db9ab2e9c0bab38bbe46efafef82cac9482bd428.tar.gz
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.
Diffstat (limited to 'audio/shntool')
-rw-r--r--audio/shntool/DESCR9
-rw-r--r--audio/shntool/Makefile21
-rw-r--r--audio/shntool/PLIST3
-rw-r--r--audio/shntool/distinfo5
4 files changed, 38 insertions, 0 deletions
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