From owner-svn-ports-all@freebsd.org Sun Oct 28 19:57:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68BC110DE9B7; Sun, 28 Oct 2018 19:57:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E4866CCCF; Sun, 28 Oct 2018 19:57:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 88CDD23F37; Sun, 28 Oct 2018 19:57:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9SJv1rt065570; Sun, 28 Oct 2018 19:57:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9SJv1xw065569; Sun, 28 Oct 2018 19:57:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810281957.w9SJv1xw065569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Oct 2018 19:57:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483333 - head/audio/libmad X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/audio/libmad X-SVN-Commit-Revision: 483333 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2018 19:57:02 -0000 Author: sunpoet Date: Sun Oct 28 19:57:01 2018 New Revision: 483333 URL: https://svnweb.freebsd.org/changeset/ports/483333 Log: Update pkg-descr and WWW Modified: head/audio/libmad/pkg-descr Modified: head/audio/libmad/pkg-descr ============================================================================== --- head/audio/libmad/pkg-descr Sun Oct 28 19:56:53 2018 (r483332) +++ head/audio/libmad/pkg-descr Sun Oct 28 19:57:01 2018 (r483333) @@ -1,20 +1,18 @@ -MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 -as well as the MPEG-2 extension to Lower Sampling Frequencies. All -three audio layers (Layer I, Layer II, and Layer III a.k.a. MP3) are -fully implemented. +MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 and the +MPEG-2 extension to lower sampling frequencies, as well as the de facto MPEG 2.5 +format. All three audio layers -- Layer I, Layer II, and Layer III (i.e. MP3) -- +are fully implemented. -MAD does not yet support MPEG-2 multichannel audio (although it should -be backward compatible with such streams) or AAC, nor does it support -the so-called MPEG 2.5 format. +MAD does not yet support MPEG-2 multichannel audio (although it should be +backward compatible with such streams) nor does it currently support AAC. MAD has the following special features: +- 24-bit PCM output +- 100% fixed-point (integer) computation +- completely new implementation based on the ISO/IEC standards +- available under the terms of the GNU General Public License (GPL) - - 24-bit PCM output - - 100% fixed-point (integer) computation - - completely new implementation based on the ISO/IEC standards - - distributed under the terms of the GNU General Public License (GPL) +The software is distributed as a library (libmad) and command-line front-end +(madplay). Also included is an ID3 tag manipulation library (libid3tag). -The software is distributed as a library (libmad) and command-line -front-end (madplay). - -WWW: http://mad.sourceforge.net/ +WWW: https://www.underbit.com/products/mad/