mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
- Pacify portlint(1)
- Clean up Makefile, mute MKDIR invocation - Reformat pkg-descr, kill attribution - Take maintainership
This commit is contained in:
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
|
@ -1,6 +1,6 @@
|
||||||
# New ports collection makefile for: tta
|
# New ports collection makefile for: TTA encoder
|
||||||
# Date created: 10 Aug 2004
|
# Date created: 10 Aug 2004
|
||||||
# Whom: dieringe
|
# Whom: Martin Dieringer <Martin.Dieringer@t-online.de>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
@ -11,12 +11,12 @@ CATEGORIES= audio
|
||||||
MASTER_SITES= http://www.true-audio.com/ftp/
|
MASTER_SITES= http://www.true-audio.com/ftp/
|
||||||
DISTNAME= ${PORTNAME}enc-${PORTVERSION}-src
|
DISTNAME= ${PORTNAME}enc-${PORTVERSION}-src
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= danfe@FreeBSD.org
|
||||||
COMMENT= "The True Audio Encoder", lossless (de)compressor
|
COMMENT= The True Audio Encoder, lossless (de)compressor
|
||||||
|
|
||||||
USE_ZIP= yes
|
USE_ZIP= yes
|
||||||
|
NO_WRKSUBDIR= yes
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}
|
|
||||||
LDFLAGS+= -lm
|
LDFLAGS+= -lm
|
||||||
|
|
||||||
PROGRAM= ttaenc
|
PROGRAM= ttaenc
|
||||||
|
@ -32,7 +32,7 @@ do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/${PROGRAM} ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/${PROGRAM} ${PREFIX}/bin
|
||||||
|
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,9 @@
|
||||||
TTA is a simple lossless audio compressor.
|
TTA is a simple lossless audio compressor.
|
||||||
|
|
||||||
TTA performs lossless compression on multichannel 8,16,24 bit's
|
TTA performs lossless compression on multichannel 8,16,24 bit's integer and
|
||||||
integer and 32 bit's IEEE floating-point data of the Wav audio
|
32 bit's IEEE floating-point data of the Wav audio files.
|
||||||
files.
|
|
||||||
|
|
||||||
The compression size will generally range between 30% - 70% of the
|
The compression size will generally range between 30% - 70% of the original.
|
||||||
original. TTA format supports both of ID3v1 and ID3v2 information
|
TTA format supports both of ID3v1 and ID3v2 information tags.
|
||||||
tags.
|
|
||||||
|
|
||||||
WWW: http://www.true-audio.com/
|
WWW: http://www.true-audio.com/
|
||||||
|
|
||||||
- dieringe
|
|
||||||
dieringe@zedat.fu-berlin.de
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue