From c0a25280727f4b11d81f8a91b32b0ddd7b794d3a Mon Sep 17 00:00:00 2001 From: Matthew Hunt Date: Sat, 2 Jan 1999 22:34:08 +0000 Subject: Update to 0.6. Cool new stuff includes: - CAM support without patches - Directly writes wav, aiff, and other formats besides pcm - I don't get funny errors with my IBM-branded Toshiba drive :-) PR: 9267 Submitted by: oliver.fromme@heim3.tu-clausthal.de (author & maintainer) --- audio/tosha/Makefile | 9 +++++---- audio/tosha/distinfo | 2 +- audio/tosha/pkg-comment | 2 +- audio/tosha/pkg-descr | 18 ++++++++++++------ audio/tosha/pkg-plist | 1 + 5 files changed, 20 insertions(+), 12 deletions(-) (limited to 'audio/tosha') diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile index 344bc3208515..f2ef0232f384 100644 --- a/audio/tosha/Makefile +++ b/audio/tosha/Makefile @@ -1,17 +1,18 @@ # New ports collection makefile for: tosha -# Version required: 0.05 -# Date created: 21 May 1997 +# Version required: 0.6 +# Date created: 01 Jan 1999 # Whom: Oliver Fromme # -# $Id: Makefile,v 1.1.1.1 1997/05/25 08:41:41 andreas Exp $ +# $Id: Makefile.port,v 1.2 1999/01/01 23:31:47 olli Exp $ # -DISTNAME= tosha-0.05 +DISTNAME= tosha-0.6 CATEGORIES= audio MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/ MAINTAINER= oliver.fromme@heim3.tu-clausthal.de MAN1= pcmfade.1 pcmplay.1 tosha.1 +MANCOMPRESSED= yes .include diff --git a/audio/tosha/distinfo b/audio/tosha/distinfo index 1bbc1e55e71c..425b6d39e386 100644 --- a/audio/tosha/distinfo +++ b/audio/tosha/distinfo @@ -1 +1 @@ -MD5 (tosha-0.05.tar.gz) = a8de61c231018cd6044270a3936c3e08 +MD5 (tosha-0.6.tar.gz) = 1ecbef55be4af5e3d7f5d6b9de932ed3 diff --git a/audio/tosha/pkg-comment b/audio/tosha/pkg-comment index 4d1236dd99a8..94dd1ffda1e4 100644 --- a/audio/tosha/pkg-comment +++ b/audio/tosha/pkg-comment @@ -1 +1 @@ -Read CD digital audio data through the SCSI bus. +Read CD digital audio and video data via the SCSI bus. diff --git a/audio/tosha/pkg-descr b/audio/tosha/pkg-descr index 9d2d0fab8987..10cb8c58a209 100644 --- a/audio/tosha/pkg-descr +++ b/audio/tosha/pkg-descr @@ -1,9 +1,15 @@ -"tosha" reads one or more CD-DA (digital audio) tracks or absolute -sectors and writes them into a single or multiple files, or to the -standard output. +tosha reads CD-DA (digital audio) and CD-XA (digital video) +tracks and writes them to the harddisk. Several audio formats +are supported: raw PCM (little-endian and big-endian byte +order), WAV / RIFF, AIFF and Sun AU. -The digital audio data is read through the SCSI bus; thus tosha -does NOT work with IDE/ATAPI CD-ROM drives nor with proprietary -interfaces. +You can also pipe the data directly into an audio or video +player. A simple audio player is included ("pcmplay"). To +playback VideoCD data, you need a third-party product, for +example MpegTV (see http://www.mpegtv.com/). + +tosha reads the digital audio / video data through the SCSI +bus; therefore it does not work with IDE/ATAPI CD-ROM drives +nor with proprietary interfaces. Oliver Fromme diff --git a/audio/tosha/pkg-plist b/audio/tosha/pkg-plist index 88199311343b..115f8509f59e 100644 --- a/audio/tosha/pkg-plist +++ b/audio/tosha/pkg-plist @@ -1,3 +1,4 @@ bin/tosha bin/pcmplay bin/pcmfade +etc/tosharc -- cgit v1.2.3