Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2001 22:09:38 -0800 (PST)
From:      John Merryweather Cooper <john_m_cooper@yahoo.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32846: [NEW PORT] SIDplug 1.1.4 - a Commodore 64 psid plugin for Mozilla
Message-ID:  <20011215060938.8C7A315503@johncoop.MSHOME>

next in thread | raw e-mail | index | archive | help

>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:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 14 22:10:01 PST 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011215060938.8C7A315503>