diff options
Diffstat (limited to 'audio/tosha')
-rw-r--r-- | audio/tosha/Makefile | 17 | ||||
-rw-r--r-- | audio/tosha/files/md5 | 1 | ||||
-rw-r--r-- | audio/tosha/patches/patch-aa | 29 | ||||
-rw-r--r-- | audio/tosha/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/tosha/pkg/DESCR | 9 | ||||
-rw-r--r-- | audio/tosha/pkg/PLIST | 6 |
6 files changed, 63 insertions, 0 deletions
diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile new file mode 100644 index 00000000000..e3474885631 --- /dev/null +++ b/audio/tosha/Makefile @@ -0,0 +1,17 @@ +# 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: Makefile,v 1.1.1.1 1997/10/28 23:19:09 augustss Exp $ +# + +DISTNAME= tosha-0.05 +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 + +.include <bsd.port.mk> diff --git a/audio/tosha/files/md5 b/audio/tosha/files/md5 new file mode 100644 index 00000000000..1bbc1e55e71 --- /dev/null +++ b/audio/tosha/files/md5 @@ -0,0 +1 @@ +MD5 (tosha-0.05.tar.gz) = a8de61c231018cd6044270a3936c3e08 diff --git a/audio/tosha/patches/patch-aa b/audio/tosha/patches/patch-aa new file mode 100644 index 00000000000..4b463008d68 --- /dev/null +++ b/audio/tosha/patches/patch-aa @@ -0,0 +1,29 @@ +--- Makefile.orig Wed May 21 01:57:17 1997 ++++ Makefile Sun May 25 10:53:33 1997 +@@ -5,7 +5,6 @@ + # Wed May 21 01:51:37 MET DST 1997 + # + +-PREFIX=/usr/local + BINDIR=$(PREFIX)/bin + MANDIR=$(PREFIX)/man + SECTION=1 +@@ -16,7 +15,7 @@ + ###### ###### + ################################################### + +-CFLAGS=-O2 -Wall -ansi ++# CFLAGS=-O2 -Wall -ansi + # CFLAGS=-g -Wall -ansi -pedantic + + all: tosha pcmplay pcmfade +@@ -40,9 +39,6 @@ + install -s -g bin -o bin -m 755 tosha pcmplay pcmfade $(BINDIR) + install -c -g bin -o bin -m 644 tosha.1 pcmplay.1 pcmfade.1 \ + $(MANDIR)/man$(SECTION) +- gzip -f -9 $(MANDIR)/man$(SECTION)/tosha.1 \ +- $(MANDIR)/man$(SECTION)/pcmplay.1 \ +- $(MANDIR)/man$(SECTION)/pcmfade.1 + + clean: + rm -f *.o *~ *core tosha pcmplay pcmfade diff --git a/audio/tosha/pkg/COMMENT b/audio/tosha/pkg/COMMENT new file mode 100644 index 00000000000..4d1236dd99a --- /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 00000000000..9d2d0fab898 --- /dev/null +++ b/audio/tosha/pkg/DESCR @@ -0,0 +1,9 @@ +"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 +interfaces. + +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 00000000000..e0f00a030e5 --- /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 |