From owner-freebsd-ports Fri Dec 13 10:40:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B7FE37B406 for ; Fri, 13 Dec 2002 10:40:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9382843ED1 for ; Fri, 13 Dec 2002 10:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBDIe2x3018808 for ; Fri, 13 Dec 2002 10:40:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBDIe2aq018807; Fri, 13 Dec 2002 10:40:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F11137B401 for ; Fri, 13 Dec 2002 10:34:02 -0800 (PST) Received: from mirapoint3.brutele.be (mirapoint3.brutele.be [212.68.203.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D7A143ED4 for ; Fri, 13 Dec 2002 10:34:01 -0800 (PST) (envelope-from jylefort@twist.frontis.net) Received: from gateway.lefort.net ([213.189.162.78]) by mirapoint3.brutele.be (Mirapoint Messaging Server MOS 3.2.0-GA) with ESMTP id AFO20495; Fri, 13 Dec 2002 19:33:59 +0100 (CET) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 5EA375493 for ; Fri, 13 Dec 2002 19:33:59 +0100 (CET) Received: by jsite.lefort.net (Postfix, from userid 1000) id 07E1C23005; Fri, 13 Dec 2002 19:33:59 +0100 (CET) Message-Id: <20021213183359.07E1C23005@jsite.lefort.net> Date: Fri, 13 Dec 2002 19:33:59 +0100 (CET) From: Jean-Yves Lefort Reply-To: Jean-Yves Lefort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46241: New port: emulators/peops-gpu-soft Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46241 >Category: ports >Synopsis: New port: emulators/peops-gpu-soft >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-gpu-soft, a soft GPU 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-gpu-soft # peops-gpu-soft/Makefile # peops-gpu-soft/distinfo # peops-gpu-soft/pkg-comment # peops-gpu-soft/pkg-descr # peops-gpu-soft/pkg-message # peops-gpu-soft/pkg-plist # echo c - peops-gpu-soft mkdir -p peops-gpu-soft > /dev/null 2>&1 echo x - peops-gpu-soft/Makefile sed 's/^X//' >peops-gpu-soft/Makefile << 'END-of-peops-gpu-soft/Makefile' X# New ports collection makefile for: peops-gpu-soft X# Date created: 13 Dec 2002 X# Whom: Jean-Yves Lefort X# X# $FreeBSD$ X# X XPORTNAME= peops-gpu-soft XPORTVERSION= 1.11 XCATEGORIES= emulators linux XMASTER_SITES= http://home.t-online.de/home/PeteBernert/ XDISTNAME= gpupeopssoftx111 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 X XONLY_FOR_ARCHS= i386 XNO_BUILD= yes X XLIBDIR= ${PREFIX}/lib/peops-gpu-soft XEPSXEDIR= ${HOME}/.ePSXe X Xdo-install: X ${MKDIR} ${LIBDIR} X ${MKDIR} ${DOCSDIR} X ${INSTALL_PROGRAM} ${WRKDIR}/cfgPeopsSoft ${LIBDIR} X ${INSTALL_PROGRAM} ${WRKDIR}/libgpuPeopsSoftX.so.1.0.11 ${LIBDIR} X ${INSTALL_DATA} \ X ${WRKDIR}/readme_1_11.txt \ X ${WRKDIR}/version_1_11.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}/gpuPeopsSoftX.cfg ${EPSXEDIR}/cfg X ${CHMOD} 644 ${EPSXEDIR}/cfg/gpuPeopsSoftX.cfg X ${LN} -sf ${LIBDIR}/cfgPeopsSoft ${EPSXEDIR}/cfg/cfgPeopsSoft X ${LN} -sf ${LIBDIR}/libgpuPeopsSoftX.so.1.0.11 ${EPSXEDIR}/plugins/libgpu.so X X.include END-of-peops-gpu-soft/Makefile echo x - peops-gpu-soft/distinfo sed 's/^X//' >peops-gpu-soft/distinfo << 'END-of-peops-gpu-soft/distinfo' XMD5 (gpupeopssoftx111.tar.gz) = 9972c679456b7062dc9aac46ee6158e4 END-of-peops-gpu-soft/distinfo echo x - peops-gpu-soft/pkg-comment sed 's/^X//' >peops-gpu-soft/pkg-comment << 'END-of-peops-gpu-soft/pkg-comment' XA PSEmu Pro soft GPU plugin using a X renderer END-of-peops-gpu-soft/pkg-comment echo x - peops-gpu-soft/pkg-descr sed 's/^X//' >peops-gpu-soft/pkg-descr << 'END-of-peops-gpu-soft/pkg-descr' XP.E.Op.S. Soft GPU is a PSEmu Pro GPU plugin using a X renderer. 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-gpu-soft/pkg-descr echo x - peops-gpu-soft/pkg-message sed 's/^X//' >peops-gpu-soft/pkg-message << 'END-of-peops-gpu-soft/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-gpu-soft/pkg-message echo x - peops-gpu-soft/pkg-plist sed 's/^X//' >peops-gpu-soft/pkg-plist << 'END-of-peops-gpu-soft/pkg-plist' Xlib/peops-gpu-soft/cfgPeopsSoft Xlib/peops-gpu-soft/libgpuPeopsSoftX.so.1.0.11 Xshare/doc/peops-gpu-soft/readme_1_11.txt Xshare/doc/peops-gpu-soft/version_1_11.txt X@dirrm lib/peops-gpu-soft X@dirrm share/doc/peops-gpu-soft END-of-peops-gpu-soft/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