Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2002 19:36:24 +0100 (CET)
From:      Jean-Yves Lefort <jylefort@brutele.be>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46242: New port: emulators/peops-spu-oss
Message-ID:  <20021213183624.D3F9523005@jsite.lefort.net>

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

>Number:         46242
>Category:       ports
>Synopsis:       New port: emulators/peops-spu-oss
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 13 10:40:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Yves Lefort
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD jsite.lefort.net 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #0: Sat Nov 16 11:18:01 CET 2002 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386


	
>Description:
	This is peops-spu-oss, a SPU plugin using the PSEmu Pro
	plugin format (Linux binary).

	This port can be related to the submitted emulators/ePSXe.
	
>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:
#
#	peops-spu-oss
#	peops-spu-oss/Makefile
#	peops-spu-oss/distinfo
#	peops-spu-oss/pkg-comment
#	peops-spu-oss/pkg-descr
#	peops-spu-oss/pkg-message
#	peops-spu-oss/pkg-plist
#
echo c - peops-spu-oss
mkdir -p peops-spu-oss > /dev/null 2>&1
echo x - peops-spu-oss/Makefile
sed 's/^X//' >peops-spu-oss/Makefile << 'END-of-peops-spu-oss/Makefile'
X# New ports collection makefile for:	peops-spu-oss
X# Date created:			13 Dec 2002
X# Whom:				Jean-Yves Lefort <jylefort@brutele.be>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	peops-spu-oss
XPORTVERSION=	1.2
XCATEGORIES=	emulators linux
XMASTER_SITES=	http://home.t-online.de/home/PeteBernert/
XDISTNAME=	spupeopsoss102
X
XMAINTAINER=	jylefort@brutele.be
X
XUSE_LINUX=	yes
XNO_WRKSUBDIR=	yes
X
X# Linux binary should not be stripped by INSTALL_PROGRAM
X# because as a side effect it brands the binary as FreeBSD.
XSTRIP=
X
X.include <bsd.port.pre.mk>
X
XONLY_FOR_ARCHS=	i386
XNO_BUILD=	yes
X
XLIBDIR=		${PREFIX}/lib/peops-spu-oss
XEPSXEDIR=	${HOME}/.ePSXe
X
Xdo-install:
X	${MKDIR} ${LIBDIR}
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_PROGRAM} ${WRKDIR}/cfgPeopsOSS ${LIBDIR}
X	${INSTALL_PROGRAM} ${WRKDIR}/libspuPeopsOSS.so.1.0.2 ${LIBDIR}
X	${INSTALL_DATA} \
X		${WRKDIR}/readme_1_2.txt \
X		${WRKDIR}/version_1_2.txt \
X		${DOCSDIR}
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
Xinstall-user:
X	${MKDIR} ${EPSXEDIR}
X	${MKDIR} ${EPSXEDIR}/cfg
X	${MKDIR} ${EPSXEDIR}/plugins
X	${INSTALL_DATA} ${WRKDIR}/spuPeopsOSS.cfg ${EPSXEDIR}/cfg
X	${CHMOD} 644 ${EPSXEDIR}/cfg/spuPeopsOSS.cfg
X	${LN} -sf ${LIBDIR}/cfgPeopsOSS ${EPSXEDIR}/cfg/cfgPeopsOSS
X	${LN} -sf ${LIBDIR}/libspuPeopsOSS.so.1.0.2 ${EPSXEDIR}/plugins/libspu.so
X
X.include <bsd.port.post.mk>
END-of-peops-spu-oss/Makefile
echo x - peops-spu-oss/distinfo
sed 's/^X//' >peops-spu-oss/distinfo << 'END-of-peops-spu-oss/distinfo'
XMD5 (spupeopsoss102.tar.gz) = bcce34552fda5db4bfa2bbe84f2b2c5f
END-of-peops-spu-oss/distinfo
echo x - peops-spu-oss/pkg-comment
sed 's/^X//' >peops-spu-oss/pkg-comment << 'END-of-peops-spu-oss/pkg-comment'
XA PSEmu Pro SPU plugin using the OSS interface
END-of-peops-spu-oss/pkg-comment
echo x - peops-spu-oss/pkg-descr
sed 's/^X//' >peops-spu-oss/pkg-descr << 'END-of-peops-spu-oss/pkg-descr'
XP.E.Op.S. OSS SPU is a PSEmu Pro SPU plugin using the OSS interface.
X
XThis is the binary Linux version, tested with ePSXe (emulators/ePSXe).
X
XWWW: http://sourceforge.net/projects/peops/
X
X- Jean-Yves Lefort
Xjylefort@brutele.be
END-of-peops-spu-oss/pkg-descr
echo x - peops-spu-oss/pkg-message
sed 's/^X//' >peops-spu-oss/pkg-message << 'END-of-peops-spu-oss/pkg-message'
X-------------------------------------------------------------------------------
XIf you have ePSXe installed, you'll want to log into your normal user
Xaccount and perform a
X
X	make install-user
X
Xfrom the port directory in order to install the plugin in the emulator.
X-------------------------------------------------------------------------------
END-of-peops-spu-oss/pkg-message
echo x - peops-spu-oss/pkg-plist
sed 's/^X//' >peops-spu-oss/pkg-plist << 'END-of-peops-spu-oss/pkg-plist'
Xlib/peops-spu-oss/cfgPeopsOSS
Xlib/peops-spu-oss/libspuPeopsOSS.so.1.0.2
Xshare/doc/peops-spu-oss/readme_1_2.txt
Xshare/doc/peops-spu-oss/version_1_2.txt
X@dirrm lib/peops-spu-oss
X@dirrm share/doc/peops-spu-oss
END-of-peops-spu-oss/pkg-plist
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?20021213183624.D3F9523005>