summaryrefslogtreecommitdiff
path: root/audio/shorten
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-06-24Upgrade shorten to version 3.6.0.ben2-5/+5
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv1-2/+2
2003-12-13Update MAINTAINER email address.ben1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-19Change address of maintainer per PR 22170.wiz1-2/+2
2003-03-05Update to 3.5.1:wiz2-5/+5
3.5.1 released Wed 12 Feb 2003 Minor AIFF spec compliance updates
2002-12-24Replace collver@linuxfreemail.com with collver1@attbi.com.wiz1-2/+2
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps.
2002-12-23Update to 3.5.0. Changes since 3.1:wiz6-91/+10
3.2 released on Sat 13 Jan 2001 Added '-i' switch to display whether a file contains seek information Cleaned up endian-conversion code Fixed a file naming bug - now, when only an input file name is given, output files are named according to the following rules: If shortening a file: If the input file name ends in .wav, then change extension to .shn; otherwise, append .shn to the input file name. Examples: file.wav -> file.shn file.ext -> file.ext.shn If extracting a file: If the input file name ends in .shn, then change extension to .wav; otherwise, append .wav to the input file name. file.shn -> file.wav file.ext -> file.ext.wav When the caller specifies -v2 on the command line, seek tables are not generated (neither appended nor created in separate files). The default behavior is to generate/append seek tables. 3.3 released on Sun 12 Aug 2001 Converted to autoconf/automake build system Made seek table code 64-bit clean Changed seek table data structures to compensate for compilers that don't properly implement #pragma pack(1) Various minor cleanups/updates that don't impact the shorten algorithm 3.4 released on Sun 10 Feb 2002 Fix for reading/writing binary data on stdin/stdout for operating systems that do not have a single '\x0A' as a line separator (Frank Klemm) Shorten now refuses to input data from or output data to a tty Fixed crash when trying to create seek tables from a non-shorten file -s and -S options can now create seek table files from data read on stdin (with -s, output filename is 'stdin.skt') Seek tables are now appended to non-stdout output file when reading uncompressed data from stdin (e.g. shorten - outfile.shn < data.wav) 3.5.0 released on Mon 18 Nov 2002 Support for compression of AIFF files contributed by Brian Willoughby of Sound Consulting Changed file naming convention during extraction - when only an input file name is given, output files are named according to the following rules: If the input file name contains more than one '.' and ends in .shn, then drop the .shn; otherwise, if the input file name ends in .shn, then change the extension to .wav; otherwise, append .wav to the input file name. file.aiff.shn -> file.aiff file.aiff.ext -> file.aiff.ext.wav file.shn -> file.wav file.ext -> file.ext.wav This change was made so that non-wav files would be properly named after shortening and unshortening. For example, 'shorten file.aiff' creates file.aiff.shn, and with the change above, 'shorten -x file.aiff.shn' will now create file.aiff (instead of file.aiff.wav).
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-21Improve file name conversion on extraction.wiz2-1/+14
Patch by maximum entropy in pkg/13526.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-16Initial import of shorten-3.1zuntum8-0/+102
Shorten is a lossless compressing tool specialized for Audio files where it usually performs better than gzip/bzip2. Package submitted by Ben Collver <collver@linuxfreemail.com> in pkg/12586