From owner-cvs-ports@FreeBSD.ORG Tue Feb 7 06:37:50 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 543D01065670; Tue, 7 Feb 2012 06:37:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2358D8FC14; Tue, 7 Feb 2012 06:37:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q176boQB069192; Tue, 7 Feb 2012 06:37:50 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q176bog2069191; Tue, 7 Feb 2012 06:37:50 GMT (envelope-from miwi) Message-Id: <201202070637.q176bog2069191@repoman.freebsd.org> From: Martin Wilke Date: Tue, 7 Feb 2012 06:37:50 +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/audio Makefile ports/audio/rubberband Makefile distinfo pkg-descr pkg-plist ports/audio/rubberband/files patch-Makefile patch-StrecherProcess.cpp patch-StretcherImpl.cpp patch-system-sysutils.h X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2012 06:37:50 -0000 miwi 2012-02-07 06:37:50 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/rubberband Makefile distinfo pkg-descr pkg-plist audio/rubberband/files patch-Makefile patch-StrecherProcess.cpp patch-StretcherImpl.cpp patch-system-sysutils.h Log: Rubber Band Library is a high quality software library for audio time-stretching and pitch-shifting. It permits you to change the tempo and pitch of an audio stream or recording dynamically and independently of one another. WWW: http://breakfastquay.com/rubberband/ PR: ports/164641 Submitted by: mathias.picker@gmx.de Revision Changes Path 1.1210 +1 -0 ports/audio/Makefile 1.1 +37 -0 ports/audio/rubberband/Makefile (new) 1.1 +2 -0 ports/audio/rubberband/distinfo (new) 1.1 +11 -0 ports/audio/rubberband/files/patch-Makefile (new) 1.1 +12 -0 ports/audio/rubberband/files/patch-StrecherProcess.cpp (new) 1.1 +11 -0 ports/audio/rubberband/files/patch-StretcherImpl.cpp (new) 1.1 +12 -0 ports/audio/rubberband/files/patch-system-sysutils.h (new) 1.1 +5 -0 ports/audio/rubberband/pkg-descr (new) 1.1 +18 -0 ports/audio/rubberband/pkg-plist (new)