From owner-svn-ports-head@FreeBSD.ORG Wed Mar 13 17:23:06 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 76A7DE5C; Wed, 13 Mar 2013 17:23:06 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3E08D8F1; Wed, 13 Mar 2013 17:23:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2DHN6Zu009337; Wed, 13 Mar 2013 17:23:06 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2DHN5hv009334; Wed, 13 Mar 2013 17:23:05 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201303131723.r2DHN5hv009334@svn.freebsd.org> From: Pawel Pekala Date: Wed, 13 Mar 2013 17:23:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314098 - head/audio/timidity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Mar 2013 17:23:06 -0000 Author: pawel Date: Wed Mar 13 17:23:05 2013 New Revision: 314098 URL: http://svnweb.freebsd.org/changeset/ports/314098 Log: - Update COMMENT, pkg-descr - Give maintainership to submitter PR: ports/176831 Submitted by: Kevin Zheng Modified: head/audio/timidity/Makefile (contents, props changed) head/audio/timidity/pkg-descr (contents, props changed) Modified: head/audio/timidity/Makefile ============================================================================== --- head/audio/timidity/Makefile Wed Mar 13 17:20:11 2013 (r314097) +++ head/audio/timidity/Makefile Wed Mar 13 17:23:05 2013 (r314098) @@ -9,8 +9,8 @@ MASTER_SITES= http://www.onicos.com/staf DISTFILES= ${TIINS}:tiins ${DISTNAME}.tar.gz:timidity EXTRACT_ONLY= ${DISTNAME}.tar.gz -MAINTAINER= ports@FreeBSD.org -COMMENT= MIDI to WAV renderer and player +MAINTAINER= kevinz5000@gmail.com +COMMENT= MIDI to PCM software synthesizer CONFLICTS= timidity++-2.13.* Modified: head/audio/timidity/pkg-descr ============================================================================== --- head/audio/timidity/pkg-descr Wed Mar 13 17:20:11 2013 (r314097) +++ head/audio/timidity/pkg-descr Wed Mar 13 17:23:05 2013 (r314098) @@ -1,7 +1,11 @@ -TiMidity is a MIDI to WAVE converter using Gravis Ultra- -sound-compatible patch files to generate digital audio -data from General MIDI files. The data can be stored in a -file for processing, or played in real time through an -audio device. +TiMidity is a software synthesizer. It can play MIDI files by converting them +into PCM waveform data; give it a MIDI data along with digital instrument data +files, then it synthesizes them in real-time, and plays. It can not only play +sounds, but also can save the generated waveforms into hard disks as various +audio file formats. + +TiMidity 0.2i was written by Tuukka Toivonen in 1995. No new version +of this project has been released since then. Development has been continued by +Masanao Izumo et al. in the new project named TiMidity++ (audio/timidity++). WWW: http://www.onicos.com/staff/iz/timidity/