From alex@foxybanana.com  Fri Jun  9 18:23:23 2006
Return-Path: <alex@foxybanana.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8E39A16A41B;
	Fri,  9 Jun 2006 18:23:23 +0000 (UTC)
	(envelope-from alex@foxybanana.com)
Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7201943D82;
	Fri,  9 Jun 2006 18:23:19 +0000 (GMT)
	(envelope-from alex@foxybanana.com)
Received: from ibm67aec.bellsouth.net ([68.209.153.178])
          by imf22aec.mail.bellsouth.net with ESMTP
          id <20060609182318.YRUT26476.imf22aec.mail.bellsouth.net@ibm67aec.bellsouth.net>;
          Fri, 9 Jun 2006 14:23:18 -0400
Received: from Laptop.mine.box ([68.209.153.178]) by ibm67aec.bellsouth.net
          with ESMTP
          id <20060609182318.ESHF4103.ibm67aec.bellsouth.net@Laptop.mine.box>;
          Fri, 9 Jun 2006 14:23:18 -0400
Received: from Laptop.mine.box (localhost [127.0.0.1])
	by Laptop.mine.box (8.13.6/8.13.6) with ESMTP id k59JN6Ro075760;
	Fri, 9 Jun 2006 14:23:06 -0500 (CDT)
	(envelope-from alex@Laptop.mine.box)
Received: (from alex@localhost)
	by Laptop.mine.box (8.13.6/8.13.6/Submit) id k59JN5MH075759;
	Fri, 9 Jun 2006 14:23:05 -0500 (CDT)
	(envelope-from alex)
Message-Id: <200606091923.k59JN5MH075759@Laptop.mine.box>
Date: Fri, 9 Jun 2006 14:23:05 -0500 (CDT)
From: Alexander Botero-Lowry <alex@foxybanana.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: itetcu@freebsd.org
Subject: [NEW PORT] audio/sidplay2: A player that plays Commodore SID music files using libsidplay2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         98762
>Category:       ports
>Synopsis:       [NEW PORT] audio/sidplay2: A player that plays Commodore SID music files using libsidplay2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 09 18:30:17 GMT 2006
>Closed-Date:    Sat Jun 10 22:15:46 GMT 2006
>Last-Modified:  Sat Jun 10 22:15:46 GMT 2006
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat May  6 22:21:39 PDT
>Description:
Sidplay 2 is the second in the Sidplay series originally developed by Michael 
Schwendt. This version is written by Simon White and is cycle accurate for 
improved sound reproduction. Sidplay 2 is capable of playing all C64 mono and 
stereo file formats. 

WWW: http://sidplay2.sourceforge.net/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- sidplay2-2.0.9.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:
#
#	sidplay2
#	sidplay2/files
#	sidplay2/files/patch-src_audio_oss_audiodrv.h
#	sidplay2/Makefile
#	sidplay2/distinfo
#	sidplay2/pkg-descr
#
echo c - sidplay2
mkdir -p sidplay2 > /dev/null 2>&1
echo c - sidplay2/files
mkdir -p sidplay2/files > /dev/null 2>&1
echo x - sidplay2/files/patch-src_audio_oss_audiodrv.h
sed 's/^X//' >sidplay2/files/patch-src_audio_oss_audiodrv.h << 'END-of-sidplay2/files/patch-src_audio_oss_audiodrv.h'
X--- src/audio/oss/audiodrv.h.orig	Fri Jun  9 13:55:40 2006
X+++ src/audio/oss/audiodrv.h	Fri Jun  9 13:56:03 2006
X@@ -57,15 +57,7 @@
X #include <stdio.h>
X #include <unistd.h>
X 
X-#if defined(HAVE_LINUX_SOUNDCARD_H)
X-#   include <linux/soundcard.h>
X-#elif defined(HAVE_MACHINE_SOUNDCARD_H)
X-#   include <machine/soundcard.h>
X-#elif defined(HAVE_SOUNDCARD_H)
X-#   include <soundcard.h>
X-#else
X-#   error Audio driver not supported.
X-#endif
X+#include <sys/soundcard.h>
X 
X #include "../AudioBase.h"
X 
END-of-sidplay2/files/patch-src_audio_oss_audiodrv.h
echo x - sidplay2/Makefile
sed 's/^X//' >sidplay2/Makefile << 'END-of-sidplay2/Makefile'
X# New ports collection makefile for:   sidplay2
X# Date created:        09 June 2006
X# Whom:                Alexander Botero-Lowry <alex@foxybanana.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	sidplay2
XPORTVERSION=	2.0.9
XCATEGORIES=	audio emulators
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XDISTNAME=	sidplay-${PORTVERSION}
X
XMAINTAINER=	alex@foxybanana.com
XCOMMENT=	A player that plays Commodore SID music files using libsidplay2
X
XLIB_DEPENDS=	sidplay2.1:${PORTSDIR}/audio/libsidplay2
X
XMAN1=	sidplay2.1
XPLIST_FILES=	bin/sidplay2
X
XGNU_CONFIGURE=	yes
X
X.include <bsd.port.mk>
END-of-sidplay2/Makefile
echo x - sidplay2/distinfo
sed 's/^X//' >sidplay2/distinfo << 'END-of-sidplay2/distinfo'
XMD5 (sidplay-2.0.9.tar.gz) = 8b0449e501ba8e684f718dce9b77c5a5
XSHA256 (sidplay-2.0.9.tar.gz) = b850986ce9226cb6eecca50057967be313771b67aed721421e74e6c931e02215
XSIZE (sidplay-2.0.9.tar.gz) = 362140
END-of-sidplay2/distinfo
echo x - sidplay2/pkg-descr
sed 's/^X//' >sidplay2/pkg-descr << 'END-of-sidplay2/pkg-descr'
XSidplay 2 is the second in the Sidplay series originally developed by Michael 
XSchwendt. This version is written by Simon White and is cycle accurate for 
Ximproved sound reproduction. Sidplay 2 is capable of playing all C64 mono and 
Xstereo file formats. 
X
XWWW: http://sidplay2.sourceforge.net/
END-of-sidplay2/pkg-descr
exit
--- sidplay2-2.0.9.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Sat Jun 10 20:31:49 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98762 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Sat Jun 10 22:15:44 UTC 2006 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98762 
>Unformatted:
