Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2005 16:55:41 +0200 (CEST)
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/83222: new port: audio/openspc - A command line player for .spc and .zst files 
Message-ID:  <200507101455.j6AEtfji078693@beaver.critical.ch>
Resent-Message-ID: <200507101500.j6AF0VIw023792@freefall.freebsd.org>

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

>Number:         83222
>Category:       ports
>Synopsis:       new port: audio/openspc - A command line player for .spc and .zst files
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 10 15:00:31 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 5.4-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD beaver.critical.ch 5.4-RELEASE-p4 FreeBSD 5.4-RELEASE-p4 #0: Wed Jul  6 20:05:27 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src-release/src/sys/BEAVER i386


	
>Description:
new port: audio/openspc - A command line player for .spc and .zst files

OpenSPC is an SPC command line player created using a very modified SNEeSe SPC
CPU core. It was written in C (although the SPC core is in Assembly) using
DJGPP.

SPC files can be found at: http://www.zophar.net/zsnes/spc/

>How-To-Repeat:
	
>Fix:

	



--- openspc.shar begins here ---
# 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:
#
#	openspc
#	openspc/Makefile
#	openspc/pkg-descr
#	openspc/distinfo
#
echo c - openspc
mkdir -p openspc > /dev/null 2>&1
echo x - openspc/Makefile
sed 's/^X//' >openspc/Makefile << 'END-of-openspc/Makefile'
X# New ports collection makefile for:	openspc
X# Date created:				10 Jul 2005
X# Whom:					Emanuel Haupt <ehaupt@critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	openspc
XPORTVERSION=	0.3.1
XCATEGORIES=	audio
XMASTER_SITES=	http://membres.lycos.fr/pixels/
XDISTNAME=	OpenSPC-${PORTVERSION}
X
XMAINTAINER=	ehaupt@critical.ch
XCOMMENT=	A command line player for .spc and .zst files
X
XONLY_FOR_ARCHS= i386	# contains x86 asm code
XINSTALLS_SHLIB=	yes
XUSE_LIBTOOL_VER=13
X
XPORTDOCS=	README
XPLIST_FILES=	bin/OpenSPClite include/OpenSPC.h lib/libOpenSPC.so.3 \
X		lib/libOpenSPC.la lib/libOpenSPC.a
X
X.if !defined(NOPORTDOCS)
Xpost-install:
X	${MKDIR} ${DOCSDIR}
X	 ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-openspc/Makefile
echo x - openspc/pkg-descr
sed 's/^X//' >openspc/pkg-descr << 'END-of-openspc/pkg-descr'
XOpenSPC is an SPC command line player created using a very modified SNEeSe SPC
XCPU core. It was written in C (although the SPC core is in Assembly) using
XDJGPP.
X
XWWW: http://membres.lycos.fr/pixels/OpenSPC.html
X
X- ehaupt
Xehaupt@critical.ch
END-of-openspc/pkg-descr
echo x - openspc/distinfo
sed 's/^X//' >openspc/distinfo << 'END-of-openspc/distinfo'
XMD5 (OpenSPC-0.3.1.tar.gz) = f39d88694eb31341420572872b1743c8
XSIZE (OpenSPC-0.3.1.tar.gz) = 155358
END-of-openspc/distinfo
exit
--- openspc.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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