Bug 176831 - [patch] Take maintainership and update description for audio/timidity
Summary: [patch] Take maintainership and update description for audio/timidity
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-11 02:50 UTC by Kevin Zheng
Modified: 2013-03-13 17:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.45 KB, patch)
2013-03-11 02:50 UTC, Kevin Zheng
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Zheng 2013-03-11 02:50:00 UTC
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.

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

Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-03-13 17:23:19 UTC
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 <kevinz5000@gmail.com>

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 <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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2013-03-13 17:23:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!