Date: Mon, 26 Jun 2000 10:50:45 +0200 (CEST) From: sec@ice.42.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/19516: New port audio/sidplay Message-ID: <20000626085045.8A278C1@ice.42.org>
next in thread | raw e-mail | index | archive | help
>Number: 19516 >Category: ports >Synopsis: New port audio/sidplay >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 26 02:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Stefan `Sec` Zehl >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: This is the second part of another PR. This is a new port of the console player 'sidplay'. The old port 'sidplay' should be renamed to libsidplay. I've already sent a PR for this titled 'update of sidplay port'. >How-To-Repeat: >Fix: # 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: # # sidplay # sidplay/files # sidplay/files/md5 # sidplay/pkg # sidplay/pkg/COMMENT # sidplay/pkg/DESCR # sidplay/pkg/PLIST # sidplay/Makefile # echo c - sidplay mkdir -p sidplay > /dev/null 2>&1 echo c - sidplay/files mkdir -p sidplay/files > /dev/null 2>&1 echo x - sidplay/files/md5 sed 's/^X//' >sidplay/files/md5 << 'END-of-sidplay/files/md5' XMD5 (sidplay-base-1_0_4.tgz) = bfc0031b4a59ca7b3f9f654a0ef0bb3f END-of-sidplay/files/md5 echo c - sidplay/pkg mkdir -p sidplay/pkg > /dev/null 2>&1 echo x - sidplay/pkg/COMMENT sed 's/^X//' >sidplay/pkg/COMMENT << 'END-of-sidplay/pkg/COMMENT' XA Commodore SID-chip emulator that plays SID music files END-of-sidplay/pkg/COMMENT echo x - sidplay/pkg/DESCR sed 's/^X//' >sidplay/pkg/DESCR << 'END-of-sidplay/pkg/DESCR' XBasically, SIDPLAY is just an ordinary music player software. More Xspecifically, it emulates the Sound Interface Device chip (MOS 6581, Xknown as SID) and the Micro Processor Unit (MOS 6510) of the XCommodore 64 on your computer. Its platform-independent software Xemulates hardware components. Therefore it is able to load and execute XC64 machine code programs which produce music or sound. In general, Xthese are independent fragments of code and data which have been Xripped from games and demonstration programs and were transferred Xdirectly from the C64. All you need is a supported operating system and Xaudio hardware with average PCM waveform playback capabilities. A Xfast CPU and a 16-bit sound card are recommended for better Xperformance. X XWWW: http://www.geocities.com/SiliconValley/Lakes/5147/index.html END-of-sidplay/pkg/DESCR echo x - sidplay/pkg/PLIST sed 's/^X//' >sidplay/pkg/PLIST << 'END-of-sidplay/pkg/PLIST' Xbin/sidplay Xbin/sid2wav Xbin/sidcon END-of-sidplay/pkg/PLIST echo x - sidplay/Makefile sed 's/^X//' >sidplay/Makefile << 'END-of-sidplay/Makefile' X# New ports collection makefile for: sidplay X# Date created: 26 June 2000 X# Whom: Stefan Zehl <sec@42.org> X# X# $FreeBSD$ X# X XPORTNAME= sidplay XPORTVERSION= 1.0.4 XCATEGORIES= audio emulators XMASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ XDISTNAME= ${PORTNAME}-base-${PORTVERSION:S/./_/g} XEXTRACT_SUFX= .tgz X XMAINTAINER= sec@42.org X XLIB_DEPENDS= sidplay.1:${PORTSDIR}/audio/libsidplay X XCONFIGURE_ARGS+=--with-sidplay-includes=${PREFIX}/include XCONFIGURE_ARGS+=--with-sidplay-library=${PREFIX}/lib X XWRKSRC= ${WRKDIR}/${PORTNAME}-base-${PORTVERSION} XUSE_XLIB= yes XUSE_LIBTOOL= yes XINSTALLS_SHLIB= yes XUSE_GMAKE= yes X Xpost-install: X strip ${PREFIX}/bin/sidplay ${PREFIX}/bin/sid2wav ${PREFIX}/bin/sidcon X X.include <bsd.port.mk> END-of-sidplay/Makefile 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?20000626085045.8A278C1>