Import shntool-3.0.10.

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.

ok sthen@
This commit is contained in:
bentley 2012-05-18 01:29:56 +00:00
parent 3d82dc899d
commit d76271db40
5 changed files with 72 additions and 0 deletions

23
audio/shntool/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/05/18 01:29:56 bentley Exp $
COMMENT = multi-purpose wave data processing utility
DISTNAME = shntool-3.0.10
CATEGORIES = audio
HOMEPAGE = http://www.etree.org/shnutils/shntool/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += c
MASTER_SITES = ${HOMEPAGE}dist/src/
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>

5
audio/shntool/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (shntool-3.0.10.tar.gz) = XUH49Cw8FeMUWnpDU5w+rg==
RMD160 (shntool-3.0.10.tar.gz) = PEHF2k7hESfa4CYJBS0fGjVa70o=
SHA1 (shntool-3.0.10.tar.gz) = eivIgB4YDPWC8OOXdWA1guNdUNI=
SHA256 (shntool-3.0.10.tar.gz) = dDAurEd8oI+ytCufFUzIcFk67IvqswhnbkNzpeTKIQI=
SIZE (shntool-3.0.10.tar.gz) = 216061

8
audio/shntool/pkg/DESCR Normal file
View File

@ -0,0 +1,8 @@
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, and can work with other
lossless audio formats, provided the appropriate helper program
is installed.

18
audio/shntool/pkg/PLIST Normal file
View File

@ -0,0 +1,18 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/05/18 01:29:56 bentley Exp $
bin/shncat
bin/shncmp
bin/shnconv
bin/shncue
bin/shnfix
bin/shngen
bin/shnhash
bin/shninfo
bin/shnjoin
bin/shnlen
bin/shnpad
bin/shnsplit
bin/shnstrip
@bin bin/shntool
bin/shntrim
@man man/man1/shntool.1
share/doc/pkg-readmes/${FULLPKGNAME}

18
audio/shntool/pkg/README Normal file
View File

@ -0,0 +1,18 @@
$OpenBSD: README,v 1.1.1.1 2012/05/18 01:29:56 bentley Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
Format Modules
==============
shntool supports .wav files by default, but has support for reading and
writing other losslessly-compressed formats by using helper programs.
To support these extra formats, install the following packages:
- sox (.aiff)
- shorten (.shn)
- flac (.flac)
- mac (.ape)
- wavepack (.wv)
- bonk (.bonk)