aboutsummaryrefslogtreecommitdiff
path: root/audio/tta
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2008-02-04 20:31:39 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2008-02-04 20:31:39 +0000
commit6d82513f169c395c12d2bc6a74d38e0a39477d0d (patch)
treeea591fe3bb97e44497957f0de541fac4d002911d /audio/tta
parent28c0c1ed2e10864666dbf0e7aa7e82ba17163402 (diff)
downloadports-6d82513f169c395c12d2bc6a74d38e0a39477d0d.tar.gz
ports-6d82513f169c395c12d2bc6a74d38e0a39477d0d.zip
- Pacify portlint(1)
- Clean up Makefile, mute MKDIR invocation - Reformat pkg-descr, kill attribution - Take maintainership
Notes
Notes: svn path=/head/; revision=206728
Diffstat (limited to 'audio/tta')
-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