From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 6 04:00:14 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AC411065674 for ; Fri, 6 Feb 2009 04:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E51978FC18 for ; Fri, 6 Feb 2009 04:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1640Dr4081406 for ; Fri, 6 Feb 2009 04:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1640DYn081405; Fri, 6 Feb 2009 04:00:13 GMT (envelope-from gnats) Resent-Date: Fri, 6 Feb 2009 04:00:13 GMT Resent-Message-Id: <200902060400.n1640DYn081405@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Timothy Beyer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D0B8106566C for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org Cc: Timothy Beyer Subject: ports/131442: new port: audio/xmms-timidity X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2009 04:00:14 -0000 >Number: 131442 >Category: ports >Synopsis: new port: audio/xmms-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: Fri Feb 06 04:00:13 UTC 2009 >Closed-Date: >Last-Modified: >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 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 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 59e7d37349d3e78662aff67db9f5aecd exit --- xmms-timidity.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: