ports/83229: new port: audio/xmms-sexypsf - XMMS plugin for playing .psf files

Emanuel Haupt ehaupt at critical.ch
Sun Jul 10 17:30:26 UTC 2005


>Number:         83229
>Category:       ports
>Synopsis:       new port: audio/xmms-sexypsf - XMMS plugin for playing .psf 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 17:30:24 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 at beaver.critical.ch:/usr/obj/usr/src-release/src/sys/BEAVER i386


	
>Description:
new port: audio/xmms-sexypsf - XMMS plugin for playing .psf files

Sexypsf is an XMMS plugin for playing .psf files.

The PSF format brings the functionality of NSF, SID, SPC, and GBS to next-
generation consoles.  PSF utilizes the original music driver code from each
game to replay sequenced music in a perfectly authentic, and size-efficient,
way.

The general idea is that a PSF file contains a zlib-compressed program which,
if executed on the real console, would simply play the music.


>How-To-Repeat:
	
>Fix:

	



--- xmms-sexypsf.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:
#
#	xmms-sexypsf
#	xmms-sexypsf/Makefile
#	xmms-sexypsf/pkg-descr
#	xmms-sexypsf/distinfo
#	xmms-sexypsf/pkg-message
#
echo c - xmms-sexypsf
mkdir -p xmms-sexypsf > /dev/null 2>&1
echo x - xmms-sexypsf/Makefile
sed 's/^X//' >xmms-sexypsf/Makefile << 'END-of-xmms-sexypsf/Makefile'
X# New ports collection makefile for:	xmms-sexypsf
X# Date created:				10 Jul 2005
X# Whom:					Emanuel Haupt <ehaupt at critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xmms-sexypsf
XPORTVERSION=	0.4.7
XCATEGORIES=	audio
XMASTER_SITES=	http://projects.raphnet.net/sexypsf/
XDISTNAME=	sexypsf-${PORTVERSION}
X
XMAINTAINER=	ehaupt at critical.ch
XCOMMENT=	XMMS plugin for playing .psf files
X
XBUILD_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XUSE_BZIP2=	yes
XUSE_X_PREFIX=	yes
XUSE_GNOME=	gtk12
X
XWRKSRC=		${WRKDIR}/sexypsf
X
XCFLAGS+=	-I${WRKSRC}
XDEFINES=	-DSPSFVERSION=\""${PORTVERSION}\"" -DPSS_STYLE=1
X
XPORTDOCS=	ChangeLog README psf_format.txt spu.txt spu2regs.txt \
X		system.txt
XSOURCES=	PsxBios PsxCounters PsxDma Spu PsxHw PsxMem Misc \
X		R3000A PsxInterpreter PsxHLE spu/spu xmms/xmms
X
XPLIST_FILES=	lib/xmms/Input/libsexypsf.so
X
Xdo-build:
X.for f in ${SOURCES}
X	${CC} ${CFLAGS} ${DEFINES} `gtk-config --cflags` -c -o ${WRKSRC}/${f}.o ${WRKSRC}/${f}.c
X.endfor
X	${CC} ${CFLAGS} ${DEFINES} `gtk-config --cflags` ${SOURCES:S/$/.o/:S/^/${WRKSRC}\//} \
X		-o ${WRKSRC}/libsexypsf.so -shared -lz
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/libsexypsf.so ${PREFIX}/lib/xmms/Input/libsexypsf.so
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for f in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/Docs/${f} ${DOCSDIR}
X.endfor
X.endif
X
Xpost-install:
X	@${CAT} pkg-message
X
X.include <bsd.port.mk>
END-of-xmms-sexypsf/Makefile
echo x - xmms-sexypsf/pkg-descr
sed 's/^X//' >xmms-sexypsf/pkg-descr << 'END-of-xmms-sexypsf/pkg-descr'
XSexypsf is an XMMS plugin for playing .psf files.
X
XThe PSF format brings the functionality of NSF, SID, SPC, and GBS to next-
Xgeneration consoles.  PSF utilizes the original music driver code from each
Xgame to replay sequenced music in a perfectly authentic, and size-efficient,
Xway.
X
XThe general idea is that a PSF file contains a zlib-compressed program which,
Xif executed on the real console, would simply play the music.
X
XWWW: http://projects.raphnet.net/
X
X- ehaupt
Xehaupt at critical.ch
END-of-xmms-sexypsf/pkg-descr
echo x - xmms-sexypsf/distinfo
sed 's/^X//' >xmms-sexypsf/distinfo << 'END-of-xmms-sexypsf/distinfo'
XMD5 (sexypsf-0.4.7.tar.bz2) = 89bc4d8a2ab66641282657ab3631bc29
XSIZE (sexypsf-0.4.7.tar.bz2) = 83001
END-of-xmms-sexypsf/distinfo
echo x - xmms-sexypsf/pkg-message
sed 's/^X//' >xmms-sexypsf/pkg-message << 'END-of-xmms-sexypsf/pkg-message'
X===============================================================================
XA huge .psf file collection can be found at: http://www.zophar.net/psf/
X===============================================================================
END-of-xmms-sexypsf/pkg-message
exit
--- xmms-sexypsf.shar ends here ---

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



More information about the freebsd-ports-bugs mailing list