From sec@ice.42.org  Mon Jun 26 01:50:47 2000
Return-Path: <sec@ice.42.org>
Received: from ice.42.org (ice.42.org [194.246.250.222])
	by hub.freebsd.org (Postfix) with ESMTP id B358037BB54
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Jun 2000 01:50:46 -0700 (PDT)
	(envelope-from sec@ice.42.org)
Received: by ice.42.org (Postfix, from userid 1000)
	id 8A278C1; Mon, 26 Jun 2000 10:50:45 +0200 (CEST)
Message-Id: <20000626085045.8A278C1@ice.42.org>
Date: Mon, 26 Jun 2000 10:50:45 +0200 (CEST)
From: sec@ice.42.org
Reply-To: sec@ice.42.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port audio/sidplay
X-Send-Pr-Version: 3.2

>Number:         19516
>Category:       ports
>Synopsis:       New port audio/sidplay
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 26 02:00:00 PDT 2000
>Closed-Date:    Thu Jun 29 03:54:05 PDT 2000
>Last-Modified:  Thu Jun 29 03:55:07 PDT 2000
>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:

From: Maxim Sobolev <sobomax@FreeBSD.org>
To: sec@ice.42.org
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/19516: New port audio/sidplay
Date: Mon, 26 Jun 2000 12:10:11 +0300

 sec@ice.42.org wrote:
 
 > 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'.
 
 I've just sent repo-copy request to Satoshi and I'll import your patches when he will
 perform it.
 
 Thanks!
 
 -Maxim
 
 
 
 
State-Changed-From-To: open->closed 
State-Changed-By: sobomax 
State-Changed-When: Thu Jun 29 03:54:05 PDT 2000 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19515 
State-Changed-From-To: open->closed 
State-Changed-By: sobomax 
State-Changed-When: Thu Jun 29 03:54:05 PDT 2000 
State-Changed-Why:  
Committed, thanks! 

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