summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-12-15 02:59:39 +0000
committeredwin <edwin@FreeBSD.org>2004-12-15 02:59:39 +0000
commitc85b5911d833b7426e1e81132cb27470688078a6 (patch)
treef93ddef51a61e541e86a17f4e1d9c2a160bf5fb0 /audio
parent7e72b8b10e6ea35709e104e6515e66ee477326a1 (diff)
downloadFreeBSD-ports-c85b5911d833b7426e1e81132cb27470688078a6.zip
FreeBSD-ports-c85b5911d833b7426e1e81132cb27470688078a6.tar.gz
New port: audio/tta (simple lossless audio (de)compressor)
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. PR: ports/70243 Submitted by: Martin Dieringer <Martin.Dieringer@t-online.de>
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/tta/Makefile22
-rw-r--r--audio/tta/distinfo2
-rw-r--r--audio/tta/pkg-descr15
-rw-r--r--audio/tta/pkg-plist1
5 files changed, 41 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 339e84e..ff4cf0b 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -395,6 +395,7 @@
SUBDIR += trm
SUBDIR += trommler
SUBDIR += tse3
+ SUBDIR += tta
SUBDIR += tuneradio
SUBDIR += tunesbrowser
SUBDIR += ufmcontrol-i18n
diff --git a/audio/tta/Makefile b/audio/tta/Makefile
new file mode 100644
index 0000000..cb353e8
--- /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 0000000..2777688
--- /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 0000000..f377f11
--- /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 0000000..acd899a
--- /dev/null
+++ b/audio/tta/pkg-plist
@@ -0,0 +1 @@
+bin/ttaenc
OpenPOWER on IntegriCloud