Update to 3.4. Changes in this release:

* 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.
* Seek tables are now appended to non-stdout output file when reading
  uncompressed data from stdin.
This commit is contained in:
naddy 2002-02-11 17:56:52 +00:00
parent 11d17a1081
commit e6bcd6582c
5 changed files with 21 additions and 7 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.2 2001/08/21 15:19:16 naddy Exp $
# $OpenBSD: Makefile,v 1.3 2002/02/11 17:56:52 naddy Exp $
COMMENT= "fast compression for waveform files"
DISTNAME= shorten-3.3
DISTNAME= shorten-3.4
CATEGORIES= audio archivers
NEED_VERSION= 1.440
NEED_VERSION= 1.504
HOMEPAGE= http://shnutils.etree.org/shorten/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
@ -13,7 +14,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "no fee"
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://shnutils.etree.org/misc/
MASTER_SITES= http://shnutils.etree.org/shorten/source/
CONFIGURE_STYLE= gnu

3
audio/shorten/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (shorten-3.4.tar.gz) = 16d459939544442d6a30175c0bf69e93
RMD160 (shorten-3.4.tar.gz) = 888e00ac8181d609dfdc72beb477d5b816063dff
SHA1 (shorten-3.4.tar.gz) = 2dee368aa0b3d1ee6d6de0ce22f7e15b70828114

View File

@ -1,3 +0,0 @@
MD5 (shorten-3.3.tar.gz) = 1db8d2d9f70892538c1c273e3d9c665f
RMD160 (shorten-3.3.tar.gz) = f2f8d1b0f9de90a89b45acb9c101fdbccc7caca4
SHA1 (shorten-3.3.tar.gz) = 4ed543719e6b5bef8f931cb6da4b5ff64f21c891

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-include_binary_h,v 1.1 2002/02/11 17:56:52 naddy Exp $
--- include/binary.h.orig Mon Feb 11 14:52:47 2002
+++ include/binary.h Mon Feb 11 14:52:57 2002
@@ -10,7 +10,6 @@
#include <limits.h>
#include <assert.h>
#include <math.h>
-#include <malloc.h>
#if defined _WIN32 || defined __TURBOC__ || defined __ZTC__ || defined _MSC_VER

View File

@ -13,3 +13,5 @@ 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".
WWW: ${HOMEPAGE}