From 6d82513f169c395c12d2bc6a74d38e0a39477d0d Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Mon, 4 Feb 2008 20:31:39 +0000 Subject: [PATCH] - Pacify portlint(1) - Clean up Makefile, mute MKDIR invocation - Reformat pkg-descr, kill attribution - Take maintainership --- audio/tta/Makefile | 14 +++++++------- audio/tta/pkg-descr | 13 ++++--------- 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 # # $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