diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-05-25 08:41:41 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-05-25 08:41:41 +0000 |
commit | a158c4f837c52c9aac4f31da71141aa083f6216d (patch) | |
tree | c2a7f2bcaf6ae07d5674dce211c6c6684a003caa /audio/tosha | |
parent | 67ef94ac244e2ee84f5b72c146703d6db4ec5a7e (diff) | |
download | ports-a158c4f837c52c9aac4f31da71141aa083f6216d.tar.gz ports-a158c4f837c52c9aac4f31da71141aa083f6216d.zip |
Notes
Diffstat (limited to 'audio/tosha')
-rw-r--r-- | audio/tosha/Makefile | 15 | ||||
-rw-r--r-- | audio/tosha/distinfo | 1 | ||||
-rw-r--r-- | audio/tosha/pkg-comment | 1 | ||||
-rw-r--r-- | audio/tosha/pkg-descr | 8 | ||||
-rw-r--r-- | audio/tosha/pkg-plist | 6 |
5 files changed, 31 insertions, 0 deletions
diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile new file mode 100644 index 000000000000..59990c3eed08 --- /dev/null +++ b/audio/tosha/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: tosha +# Version required: 0.05 +# Date created: 21 May 1997 +# Whom: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de> +# +# $Id$ +# + +DISTNAME= tosha-0.05 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/ + +MAINTAINER= oliver.fromme@heim3.tu-clausthal.de + +.include <bsd.port.mk> diff --git a/audio/tosha/distinfo b/audio/tosha/distinfo new file mode 100644 index 000000000000..1bbc1e55e71c --- /dev/null +++ b/audio/tosha/distinfo @@ -0,0 +1 @@ +MD5 (tosha-0.05.tar.gz) = a8de61c231018cd6044270a3936c3e08 diff --git a/audio/tosha/pkg-comment b/audio/tosha/pkg-comment new file mode 100644 index 000000000000..4d1236dd99a8 --- /dev/null +++ b/audio/tosha/pkg-comment @@ -0,0 +1 @@ +Read CD digital audio data through the SCSI bus. diff --git a/audio/tosha/pkg-descr b/audio/tosha/pkg-descr new file mode 100644 index 000000000000..3f4992969a12 --- /dev/null +++ b/audio/tosha/pkg-descr @@ -0,0 +1,8 @@ +"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. The digital audio data +is read through the SCSI bus; thus tosha does NOT work +with IDE/ATAPI CD-ROM drives nor with proprietary inter- +faces. + +Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de> diff --git a/audio/tosha/pkg-plist b/audio/tosha/pkg-plist new file mode 100644 index 000000000000..e0f00a030e54 --- /dev/null +++ b/audio/tosha/pkg-plist @@ -0,0 +1,6 @@ +bin/tosha +bin/pcmplay +bin/pcmfade +man/man1/tosha.1.gz +man/man1/pcmplay.1.gz +man/man1/pcmfade.1.gz |