From owner-cvs-ports@FreeBSD.ORG Sun Nov 16 15:48:42 2008 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 2259E1065677; Sun, 16 Nov 2008 15:48:42 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 15B928FC1A; Sun, 16 Nov 2008 15:48:42 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mAGFmfPS058696; Sun, 16 Nov 2008 15:48:41 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from trasz@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mAGFmfTL058695; Sun, 16 Nov 2008 15:48:41 GMT (envelope-from trasz) Message-Id: <200811161548.mAGFmfTL058695@repoman.freebsd.org> From: Edward Tomasz Napierala Date: Sun, 16 Nov 2008 15:48:41 +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/raul Makefile distinfo pkg-descr pkg-plist ports/audio/raul/files patch-raul-AtomicInt.hpp patch-raul-AtomicPtr.hpp 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: Sun, 16 Nov 2008 15:48:42 -0000 trasz 2008-11-16 15:48:41 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/raul Makefile distinfo pkg-descr pkg-plist audio/raul/files patch-raul-AtomicInt.hpp patch-raul-AtomicPtr.hpp Log: Raul (Realtime Audio Utility Library) is a C++ utility library primarily aimed at audio/musical applications. It is used by Ingen, Patchage, and Machina. WWW: http://wiki.drobilla.net/Raul Revision Changes Path 1.999 +1 -0 ports/audio/Makefile 1.1 +27 -0 ports/audio/raul/Makefile (new) 1.1 +3 -0 ports/audio/raul/distinfo (new) 1.1 +65 -0 ports/audio/raul/files/patch-raul-AtomicInt.hpp (new) 1.1 +28 -0 ports/audio/raul/files/patch-raul-AtomicPtr.hpp (new) 1.1 +6 -0 ports/audio/raul/pkg-descr (new) 1.1 +43 -0 ports/audio/raul/pkg-plist (new)