From owner-cvs-all@FreeBSD.ORG Wed Aug 11 07:52:12 2004 Return-Path: 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 AD7F016A4CE; Wed, 11 Aug 2004 07:52:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E32C43D5E; Wed, 11 Aug 2004 07:52:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7B7qCav057128; Wed, 11 Aug 2004 07:52:12 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7B7qCpk057127; Wed, 11 Aug 2004 07:52:12 GMT (envelope-from pav) Message-Id: <200408110752.i7B7qCpk057127@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 11 Aug 2004 07:52:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/mac Makefile distinfo pkg-descr pkg-plist ports/audio/mac/files patch-src-MACLib-Assembly-Assembly.hpatch-src-Shared-NoWindows.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 11 Aug 2004 07:52:12 -0000 pav 2004-08-11 07:52:12 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/mac Makefile distinfo pkg-descr pkg-plist audio/mac/files patch-src-MACLib-APEInfo.cpp patch-src-MACLib-APETag.cpp patch-src-MACLib-Assembly-Assembly.h patch-src-MACLib-MACLib.cpp patch-src-MACLib-WAVInputSource.cpp patch-src-Shared-NoWindows.h Log: Add mac, Monkey's Audio Codec which was recently released in source code. It contain a library and an executable compressor/decompressor of .ape files. Does not build under 4.x, we hit the wall with missing wcstol(). Working patches would be welcomed. PR: ports/70153 Submitted by: Martin Dieringer Revision Changes Path 1.545 +1 -0 ports/audio/Makefile 1.1 +38 -0 ports/audio/mac/Makefile (new) 1.1 +2 -0 ports/audio/mac/distinfo (new) 1.1 +11 -0 ports/audio/mac/files/patch-src-MACLib-APEInfo.cpp (new) 1.1 +20 -0 ports/audio/mac/files/patch-src-MACLib-APETag.cpp (new) 1.1 +11 -0 ports/audio/mac/files/patch-src-MACLib-Assembly-Assembly.h (new) 1.1 +20 -0 ports/audio/mac/files/patch-src-MACLib-MACLib.cpp (new) 1.1 +11 -0 ports/audio/mac/files/patch-src-MACLib-WAVInputSource.cpp (new) 1.1 +11 -0 ports/audio/mac/files/patch-src-Shared-NoWindows.h (new) 1.1 +9 -0 ports/audio/mac/pkg-descr (new) 1.1 +24 -0 ports/audio/mac/pkg-plist (new)