From owner-freebsd-ports Sun Dec 22 16:10: 7 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 A72C837B401 for ; Sun, 22 Dec 2002 16:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC63143EE5 for ; Sun, 22 Dec 2002 16:10: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 gBN0A2NS087687 for ; Sun, 22 Dec 2002 16:10: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 gBN0A2Ku087686; Sun, 22 Dec 2002 16:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2234E37B401 for ; Sun, 22 Dec 2002 16:05:43 -0800 (PST) Received: from mirapoint3.brutele.be (mirapoint3.brutele.be [212.68.203.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F0BC43ED8 for ; Sun, 22 Dec 2002 16:05:42 -0800 (PST) (envelope-from jylefort@twist.frontis.net) Received: from gateway.lefort.net (213.189.162.78.brutele.be [213.189.162.78] (may be forged)) by mirapoint3.brutele.be (Mirapoint Messaging Server MOS 3.2.0-GA) with ESMTP id AGA22682; Mon, 23 Dec 2002 01:05:34 +0100 (CET) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id B64A15495 for ; Mon, 23 Dec 2002 01:05:33 +0100 (CET) Received: by jsite.lefort.net (Postfix, from userid 1000) id 7037523005; Mon, 23 Dec 2002 01:05:33 +0100 (CET) Message-Id: <20021223000533.7037523005@jsite.lefort.net> Date: Mon, 23 Dec 2002 01:05:33 +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/46482: New port: emulators/linux-pete-mesagpu 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: 46482 >Category: ports >Synopsis: New port: emulators/linux-pete-mesagpu >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: Sun Dec 22 16:10: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: Wed Dec 18 19:01:24 CET 2002 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: This is Pete's MesaGL GPU, a PSEmu Pro GPU plugin. Tested on the above system with emulators/linux-ePSXe (ports/46240). >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: # # linux-pete-mesagpu # linux-pete-mesagpu/Makefile # linux-pete-mesagpu/distinfo # linux-pete-mesagpu/pkg-comment # linux-pete-mesagpu/pkg-descr # linux-pete-mesagpu/pkg-plist # echo c - linux-pete-mesagpu mkdir -p linux-pete-mesagpu > /dev/null 2>&1 echo x - linux-pete-mesagpu/Makefile sed 's/^X//' >linux-pete-mesagpu/Makefile << 'END-of-linux-pete-mesagpu/Makefile' X# New ports collection makefile for: linux-pete-mesagpu X# Date created: 23 Dec 2002 X# Whom: Jean-Yves Lefort X# X# $FreeBSD$ X# X XPORTNAME= mesagpu XPORTVERSION= 1.68 XCATEGORIES= emulators linux XMASTER_SITES= http://home.t-online.de/home/PeteBernert/ XPKGNAMEPREFIX= linux-pete- XDISTNAME= gpupetemesagl168 X XMAINTAINER= jylefort@brutele.be X XRUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk \ X ${LINUXBASE}/usr/X11R6/lib/libGL.so:${PORTSDIR}/graphics/linux_mesa3 X XNO_WRKSUBDIR= yes XNO_BUILD= yes X XONLY_FOR_ARCHS= i386 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 XDOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} X XPSEMUPRO_PLUGINS_DIR= ${LOCALBASE}/lib/linux-psemupro/plugins XPSEMUPRO_CFGBINS_DIR= ${LOCALBASE}/libexec/linux-psemupro/cfg XPSEMUPRO_CFGFILES_DIR= ${LOCALBASE}/share/linux-psemupro/cfg X Xdo-install: X ${MKDIR} ${PSEMUPRO_PLUGINS_DIR} X ${INSTALL_PROGRAM} ${WRKSRC}/libgpuPeteMesaGL.so.1.0.68 ${PSEMUPRO_PLUGINS_DIR} X X ${MKDIR} ${PSEMUPRO_CFGBINS_DIR} X ${INSTALL_PROGRAM} ${WRKSRC}/cfgPeteMesaGL ${PSEMUPRO_CFGBINS_DIR} X X ${MKDIR} ${PSEMUPRO_CFGFILES_DIR} X ${INSTALL_DATA} ${WRKSRC}/gpuPeteMesaGL.cfg ${PSEMUPRO_CFGFILES_DIR} X X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} \ X ${WRKSRC}/readme.txt \ X ${WRKSRC}/version.txt \ X ${DOCSDIR} X.endif X X.include END-of-linux-pete-mesagpu/Makefile echo x - linux-pete-mesagpu/distinfo sed 's/^X//' >linux-pete-mesagpu/distinfo << 'END-of-linux-pete-mesagpu/distinfo' XMD5 (gpupetemesagl168.tar.gz) = 4cf6d3da575e331434cbc2f2693d2884 END-of-linux-pete-mesagpu/distinfo echo x - linux-pete-mesagpu/pkg-comment sed 's/^X//' >linux-pete-mesagpu/pkg-comment << 'END-of-linux-pete-mesagpu/pkg-comment' XA PSEmu Pro GPU plugin using an OpenGL renderer (Linux version) END-of-linux-pete-mesagpu/pkg-comment echo x - linux-pete-mesagpu/pkg-descr sed 's/^X//' >linux-pete-mesagpu/pkg-descr << 'END-of-linux-pete-mesagpu/pkg-descr' XPete's MesaGL GPU is a PSEmu Pro GPU plugin using a Xhardware-accelerated OpenGL renderer. X XThis is the Linux version, tested with emulators/linux-ePSXe. X XWWW: http://home.t-online.de/home/PeteBernert/#Pete's%20MesaGL%20GPU X X- Jean-Yves Lefort Xjylefort@brutele.be END-of-linux-pete-mesagpu/pkg-descr echo x - linux-pete-mesagpu/pkg-plist sed 's/^X//' >linux-pete-mesagpu/pkg-plist << 'END-of-linux-pete-mesagpu/pkg-plist' Xlib/linux-psemupro/plugins/libgpuPeteMesaGL.so.1.0.68 Xlibexec/linux-psemupro/cfg/cfgPeteMesaGL Xshare/linux-psemupro/cfg/gpuPeteMesaGL.cfg X%%PORTDOCS%%share/doc/linux-pete-mesagpu/readme.txt X%%PORTDOCS%%share/doc/linux-pete-mesagpu/version.txt X%%PORTDOCS%%@dirrm share/doc/linux-pete-mesagpu END-of-linux-pete-mesagpu/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