Initial import of shorten 3.3.
Shorten reduces the size of waveform files (such as audio) using Huffman coding of prediction residuals and optional additional quantisation. It supports lossless and lossy modes.
This commit is contained in:
parent
bfe7984072
commit
19f06dcd88
21
audio/shorten/Makefile
Normal file
21
audio/shorten/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/08/21 00:03:31 naddy Exp $
|
||||
|
||||
COMMENT= "fast compression for waveform files"
|
||||
|
||||
DISTNAME= shorten-3.3
|
||||
CATEGORIES= audio archivers
|
||||
NEED_VERSION= 1.440
|
||||
|
||||
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= "no fee"
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= "no fee"
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://shnutils.etree.org/misc/
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/shorten/files/md5
Normal file
3
audio/shorten/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (shorten-3.3.tar.gz) = 179b21d340b402d8efe689491e70066e
|
||||
RMD160 (shorten-3.3.tar.gz) = 9e563b2cb872bfbcdef111ac3827f800d6f20a88
|
||||
SHA1 (shorten-3.3.tar.gz) = 48b2d07d2b4879d3564b595d34914799b2582cfc
|
15
audio/shorten/pkg/DESCR
Normal file
15
audio/shorten/pkg/DESCR
Normal file
@ -0,0 +1,15 @@
|
||||
Shorten reduces the size of waveform files (such as audio) using
|
||||
Huffman coding of prediction residuals and optional additional
|
||||
quantisation. In lossless mode the amount of compression obtained
|
||||
depends on the nature of the waveform. Those composing of low
|
||||
frequencies and low amplitudes give the best compression, which may
|
||||
be 2:1 or better. Lossy compression operates by specifying a minimum
|
||||
acceptable segmental signal to noise ratio or a maximum bit rate.
|
||||
Lossy compression operates by zeroing the lower order bits of the
|
||||
waveform, so retaining waveform shape.
|
||||
|
||||
Permission is granted to use this software for decoding and
|
||||
non-commercial encoding (e.g. private or research use).
|
||||
|
||||
If you intend to use shorten, be sure to check the full license,
|
||||
which can be displayed by "shorten -l".
|
3
audio/shorten/pkg/PLIST
Normal file
3
audio/shorten/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/08/21 00:03:31 naddy Exp $
|
||||
bin/shorten
|
||||
man/man1/shorten.1
|
Loading…
Reference in New Issue
Block a user