- Pacify portlint(1)

- Clean up Makefile, mute MKDIR invocation
- Reformat pkg-descr, kill attribution
- Take maintainership
This commit is contained in:
Alexey Dokuchaev 2008-02-04 20:31:39 +00:00
parent 28c0c1ed2e
commit 6d82513f16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206728
2 changed files with 11 additions and 16 deletions

View file

@ -1,6 +1,6 @@
# New ports collection makefile for: tta
# New ports collection makefile for: TTA encoder
# Date created: 10 Aug 2004
# Whom: dieringe
# 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

View file

@ -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