Update to 3.3
PR: 29932 Submitted by: naddy@mips.inka.de Reviewed by: maintainer
This commit is contained in:
parent
4fa422cd62
commit
d053d6ed74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46746
@ -6,17 +6,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= shorten
|
||||
PORTVERSION= 3.1
|
||||
PORTVERSION= 3.3
|
||||
CATEGORIES= audio archivers
|
||||
MASTER_SITES= http://www.etree.org/software/
|
||||
MASTER_SITES= http://shnutils.etree.org/misc/
|
||||
|
||||
MAINTAINER= sec@42.org
|
||||
|
||||
RESTRICTED= "May not be sold."
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= shorten.1
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/shorten
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (shorten-3.1.tar.gz) = 7581e6027fb087845158adcc99090072
|
||||
MD5 (shorten-3.3.tar.gz) = 1db8d2d9f70892538c1c273e3d9c665f
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- Makefile.orig Tue Sep 26 06:38:32 2000
|
||||
+++ Makefile Fri Sep 29 14:17:52 2000
|
||||
@@ -5,7 +5,7 @@
|
||||
CC = cc
|
||||
CFLAGS= -O
|
||||
|
||||
-DESTDIR = /usr/local
|
||||
+DESTDIR = $(PREFIX)
|
||||
prefix = $(DESTDIR)
|
||||
exec_prefix = $(prefix)/bin
|
||||
man_prefix = $(prefix)/man/man$(manext)
|
@ -1 +1 @@
|
||||
A wav-file compressor
|
||||
Fast compression for waveform files
|
||||
|
@ -1,6 +1,17 @@
|
||||
Shorten is a compressing tool specialized for Audio files where it usually
|
||||
performs better than gzip/bzip2.
|
||||
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".
|
||||
|
||||
WWW: http://www.softsound.com/Shorten.html
|
||||
|
||||
also read the LICENCE.
|
||||
|
Loading…
Reference in New Issue
Block a user