From owner-cvs-all@FreeBSD.ORG Sat Feb 14 04:54:18 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 40D7016A4CE; Sat, 14 Feb 2004 04:54:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B1E443D1D; Sat, 14 Feb 2004 04:54:18 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1ECsIGe095917; Sat, 14 Feb 2004 04:54:18 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1ECsHZX095916; Sat, 14 Feb 2004 04:54:17 -0800 (PST) (envelope-from krion) Message-Id: <200402141254.i1ECsHZX095916@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 14 Feb 2004 04:54:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/quelcom Makefile distinfo pkg-plist ports/audio/quelcom/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-bin::qmp3check.cc patch-bin::qmp3cut.c patch-bin::qmp3report.cc ... 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: Sat, 14 Feb 2004 12:54:18 -0000 krion 2004/02/14 04:54:17 PST FreeBSD ports repository Modified files: audio/quelcom Makefile distinfo pkg-plist Added files: audio/quelcom/files patch-bin::qmp3check.cc patch-bin::qmp3cut.c patch-bin::qmp3info.cc patch-bin::qmp3join.cc patch-bin::qmp3report.cc patch-bin::qwavcut.cc patch-bin::qwavfade.cc patch-bin::qwavheaderdump.cc patch-bin::qwavinfo.cc patch-bin::qwavjoin.cc patch-bin::qwavsilence.cc patch-lib::endian.hh patch-lib::qcuthandler.cc patch-lib::qcuthandler.hh patch-lib::qexception.hh patch-lib::qfile.hh patch-lib::qmisc.cc patch-lib::qmp3.cc patch-lib::qmp3.hh patch-lib::qmp3frameheader.cc patch-lib::qmp3frameheader.hh patch-lib::qreport.cc patch-lib::qreport.hh patch-lib::qtag.cc patch-lib::qtag.hh patch-lib::qvf.cc patch-lib::qvf.hh patch-lib::qwav.cc patch-lib::qwav.hh patch-lib::qwavheader.cc patch-lib::qwavheader.hh patch-lib::qwavsample.cc Removed files: audio/quelcom/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af Log: - Update to version 0.4.0 PR: ports/62813 Submitted by: Ports Fury Revision Changes Path 1.10 +32 -18 ports/audio/quelcom/Makefile 1.4 +2 -2 ports/audio/quelcom/distinfo 1.3 +0 -22 ports/audio/quelcom/files/patch-aa (dead) 1.3 +0 -23 ports/audio/quelcom/files/patch-ab (dead) 1.3 +0 -9 ports/audio/quelcom/files/patch-ac (dead) 1.3 +0 -9 ports/audio/quelcom/files/patch-ad (dead) 1.3 +0 -9 ports/audio/quelcom/files/patch-ae (dead) 1.3 +0 -11 ports/audio/quelcom/files/patch-af (dead) 1.1 +206 -0 ports/audio/quelcom/files/patch-bin::qmp3check.cc (new) 1.1 +41 -0 ports/audio/quelcom/files/patch-bin::qmp3cut.c (new) 1.1 +65 -0 ports/audio/quelcom/files/patch-bin::qmp3info.cc (new) 1.1 +68 -0 ports/audio/quelcom/files/patch-bin::qmp3join.cc (new) 1.1 +165 -0 ports/audio/quelcom/files/patch-bin::qmp3report.cc (new) 1.1 +41 -0 ports/audio/quelcom/files/patch-bin::qwavcut.cc (new) 1.1 +87 -0 ports/audio/quelcom/files/patch-bin::qwavfade.cc (new) 1.1 +243 -0 ports/audio/quelcom/files/patch-bin::qwavheaderdump.cc (new) 1.1 +61 -0 ports/audio/quelcom/files/patch-bin::qwavinfo.cc (new) 1.1 +61 -0 ports/audio/quelcom/files/patch-bin::qwavjoin.cc (new) 1.1 +105 -0 ports/audio/quelcom/files/patch-bin::qwavsilence.cc (new) 1.1 +39 -0 ports/audio/quelcom/files/patch-lib::endian.hh (new) 1.1 +11 -0 ports/audio/quelcom/files/patch-lib::qcuthandler.cc (new) 1.1 +13 -0 ports/audio/quelcom/files/patch-lib::qcuthandler.hh (new) 1.1 +11 -0 ports/audio/quelcom/files/patch-lib::qexception.hh (new) 1.1 +10 -0 ports/audio/quelcom/files/patch-lib::qfile.hh (new) 1.1 +11 -0 ports/audio/quelcom/files/patch-lib::qmisc.cc (new) 1.1 +47 -0 ports/audio/quelcom/files/patch-lib::qmp3.cc (new) 1.1 +11 -0 ports/audio/quelcom/files/patch-lib::qmp3.hh (new) 1.1 +289 -0 ports/audio/quelcom/files/patch-lib::qmp3frameheader.cc (new) 1.1 +37 -0 ports/audio/quelcom/files/patch-lib::qmp3frameheader.hh (new) 1.1 +155 -0 ports/audio/quelcom/files/patch-lib::qreport.cc (new) 1.1 +10 -0 ports/audio/quelcom/files/patch-lib::qreport.hh (new) 1.1 +27 -0 ports/audio/quelcom/files/patch-lib::qtag.cc (new) 1.1 +10 -0 ports/audio/quelcom/files/patch-lib::qtag.hh (new) 1.1 +20 -0 ports/audio/quelcom/files/patch-lib::qvf.cc (new) 1.1 +23 -0 ports/audio/quelcom/files/patch-lib::qvf.hh (new) 1.1 +42 -0 ports/audio/quelcom/files/patch-lib::qwav.cc (new) 1.1 +17 -0 ports/audio/quelcom/files/patch-lib::qwav.hh (new) 1.1 +88 -0 ports/audio/quelcom/files/patch-lib::qwavheader.cc (new) 1.1 +66 -0 ports/audio/quelcom/files/patch-lib::qwavheader.hh (new) 1.1 +143 -0 ports/audio/quelcom/files/patch-lib::qwavsample.cc (new) 1.3 +7 -0 ports/audio/quelcom/pkg-plist