summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-05-25 08:58:44 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-05-25 08:58:44 +0000
commitc53259b5f2d11d4a48dd5579bac71da13cd80c80 (patch)
treeb7348c88df2316a759e2a59e2e1aa959e4717189 /audio
parentRemove Separate requirements for CGI.pm and ExtUtils::Embed; the perl5 requir... (diff)
- 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:
Notes
Notes: svn path=/head/; revision=6558
Diffstat (limited to 'audio')
-rw-r--r--audio/tosha/Makefile4
-rw-r--r--audio/tosha/pkg-descr15
2 files changed, 11 insertions, 8 deletions
diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile
index 59990c3eed08..344bc3208515 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 3f4992969a12..9d2d0fab8987 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>