From root@johncoop.MSHOME.bmi.net  Fri Dec 14 22:09:50 2001
Return-Path: <root@johncoop.MSHOME.bmi.net>
Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163])
	by hub.freebsd.org (Postfix) with ESMTP id 6463537B416
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Dec 2001 22:09:49 -0800 (PST)
Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged))
	by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id XAA21549
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Dec 2001 23:43:37 -0800
Received: by johncoop.MSHOME (Postfix, from userid 0)
	id 8C7A315503; Fri, 14 Dec 2001 22:09:38 -0800 (PST)
Message-Id: <20011215060938.8C7A315503@johncoop.MSHOME>
Date: Fri, 14 Dec 2001 22:09:38 -0800 (PST)
From: John Merryweather Cooper <john_m_cooper@yahoo.com>
Reply-To: John Merryweather Cooper <john_m_cooper@yahoo.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] SIDplug 1.1.4 - a Commodore 64 psid plugin for Mozilla
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         32846
>Category:       ports
>Synopsis:       [NEW PORT] SIDplug 1.1.4 - a Commodore 64 psid plugin for Mozilla
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lioux
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 14 22:10:01 PST 2001
>Closed-Date:    Wed Jan 9 07:12:38 PST 2002
>Last-Modified:  Wed Jan 09 07:13:06 PST 2002
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD johncoop.MSHOME 4.4-STABLE FreeBSD 4.4-STABLE #28: Thu Dec 13 21:16:38 PST 2001 root@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	While working on plugger, I came upon this very nice psid player.
	Performance is excellent when used with xsidplay.

>How-To-Repeat:
	N/A

>Fix:

	The much-hated, totally unreliable shar archive follows (a
	tarball or gzip'ed shar on request):

# 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:
#
#	sidplug
#	sidplug/files
#	sidplug/files/patch-Makefile
#	sidplug/Makefile
#	sidplug/distinfo
#	sidplug/pkg-comment
#	sidplug/pkg-descr
#	sidplug/pkg-plist
#
echo c - sidplug
mkdir -p sidplug > /dev/null 2>&1
echo c - sidplug/files
mkdir -p sidplug/files > /dev/null 2>&1
echo x - sidplug/files/patch-Makefile
sed 's/^X//' >sidplug/files/patch-Makefile << 'END-of-sidplug/files/patch-Makefile'
X--- Makefile	Mon Nov 17 02:32:09 1997
X+++ Makefile.new	Fri Dec 14 21:08:26 2001
X@@ -19,11 +19,10 @@
X #          
X 
X PLUGIN_SDK_PATH = ./PluginSDK30b5
X-PLUGIN_DEFINES= -DXP_UNIX -I$(PLUGIN_SDK_PATH)/include
X+PLUGIN_DEFINES= -DXP_UNIX -I$(PLUGIN_SDK_PATH)/include -I$(X11BASE)/include
X 
X-CC         = gcc
X-OPTIMIZER  = -O
X-CFLAGS     =  $(OPTIMIZER) $(PLUGIN_DEFINES)
X+CC         ?= gcc
X+CFLAGS     +=  $(PLUGIN_DEFINES)
X 
X SRC= sidplug.c npunix.c 
X OBJ= sidplug.o npunix.o
END-of-sidplug/files/patch-Makefile
echo x - sidplug/Makefile
sed 's/^X//' >sidplug/Makefile << 'END-of-sidplug/Makefile'
X# New ports collection makefile for:	sidplug
X# Date created:				14 December 2001
X# Whom:				John Merryweather Cooper <jmcoopr@webmail.bmi.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	sidplug
XPORTVERSION=	1.1.4
XCATEGORIES=	www audio
XMASTER_SITES=	http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	jmcoopr@webmail.bmi.net
X
XRUN_DEPENDS=	xsidplay:${PORTSDIR}/audio/xsidplay
X
XUSE_X_PREFIX=	yes
XUSE_XLIB=	yes
X
Xdo-install:
X	@${MKDIR} ${PREFIX}/lib/mozilla/plugins
X	@${INSTALL_PROGRAM} ${WRKSRC}/npsidplug.so ${PREFIX}/lib/mozilla/plugins
X	@${LN} -sf ${X11BASE}/bin/xsidplay ${PREFIX}/bin/sidplug
X.ifndef(NOPORTDOCS)
X	@${MKDIR} ${EXAMPLESDIR}
X	@${INSTALL_DATA} ${WRKSRC}/Lazy_Fast.sid ${EXAMPLESDIR}
X	@${INSTALL_DATA} ${WRKSRC}/README.html ${EXAMPLESDIR}
X	@${INSTALL_DATA} ${WRKSRC}/sidplug.png ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-sidplug/Makefile
echo x - sidplug/distinfo
sed 's/^X//' >sidplug/distinfo << 'END-of-sidplug/distinfo'
XMD5 (sidplug-1.1.4.tgz) = 7d53f49b1fd04e2d7f57c97dc96dfb25
END-of-sidplug/distinfo
echo x - sidplug/pkg-comment
sed 's/^X//' >sidplug/pkg-comment << 'END-of-sidplug/pkg-comment'
XA Commodore 64 psid audio plugin for Mozilla web browser
END-of-sidplug/pkg-comment
echo x - sidplug/pkg-descr
sed 's/^X//' >sidplug/pkg-descr << 'END-of-sidplug/pkg-descr'
XSIDplug is a Commodore 64 psid audio Plugin for Mozilla.
X
X-- jmcoopr@webmail.bmi.net
XWWW:	http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/sidplug.html
END-of-sidplug/pkg-descr
echo x - sidplug/pkg-plist
sed 's/^X//' >sidplug/pkg-plist << 'END-of-sidplug/pkg-plist'
Xbin/sidplug
Xlib/mozilla/plugins/npsidplug.so
X@dirrm lib/mozilla/plugins
X@dirrm lib/mozilla
X%%PORTDOCS%%share/examples/sidplug/Lazy_Fast.sid
X%%PORTDOCS%%share/examples/sidplug/README.html
X%%PORTDOCS%%share/examples/sidplug/sidplug.png
X%%PORTDOCS%%@dirrm share/examples/sidplug
END-of-sidplug/pkg-plist
exit

>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: lioux 
Class-Changed-When: Thu Dec 20 09:30:57 PST 2001 
Class-Changed-Why:  
Misfiled class 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31061 
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: lioux 
Class-Changed-When: Thu Dec 20 09:30:57 PST 2001 
Class-Changed-Why:  
Misfiled class 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31282 
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: lioux 
Class-Changed-When: Thu Dec 20 09:30:57 PST 2001 
Class-Changed-Why:  
Misfiled class 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31744 
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: lioux 
Class-Changed-When: Thu Dec 20 09:30:57 PST 2001 
Class-Changed-Why:  
Misfiled class 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32048 
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: lioux 
Class-Changed-When: Thu Dec 20 09:30:57 PST 2001 
Class-Changed-Why:  
Misfiled class 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32379 
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: lioux 
Class-Changed-When: Thu Dec 20 09:30:57 PST 2001 
Class-Changed-Why:  
Misfiled class 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32846 
Responsible-Changed-From-To: freebsd-ports->lioux 
Responsible-Changed-By: lioux 
Responsible-Changed-When: Thu Dec 20 09:35:06 PST 2001 
Responsible-Changed-Why:  
I'll handle this 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32846 
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Wed Jan 9 07:12:38 PST 2002 
State-Changed-Why:  
Committed, thanks! It did not work before fix from PR ports/33722 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32846 
>Unformatted:
