summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-08-23 19:51:55 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-08-23 19:51:55 +0000
commitd053d6ed74d1d11e0881fb478c4c57a60d197d46 (patch)
tree377f361798f17cbfbba6718fccda6109fa76725b /audio
parentUpdate patchfiles to match new version (diff)
Update to 3.3
PR: 29932 Submitted by: naddy@mips.inka.de Reviewed by: maintainer
Notes
Notes: svn path=/head/; revision=46746
Diffstat (limited to 'audio')
-rw-r--r--audio/shorten/Makefile9
-rw-r--r--audio/shorten/distinfo2
-rw-r--r--audio/shorten/files/patch-aa11
-rw-r--r--audio/shorten/pkg-comment2
-rw-r--r--audio/shorten/pkg-descr19
5 files changed, 21 insertions, 22 deletions
diff --git a/audio/shorten/Makefile b/audio/shorten/Makefile
index 5562c60e9ef0..02eb38363e8c 100644
--- a/audio/shorten/Makefile
+++ b/audio/shorten/Makefile
@@ -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."
-MAN1= shorten.1
+GNU_CONFIGURE= yes
-post-install:
- strip ${PREFIX}/bin/shorten
+MAN1= shorten.1
.include <bsd.port.mk>
diff --git a/audio/shorten/distinfo b/audio/shorten/distinfo
index a77d44865fd6..95daa3e260f7 100644
--- a/audio/shorten/distinfo
+++ b/audio/shorten/distinfo
@@ -1 +1 @@
-MD5 (shorten-3.1.tar.gz) = 7581e6027fb087845158adcc99090072
+MD5 (shorten-3.3.tar.gz) = 1db8d2d9f70892538c1c273e3d9c665f
diff --git a/audio/shorten/files/patch-aa b/audio/shorten/files/patch-aa
deleted file mode 100644
index 51a4e9ed2f3c..000000000000
--- a/audio/shorten/files/patch-aa
+++ /dev/null
@@ -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)
diff --git a/audio/shorten/pkg-comment b/audio/shorten/pkg-comment
index 5e12d6d5d76b..b6e899b11dde 100644
--- a/audio/shorten/pkg-comment
+++ b/audio/shorten/pkg-comment
@@ -1 +1 @@
-A wav-file compressor
+Fast compression for waveform files
diff --git a/audio/shorten/pkg-descr b/audio/shorten/pkg-descr
index 3e78cd379f3b..84e9c674123d 100644
--- a/audio/shorten/pkg-descr
+++ b/audio/shorten/pkg-descr
@@ -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.
-WWW: http://www.softsound.com/Shorten.html
+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".
-also read the LICENCE.
+WWW: http://www.softsound.com/Shorten.html