From anders@totem.fix.no  Sun Sep 17 14:39:17 2000
Return-Path: <anders@totem.fix.no>
Received: from totem.fix.no (totem.fix.no [213.142.66.130])
	by hub.freebsd.org (Postfix) with ESMTP id 9FB4937B422
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 17 Sep 2000 14:39:16 -0700 (PDT)
Received: by totem.fix.no (Postfix, from userid 1000)
	id A30AE57B6; Sun, 17 Sep 2000 23:42:33 +0200 (CEST)
Message-Id: <20000917214233.A30AE57B6@totem.fix.no>
Date: Sun, 17 Sep 2000 23:42:33 +0200 (CEST)
From: Anders Nordby <anders@fix.no>
Sender: anders@totem.fix.no
Reply-To: Anders Nordby <anders@fix.no>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: audio/fcplay
X-Send-Pr-Version: 3.2

>Number:         21335
>Category:       ports
>Synopsis:       New port: audio/fcplay
>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:   Sun Sep 17 14:40:01 PDT 2000
>Closed-Date:    Sun Sep 17 15:00:49 PDT 2000
>Last-Modified:  Sun Sep 17 15:01:01 PDT 2000
>Originator:     Anders Nordby
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
Fluxpod Information eXchange
>Environment:

FreeBSD eggsilo.localnet 4.1-STABLE FreeBSD 4.1-STABLE #0: Mon Aug 28
10:23:12 CEST 2000     root@:/usr/src/sys/compile/EGGSILO  i386

>Description:

A port of the Future Composer Reference Player, a player for those
memorable tunes from the Amiga.

PS: Try ftp://totem.fix.no/pub/mirrors/misc/fc13.delicateRazor for my
favourite FC tune. :-)

>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:
#
#	fcplay
#	fcplay/pkg
#	fcplay/pkg/COMMENT
#	fcplay/pkg/DESCR
#	fcplay/pkg/PLIST
#	fcplay/files
#	fcplay/files/md5
#	fcplay/patches
#	fcplay/patches/patch-aa
#	fcplay/Makefile
#
echo c - fcplay
mkdir -p fcplay > /dev/null 2>&1
echo c - fcplay/pkg
mkdir -p fcplay/pkg > /dev/null 2>&1
echo x - fcplay/pkg/COMMENT
sed 's/^X//' >fcplay/pkg/COMMENT << 'END-of-fcplay/pkg/COMMENT'
XFuture Composer Reference Player
END-of-fcplay/pkg/COMMENT
echo x - fcplay/pkg/DESCR
sed 's/^X//' >fcplay/pkg/DESCR << 'END-of-fcplay/pkg/DESCR'
XA player for those memorable Future Composer tunes from the Amiga.
X
XThe author says it was implemented because hardly any FC player available on
XPC (and not even on AMIGA) manages to play back all modules without flaws --
Xif at all.
X
XWWW: http://www.geocities.com/SiliconValley/Lakes/5147/mod/
XTunes: http://exotica.fix.no/
END-of-fcplay/pkg/DESCR
echo x - fcplay/pkg/PLIST
sed 's/^X//' >fcplay/pkg/PLIST << 'END-of-fcplay/pkg/PLIST'
Xbin/fcplay
Xshare/doc/fcplay/ABOUT
Xshare/doc/fcplay/COPYING
Xshare/doc/fcplay/POINTER
X@dirrm share/doc/fcplay
END-of-fcplay/pkg/PLIST
echo c - fcplay/files
mkdir -p fcplay/files > /dev/null 2>&1
echo x - fcplay/files/md5
sed 's/^X//' >fcplay/files/md5 << 'END-of-fcplay/files/md5'
XMD5 (fcplay-0_0_1.tgz) = 3ca1c8e87d141b7b0641725f74f4633e
END-of-fcplay/files/md5
echo c - fcplay/patches
mkdir -p fcplay/patches > /dev/null 2>&1
echo x - fcplay/patches/patch-aa
sed 's/^X//' >fcplay/patches/patch-aa << 'END-of-fcplay/patches/patch-aa'
X--- POINTER.old	Sun Sep 17 22:27:38 2000
X+++ POINTER	Sun Sep 17 22:27:45 2000
X@@ -1,3 +1,3 @@
X http://www.geocities.com/SiliconValley/Lakes/5147/mod/
X 
X-FC modules: http://exotica.amigascne.org/
X+FC modules: http://exotica.fix.no/
END-of-fcplay/patches/patch-aa
echo x - fcplay/Makefile
sed 's/^X//' >fcplay/Makefile << 'END-of-fcplay/Makefile'
X# New ports collection makefile for:	xmms-fc
X# Date created:			17 September 2000
X# Whom:				Anders Nordby <anders@fix.no>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	fcplay
XPORTVERSION=	0.0.1
XCATEGORIES=	audio
XMASTER_SITES=	http://www.geocities.com/SiliconValley/Lakes/5147/mod/
XDISTNAME=	fcplay-0_0_1
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	anders@fix.no
X
XBUILD_DEPENDS=	${LOCALBASE}/include/sidplay/compconf.h:${PORTSDIR}/audio/libsidplay
X
XCXXFLAGS+=	-I${PREFIX}/include -DHAVE_FREEBSD -DHAVE_MACHINE_SOUNDCARD_H
XGNU_CONFIGURE=	yes
XWRKSRC=		${WRKDIR}/fcplay-${PORTVERSION}
X
Xpost-install:
X	${INSTALL} -d -m 555 ${PREFIX}/share/doc/fcplay
X	@${INSTALL_DATA} ${WRKSRC}/ABOUT ${PREFIX}/share/doc/fcplay/
X	@${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/fcplay/
X	@${INSTALL_DATA} ${WRKSRC}/POINTER ${PREFIX}/share/doc/fcplay/
X
X.include <bsd.port.mk>
END-of-fcplay/Makefile
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Sun Sep 17 15:00:49 PDT 2000 
State-Changed-Why:  
Committed, thanks. 

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