Import of bonk 0.5.

Bonk is an audio compression program which can operate in either
lossless or lossy mode.
This commit is contained in:
naddy 2001-07-12 20:45:10 +00:00
parent 9c86a9ac02
commit 50882e22e7
4 changed files with 43 additions and 0 deletions

23
audio/bonk/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/07/12 20:45:10 naddy Exp $
COMMENT= "lossy/lossless audio coder"
DISTNAME= bonk-0.5
CATEGORIES= audio
NEED_VERSION= 1.419
HOMEPAGE= http://yoyo.cc.monash.edu.au/~pfh/bonk/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
MAKE_FLAGS= CXX='${CXX}' CXXFLAGS='${CXXFLAGS}' LIBS=-lossaudio
FAKE_FLAGS= PREFIX='${WRKINST}${PREFIX}' INSTALL='${INSTALL_PROGRAM}'
.include <bsd.port.mk>

3
audio/bonk/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (bonk-0.5.tar.gz) = 81c4741a1e7445e2cff4b30c81ef8796
RMD160 (bonk-0.5.tar.gz) = f80dcba7c3ae690fdec1746eada3e14720ef7d72
SHA1 (bonk-0.5.tar.gz) = b4e0794b5fda263c950ae03aa35f0097543803b5

15
audio/bonk/pkg/DESCR Normal file
View File

@ -0,0 +1,15 @@
Bonk is a high quality audio compression program. It can operate in
either lossless or lossy mode. In lossless mode, the exact original
WAV file can be recovered from the compressed file. In lossy mode,
some information is discarded in the compressed file, yielding a much
higher compression ratio. The information discarded is perceptually
unimportant, and the result should be a *perceptually* lossless encoding.
Bonk can compress some types of sounds more than others, so the actual
bit-rate achieved varies.
Bonk differs from most existing lossy coders in that it does not
use a Fourier transform to analyse the audio. Instead it uses a
linear predictor (as used in speech compression) with a very high tap
count.
WWW: ${HOMEPAGE}

2
audio/bonk/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/07/12 20:45:10 naddy Exp $
bin/bonk