Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2001 22:33:11 +0200 (CEST)
From:      Stefan `Sec` Zehl <sec@ice.42.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Christian Weisgerber <naddy@mips.inka.de>
Subject:   ports/29932: Update of audio/shorten port
Message-ID:  <20010821203311.DDFFD377@ice.42.org>

next in thread | raw e-mail | index | archive | help

>Number:         29932
>Category:       ports
>Synopsis:       Update of audio/shorten port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 21 13:40:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Stefan `Sec` Zehl
>Release:        FreeBSD 4.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD ice 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #7: Tue Aug 14 13:34:25 CEST 2001 root@ice:/usr/export/obj/usr/export/src/sys/ICE i386

	
>Description:

Thanks to Christian Weisgerber <naddy@mips.inka.de>, for providing a
patch to update this port.

This patch removes files/patch-aa completely, do not forget to delete
it :)

>How-To-Repeat:
	
>Fix:

diff -uNr /usr/ports/audio/shorten/Makefile shorten/Makefile
--- /usr/ports/audio/shorten/Makefile	Fri Nov  3 19:55:45 2000
+++ shorten/Makefile	Tue Aug 21 17:17:34 2001
@@ -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 -uNr /usr/ports/audio/shorten/distinfo shorten/distinfo
--- /usr/ports/audio/shorten/distinfo	Fri Nov  3 19:55:45 2000
+++ shorten/distinfo	Tue Aug 21 17:19:57 2001
@@ -1 +1 @@
-MD5 (shorten-3.1.tar.gz) = 7581e6027fb087845158adcc99090072
+MD5 (shorten-3.3.tar.gz) = 1db8d2d9f70892538c1c273e3d9c665f
diff -uNr /usr/ports/audio/shorten/files/patch-aa shorten/files/patch-aa
--- /usr/ports/audio/shorten/files/patch-aa	Fri Nov  3 19:55:45 2000
+++ shorten/files/patch-aa	Thu Jan  1 01:00:00 1970
@@ -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 -uNr /usr/ports/audio/shorten/pkg-comment shorten/pkg-comment
--- /usr/ports/audio/shorten/pkg-comment	Fri Apr  2 06:32:33 1999
+++ shorten/pkg-comment	Mon Aug 20 01:10:52 2001
@@ -1 +1 @@
-A wav-file compressor
+Fast compression for waveform files
diff -uNr /usr/ports/audio/shorten/pkg-descr shorten/pkg-descr
--- /usr/ports/audio/shorten/pkg-descr	Sun May  2 23:31:48 1999
+++ shorten/pkg-descr	Tue Aug 21 17:24:54 2001
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010821203311.DDFFD377>