pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/shntool initial import of the shntool 2.0.3 pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d55e1afc5dc
branches:  trunk
changeset: 517679:6d55e1afc5dc
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Fri Aug 18 21:38:23 2006 +0000

description:
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:

 audio/shntool/DESCR    |   9 +++++++++
 audio/shntool/Makefile |  21 +++++++++++++++++++++
 audio/shntool/PLIST    |   3 +++
 audio/shntool/distinfo |   5 +++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r dccdff8325c9 -r 6d55e1afc5dc audio/shntool/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/shntool/DESCR       Fri Aug 18 21:38:23 2006 +0000
@@ -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 -r dccdff8325c9 -r 6d55e1afc5dc audio/shntool/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/shntool/Makefile    Fri Aug 18 21:38:23 2006 +0000
@@ -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@localhost
+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 -r dccdff8325c9 -r 6d55e1afc5dc audio/shntool/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/shntool/PLIST       Fri Aug 18 21:38:23 2006 +0000
@@ -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 -r dccdff8325c9 -r 6d55e1afc5dc audio/shntool/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/shntool/distinfo    Fri Aug 18 21:38:23 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index