From owner-cvs-all@FreeBSD.ORG Fri Jul 21 23:13:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4EB916A4DD; Fri, 21 Jul 2006 23:13:14 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1A0C43D46; Fri, 21 Jul 2006 23:13:14 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6LNDEv3034261; Fri, 21 Jul 2006 23:13:14 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6LNDEYP034257; Fri, 21 Jul 2006 23:13:14 GMT (envelope-from sat) Message-Id: <200607212313.k6LNDEYP034257@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 21 Jul 2006 23:13:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports LEGAL ports/audio Makefile ports/audio/optimfrog Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 23:13:15 -0000 sat 2006-07-21 23:13:14 UTC FreeBSD ports repository Modified files: . LEGAL audio Makefile Added files: audio/optimfrog Makefile distinfo pkg-descr Log: Add port audio/optimfrog: OptimFROG is a lossless audio compression program. Its main goal is to reduce at maximum the size of audio files, while permitting bit identical restoration for all input. It is similar with the ZIP compression, but it is highly specialized to compress audio data. OptimFROG obtains asymptotically the best lossless audio compression ratios. It has Windows, Linux, and Mac versions, fully featured input plug-ins for the Windows Media Player, foobar2000, Winamp2/3/5, dBpowerAMP, XMPlay, QCD, and XMMS audio players (with bitstream error resilience, ID3v1.1 and APEv2 read tagging support, ID3v2 compatible), optimal support for all integer PCM wave formats up to 32 bits and an extensible streamable (error tolerant) compressed format. It is also fast, the default mode encodes CD quality audio data at 12.4x real-time and decodes at 17.4x real- time on AMD Athlon XP 1800+ (the fastest mode encodes at 28.1x real-time and decodes at 24.7x real-time). Self-extracting (sfx) archives can also be created with a small overhead of just 54 KB. WWW: http://www.losslessaudio.org/ Author: Florin Ghido Revision Changes Path 1.483 +3 -1 ports/LEGAL 1.754 +1 -0 ports/audio/Makefile 1.1 +32 -0 ports/audio/optimfrog/Makefile (new) 1.1 +3 -0 ports/audio/optimfrog/distinfo (new) 1.1 +19 -0 ports/audio/optimfrog/pkg-descr (new)