Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2013 02:49:01 GMT
From:      Kevin Zheng <kevinz5000@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176831: [patch] Take maintainership and update description for audio/timidity
Message-ID:  <201303110249.r2B2n1i1059118@red.freebsd.org>
Resent-Message-ID: <201303110250.r2B2o0U5094641@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176831
>Category:       ports
>Synopsis:       [patch] Take maintainership and update description for audio/timidity
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 11 02:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Zheng
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD sigma.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec  4 06:55:39 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Take maintainership of audio/timidity because I use it. And this shouldn't be too difficult because there are no more new versions of this port.

Also, take this opportunity to update pkg-descr and COMMENT to look nicer. The package description now better explains the package and why it's stuck at version 0.2i.

I was considering re-creating the patch files because they're not done the same way `make makepatch` would do it, but I decided against it because it'd just create more slosh. Please ask for a followup if fixing that would be beneficial.
>How-To-Repeat:

>Fix:
Apply the attached patch (generated by running `svn diff`).

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 313853)
+++ Makefile	(working copy)
@@ -9,8 +9,8 @@
 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.*
 
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 313853)
+++ pkg-descr	(working copy)
@@ -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 <tt@cgs.fi> 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/


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303110249.r2B2n1i1059118>