diff options
author | andreas <andreas@FreeBSD.org> | 1997-05-25 16:58:44 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-05-25 16:58:44 +0800 |
commit | 4fa3afd2f5a5dc32e55a9342d5fcc744b1f4cb5f (patch) | |
tree | 1b89f3fbec26a2936b3e3b1e2bfbf52cf73079e8 /audio/tosha | |
parent | 65b65764afea944bb615bbbee09186da4cf88be9 (diff) | |
download | freebsd-ports-graphics-4fa3afd2f5a5dc32e55a9342d5fcc744b1f4cb5f.tar.gz freebsd-ports-graphics-4fa3afd2f5a5dc32e55a9342d5fcc744b1f4cb5f.tar.zst freebsd-ports-graphics-4fa3afd2f5a5dc32e55a9342d5fcc744b1f4cb5f.zip |
- modified Makefile, to use CFLAGS form /etc/make.conf
- reformatted DESCR
- removed manpage compression from tosha's Makefile and added
manpages in the ports Makefile (MAN1) so that the port is now
aware of NOMANCOMPRESS
PR:
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'audio/tosha')
-rw-r--r-- | audio/tosha/Makefile | 4 | ||||
-rw-r--r-- | audio/tosha/pkg-descr | 15 |
2 files changed, 11 insertions, 8 deletions
diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile index 59990c3eed0..344bc320851 100644 --- a/audio/tosha/Makefile +++ b/audio/tosha/Makefile @@ -3,7 +3,7 @@ # Date created: 21 May 1997 # Whom: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/05/25 08:41:41 andreas Exp $ # DISTNAME= tosha-0.05 @@ -12,4 +12,6 @@ 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/pkg-descr b/audio/tosha/pkg-descr index 3f4992969a1..9d2d0fab898 100644 --- a/audio/tosha/pkg-descr +++ b/audio/tosha/pkg-descr @@ -1,8 +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 inter- -faces. +"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. -Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de> +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> |