From owner-cvs-all@FreeBSD.ORG Sat Jan 13 21:38:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 32A7C16A412; Sat, 13 Jan 2007 21:38:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 22D7A13C469; Sat, 13 Jan 2007 21:38:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0DLcVvh042585; Sat, 13 Jan 2007 21:38:31 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0DLcUMe042584; Sat, 13 Jan 2007 21:38:30 GMT (envelope-from miwi) Message-Id: <200701132138.l0DLcUMe042584@repoman.freebsd.org> From: Martin Wilke Date: Sat, 13 Jan 2007 21:38:30 +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/dssi Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 13 Jan 2007 21:38:31 -0000 miwi 2007-01-13 21:38:30 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/dssi Makefile distinfo pkg-descr pkg-plist Log: DSSI (pronounced "dizzy") is an API for audio processing plugins, particularly useful for software synthesis plugins with user interfaces. DSSI is an open and well-documented specification developed for use in Linux audio applications, although portable to other platforms. It may be thought of as LADSPA-for-instruments, or something comparable to VSTi. DSSI consists of a C language API for use by plugins and hosts, based on the LADSPA API, and an OSC (Open Sound Control) API for use in user interface to host communications. The DSSI specification consists of an RFC which describes the background for the proposal and defines the OSC part of the specification, and a documented header file which defines the C API. WWW: http://dssi.sourceforge.net/ PR: ports/107867 Submitted by: trasz Revision Changes Path 1.811 +1 -0 ports/audio/Makefile 1.1 +37 -0 ports/audio/dssi/Makefile (new) 1.1 +3 -0 ports/audio/dssi/distinfo (new) 1.1 +17 -0 ports/audio/dssi/pkg-descr (new) 1.1 +20 -0 ports/audio/dssi/pkg-plist (new)