From beyert@cs.ucr.edu  Fri Feb  6 03:57:47 2009
Return-Path: <beyert@cs.ucr.edu>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1D0B8106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Feb 2009 03:57:47 +0000 (UTC)
	(envelope-from beyert@cs.ucr.edu)
Received: from sentoku.ucr.edu (sentoku.ucr.edu [138.23.214.80])
	by mx1.freebsd.org (Postfix) with ESMTP id 05BF08FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Feb 2009 03:57:46 +0000 (UTC)
	(envelope-from beyert@cs.ucr.edu)
Received: from aeonserv.aeonnet (cpe-76-90-217-240.socal.res.rr.com [76.90.217.240])
	by sentoku.ucr.edu (MOS 3.10.3-GA)
	with ESMTP id DYQ88549 (AUTH tbeye001);
	Thu, 5 Feb 2009 19:58:38 -0800 (PST)
Message-Id: <87zlh0tdx5.wl%beyert@cs.ucr.edu>
Date: Thu, 05 Feb 2009 19:57:58 -0800
From: Timothy Beyer <beyert@cs.ucr.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Timothy Beyer <beyert@cs.ucr.edu>
Subject: new port: audio/xmms-timidity

>Number:         131442
>Category:       ports
>Synopsis:       new port: audio/xmms-timidity
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 06 04:00:13 UTC 2009
>Closed-Date:    Fri Jun 12 02:12:48 UTC 2009
>Last-Modified:  Fri Jun 12 02:20:01 UTC 2009
>Originator:     Timothy Beyer
>Release:        FreeBSD 7.1-RELEASE-p2 i386
>Organization:
no organization
>Environment:
System: FreeBSD aeonserv.aeonnet 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #4: Sun Jan 25 21:45:5
3 PST 2009 beyert@aeonserv.aeonnet:/usr/obj/usr/src/sys/CUSTOM i386

>Description:
An XMMS plugin for MIDI files that utilizes timidity for playback.  (it is timidity version agnostic, unlike audio/xmms-midi)

>How-To-Repeat:
    Unpack the shar archive
>Fix:
--- xmms-timidity.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	xmms-timidity
#	xmms-timidity/Makefile
#	xmms-timidity/distinfo
#	xmms-timidity/pkg-descr
#
echo c - xmms-timidity
mkdir -p xmms-timidity > /dev/null 2>&1
echo x - xmms-timidity/Makefile
sed 's/^X//' >xmms-timidity/Makefile << 'da149043e9e427b77faa95b56dc0dcb0'
X# New ports collection makefile for:	xmms-timidity
X# Date created:		2009-01-05
X# Whom:			Timothy Beyer <beyert@cs.ucr.edu>
X#
X# $FreeBSD: ports/audio/xmms-timidity/Makefile,v 1.18 2009/01/05 19:47:00 beyert Exp $
X
XPORTNAME=	xmms-timidity
XPORTVERSION=	0.0.3
XCATEGORIES=	audio
XMASTER_SITES=	http://www.shikadi.net/utils/files/
X
XMAINTAINER=	beyert@cs.ucr.edu
XCOMMENT=	XMMS input plugin to play midi files (via timidity)
X
XLIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms
XRUN_DEPENDS=	timidity:${PORTSDIR}/audio/timidity
X
XUSE_LDCONFIG=	${PREFIX}/lib/xmms/Input
X
XUSE_GCC=	3.4
XUSE_BZIP2=	yes
XUSE_GNOME=	gtk12
XCFLAGS+=	`glib-config --cflags` -g
X
XFILES=	xmms-timidity.cpp
XPLIST_FILES=	lib/xmms/Input/libxmms-timidity.so
X
Xdo-build:
X	(cd ${WRKSRC} && ${CXX} ${CFLAGS} -c ${FILES} -o xmms-timidity.o)
X
X.include <bsd.port.mk>
da149043e9e427b77faa95b56dc0dcb0
echo x - xmms-timidity/distinfo
sed 's/^X//' >xmms-timidity/distinfo << '4898016e64bde9e3eaa84dab5550fbc0'
XMD5 (xmms-timidity-0.0.3.tar.bz2) = 90889dae2c512a0933e19e0c0a7b38fc
XSHA256 (xmms-timidity-0.0.3.tar.bz2) = c0d37250beb9874a4fde3f0cecb543eeb6ce9ac319119315bf23a9f1b4344b19
XSIZE (xmms-timidity-0.0.3.tar.bz2) = 47755
4898016e64bde9e3eaa84dab5550fbc0
echo x - xmms-timidity/pkg-descr
sed 's/^X//' >xmms-timidity/pkg-descr << '59e7d37349d3e78662aff67db9f5aecd'
Xxmms-timidity is another simple plugin that handles .mid files by running the
Xlocally installed copy of Timidity, and piping the output back to XMMS.
X
X- Timothy Beyer <beyert@cs.ucr.edu>
59e7d37349d3e78662aff67db9f5aecd
exit
--- xmms-timidity.shar ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Sun Feb 8 03:54:39 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131442 
Responsible-Changed-From-To: pgollucci->freebsd-ports 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Thu Apr 9 18:58:45 UTC 2009 
Responsible-Changed-Why:  
e no time 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131442 
Responsible-Changed-From-To: freebsd-ports->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Wed Jun 10 06:57:25 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131442 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Fri Jun 12 02:12:47 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131442 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/131442: commit references a PR
Date: Fri, 12 Jun 2009 02:12:24 +0000 (UTC)

 pgollucci    2009-06-12 02:12:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio                Makefile 
   Added files:
     audio/xmms-timidity  Makefile distinfo pkg-descr 
   Log:
   xmms-timidity is another simple plugin that handles .mid files by running the
   locally installed copy of Timidity, and piping the output back to XMMS.
   
   - Timothy Beyer <beyert@cs.ucr.edu>
   
   PR:             ports/131442
   Submitted by:   Timothy Beyer <beyert at cs.ucr.edu>
   
   Revision  Changes    Path
   1.1038    +1 -0      ports/audio/Makefile
   1.1       +31 -0     ports/audio/xmms-timidity/Makefile (new)
   1.1       +3 -0      ports/audio/xmms-timidity/distinfo (new)
   1.1       +4 -0      ports/audio/xmms-timidity/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
