From owner-cvs-ports@FreeBSD.ORG Thu Dec 4 03:51:40 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E915416A4CE; Thu, 4 Dec 2003 03:51:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 401CB43FE1; Thu, 4 Dec 2003 03:51:40 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4BpdXJ079259; Thu, 4 Dec 2003 03:51:40 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4BpdOa079258; Thu, 4 Dec 2003 03:51:39 -0800 (PST) (envelope-from pav) Message-Id: <200312041151.hB4BpdOa079258@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 4 Dec 2003 03:51:39 -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 Makefile ports/audio/fluidsynth Makefile distinfo pkg-descr pkg-plist ports/audio/fluidsynth/files patch-configure X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 04 Dec 2003 11:51:41 -0000 pav 2003/12/04 03:51:39 PST FreeBSD ports repository Modified files: audio Makefile Added files: audio/fluidsynth Makefile distinfo pkg-descr pkg-plist audio/fluidsynth/files patch-configure Log: Add fluidsynth, a real-time software synthesizer based on the SoundFont 2 specifications. It is a "software synthesizer". FluidSynth can read MIDI events from the MIDI input device and render them to the audio device. It can also play MIDI files. PR: ports/59716 Submitted by: Juha Nygard Approved by: adamw (mentor) Revision Changes Path 1.471 +1 -0 ports/audio/Makefile 1.1 +31 -0 ports/audio/fluidsynth/Makefile (new) 1.1 +1 -0 ports/audio/fluidsynth/distinfo (new) 1.1 +10 -0 ports/audio/fluidsynth/files/patch-configure (new) 1.1 +8 -0 ports/audio/fluidsynth/pkg-descr (new) 1.1 +24 -0 ports/audio/fluidsynth/pkg-plist (new)