From owner-cvs-ports@FreeBSD.ORG Wed Jun 29 01:27:53 2011 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 91131106566C; Wed, 29 Jun 2011 01:27:53 +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 6817F8FC0A; Wed, 29 Jun 2011 01:27:53 +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 p5T1RrUC047544; Wed, 29 Jun 2011 01:27:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5T1RrqZ047543; Wed, 29 Jun 2011 01:27:53 GMT (envelope-from miwi) Message-Id: <201106290127.p5T1RrqZ047543@repoman.freebsd.org> From: Martin Wilke Date: Wed, 29 Jun 2011 01:27:53 +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/wildmidi Makefile distinfo pkg-descr ports/audio/wildmidi/files patch-wildmidi.c--typecasting 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: Wed, 29 Jun 2011 01:27:53 -0000 miwi 2011-06-29 01:27:53 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/wildmidi Makefile distinfo pkg-descr audio/wildmidi/files patch-wildmidi.c--typecasting Log: WildMIDI is a simple software midi player which has a core softsynth library that can be used with other applications. The WildMIDI library uses Gravis Ultrasound patch files to convert MIDI files into audio which is them passed back to the calling application for further processing or output. The API of the library is designed so that it is easy to include WildMIDI into applications that wish to include MIDI file playback. With multiple MIDI file support you can develop applications to mix several midi files together at the same time and with the next release you will be able to use a different patch set for each MIDI file. The wildmidi player is a demonstration program to show the capabilities of libWildMidi. WWW: http://wildmidi.sourceforge.net/ PR: ports/158372 Submitted by: SimaMoto,RyoTa Revision Changes Path 1.1173 +1 -0 ports/audio/Makefile 1.1 +42 -0 ports/audio/wildmidi/Makefile (new) 1.1 +2 -0 ports/audio/wildmidi/distinfo (new) 1.1 +27 -0 ports/audio/wildmidi/files/patch-wildmidi.c--typecasting (new) 1.1 +15 -0 ports/audio/wildmidi/pkg-descr (new)