diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-15 02:59:39 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-15 02:59:39 +0000 |
commit | 83d80f056a3c28e69a02c2c512c4fc5a39daf5f6 (patch) | |
tree | a0e19817b585141b90b4bc0fd66b16a5a9c1e52a /audio/tta | |
parent | 82288be20367a954623fc449bf296a76854d57b0 (diff) | |
download | ports-83d80f056a3c28e69a02c2c512c4fc5a39daf5f6.tar.gz ports-83d80f056a3c28e69a02c2c512c4fc5a39daf5f6.zip |
Notes
Diffstat (limited to 'audio/tta')
-rw-r--r-- | audio/tta/Makefile | 22 | ||||
-rw-r--r-- | audio/tta/distinfo | 2 | ||||
-rw-r--r-- | audio/tta/pkg-descr | 15 | ||||
-rw-r--r-- | audio/tta/pkg-plist | 1 |
4 files changed, 40 insertions, 0 deletions
diff --git a/audio/tta/Makefile b/audio/tta/Makefile new file mode 100644 index 000000000000..cb353e8199e5 --- /dev/null +++ b/audio/tta/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: tta +# Date created: 10 Aug 2004 +# Whom: dieringe +# +# $FreeBSD$ +# + +PORTNAME= tta +PORTVERSION= 3.2 +CATEGORIES= audio +MASTER_SITES= http://www.true-audio.com/ftp/ +DISTNAME= ${PORTNAME}enc-${PORTVERSION}-src + +MAINTAINER= dieringe@zedat.fu-berlin.de +COMMENT= "The True Audio Encoder", lossless (de)compressor + +USE_ZIP= yes +USE_GMAKE= yes +WRKSRC= ${WRKDIR} +ALL_TARGET= + +.include <bsd.port.mk> diff --git a/audio/tta/distinfo b/audio/tta/distinfo new file mode 100644 index 000000000000..277768887766 --- /dev/null +++ b/audio/tta/distinfo @@ -0,0 +1,2 @@ +MD5 (ttaenc-3.2-src.zip) = 317b046027d00972b261d582bc7ef547 +SIZE (ttaenc-3.2-src.zip) = 23552 diff --git a/audio/tta/pkg-descr b/audio/tta/pkg-descr new file mode 100644 index 000000000000..f377f11fb828 --- /dev/null +++ b/audio/tta/pkg-descr @@ -0,0 +1,15 @@ + +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. + +The compression size will generally range between 30% - 70% of the +original. TTA format supports both of ID3v1 and ID3v2 information +tags. + +WWW: http://tta.iszf.irk.ru/ + +- dieringe +dieringe@zedat.fu-berlin.de diff --git a/audio/tta/pkg-plist b/audio/tta/pkg-plist new file mode 100644 index 000000000000..acd899a6a8fd --- /dev/null +++ b/audio/tta/pkg-plist @@ -0,0 +1 @@ +bin/ttaenc |