From owner-freebsd-ports Fri Dec 14 22:10:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7ACFB37B419 for ; Fri, 14 Dec 2001 22:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBF6A1J77686; Fri, 14 Dec 2001 22:10:01 -0800 (PST) (envelope-from gnats) Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 6463537B416 for ; 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 ; 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 Reply-To: John Merryweather Cooper To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32846: [NEW PORT] SIDplug 1.1.4 - a Commodore 64 psid plugin for Mozilla Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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