aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2008-02-05 04:31:39 +0800
committerdanfe <danfe@FreeBSD.org>2008-02-05 04:31:39 +0800
commit9e36435953560f0045056def1687a41c10759c56 (patch)
treeb7e29732be5f6fdb3598663d52ef33eff1248c85 /audio
parent48228197679dfd84776f0a1980f6de24c2bd2b5f (diff)
downloadfreebsd-ports-gnome-9e36435953560f0045056def1687a41c10759c56.tar.gz
freebsd-ports-gnome-9e36435953560f0045056def1687a41c10759c56.tar.zst
freebsd-ports-gnome-9e36435953560f0045056def1687a41c10759c56.zip
- Pacify portlint(1)
- Clean up Makefile, mute MKDIR invocation - Reformat pkg-descr, kill attribution - Take maintainership
Diffstat (limited to 'audio')
-rw-r--r--audio/tta/Makefile14
-rw-r--r--audio/tta/pkg-descr13
2 files changed, 11 insertions, 16 deletions
diff --git a/audio/tta/Makefile b/audio/tta/Makefile
index 3c3aafc120c8..36a80111ba40 100644
--- a/audio/tta/Makefile
+++ b/audio/tta/Makefile
@@ -1,6 +1,6 @@
-# New ports collection makefile for: tta
-# Date created: 10 Aug 2004
-# Whom: dieringe
+# New ports collection makefile for: TTA encoder
+# Date created: 10 Aug 2004
+# Whom: Martin Dieringer <Martin.Dieringer@t-online.de>
#
# $FreeBSD$
#
@@ -11,12 +11,12 @@ CATEGORIES= audio
MASTER_SITES= http://www.true-audio.com/ftp/
DISTNAME= ${PORTNAME}enc-${PORTVERSION}-src
-MAINTAINER= ports@FreeBSD.org
-COMMENT= "The True Audio Encoder", lossless (de)compressor
+MAINTAINER= danfe@FreeBSD.org
+COMMENT= The True Audio Encoder, lossless (de)compressor
USE_ZIP= yes
+NO_WRKSUBDIR= yes
-WRKSRC= ${WRKDIR}
LDFLAGS+= -lm
PROGRAM= ttaenc
@@ -32,7 +32,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PROGRAM} ${PREFIX}/bin
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
diff --git a/audio/tta/pkg-descr b/audio/tta/pkg-descr
index 60a8a9171b7d..35cb45f95d38 100644
--- a/audio/tta/pkg-descr
+++ b/audio/tta/pkg-descr
@@ -1,14 +1,9 @@
TTA is a simple lossless audio compressor.
-TTA performs lossless compression on multichannel 8,16,24 bit's
-integer and 32 bit's IEEE floating-point data of the Wav audio
-files.
+TTA performs lossless compression on multichannel 8,16,24 bit's integer and
+32 bit's IEEE floating-point data of the Wav audio files.
-The compression size will generally range between 30% - 70% of the
-original. TTA format supports both of ID3v1 and ID3v2 information
-tags.
+The compression size will generally range between 30% - 70% of the original.
+TTA format supports both of ID3v1 and ID3v2 information tags.
WWW: http://www.true-audio.com/
-
-- dieringe
-dieringe@zedat.fu-berlin.de