1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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)
This commit is contained in:
Matthew Hunt 1999-01-02 22:34:08 +00:00
parent 8d930fd37b
commit c0a2528072
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15791
5 changed files with 20 additions and 12 deletions

View File

@ -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 <oliver.fromme@heim3.tu-clausthal.de>
#
# $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 <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (tosha-0.05.tar.gz) = a8de61c231018cd6044270a3936c3e08
MD5 (tosha-0.6.tar.gz) = 1ecbef55be4af5e3d7f5d6b9de932ed3

View File

@ -1 +1 @@
Read CD digital audio data through the SCSI bus.
Read CD digital audio and video data via the SCSI bus.

View File

@ -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 <oliver.fromme@heim3.tu-clausthal.de>

View File

@ -1,3 +1,4 @@
bin/tosha
bin/pcmplay
bin/pcmfade
etc/tosharc