From 297bcae7aa4321d89cd4b9890efc70f991811841 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 12 Jan 2003 00:16:49 +0000 Subject: [PATCH] This is peops-gpu-soft, a soft GPU plugin using the PSEmu Pro plugin format (Linux binary). PR: ports/46241 Submitted by: Jean-Yves Lefort --- emulators/Makefile | 1 + emulators/linux-peops-softgpu/Makefile | 54 +++++++++++++++++++++++ emulators/linux-peops-softgpu/distinfo | 1 + emulators/linux-peops-softgpu/pkg-comment | 1 + emulators/linux-peops-softgpu/pkg-descr | 8 ++++ emulators/linux-peops-softgpu/pkg-plist | 12 +++++ 6 files changed, 77 insertions(+) create mode 100644 emulators/linux-peops-softgpu/Makefile create mode 100644 emulators/linux-peops-softgpu/distinfo create mode 100644 emulators/linux-peops-softgpu/pkg-comment create mode 100644 emulators/linux-peops-softgpu/pkg-descr create mode 100644 emulators/linux-peops-softgpu/pkg-plist diff --git a/emulators/Makefile b/emulators/Makefile index 97e87fe921b0..d08937adfc8f 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -30,6 +30,7 @@ SUBDIR += ia64sim SUBDIR += ines SUBDIR += libvm68k + SUBDIR += linux-peops-softgpu SUBDIR += linux-vmware-toolbox SUBDIR += linux-winetools SUBDIR += linux_base diff --git a/emulators/linux-peops-softgpu/Makefile b/emulators/linux-peops-softgpu/Makefile new file mode 100644 index 000000000000..a1e8410d55bf --- /dev/null +++ b/emulators/linux-peops-softgpu/Makefile @@ -0,0 +1,54 @@ +# New ports collection makefile for: linux-peops-softgpu +# Date created: 21 Dec 2002 +# Whom: Jean-Yves Lefort +# +# $FreeBSD$ +# + +PORTNAME= softgpu +PORTVERSION= 1.12 +CATEGORIES= emulators linux +MASTER_SITES= http://home.t-online.de/home/PeteBernert/ +PKGNAMEPREFIX= linux-peops- +DISTNAME= gpupeopssoftx112 + +MAINTAINER= jylefort@brutele.be + +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk + +NO_WRKSUBDIR= yes +NO_BUILD= yes + +ONLY_FOR_ARCHS= i386 + +# Linux binary should not be stripped by INSTALL_PROGRAM +# because as a side effect it brands the binary as FreeBSD. +STRIP= + +.include + +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} + +PSEMUPRO_PLUGINS_DIR= ${LOCALBASE}/lib/linux-psemupro/plugins +PSEMUPRO_CFGBINS_DIR= ${LOCALBASE}/libexec/linux-psemupro/cfg +PSEMUPRO_CFGFILES_DIR= ${LOCALBASE}/share/linux-psemupro/cfg + +do-install: + ${MKDIR} ${PSEMUPRO_PLUGINS_DIR} + ${INSTALL_PROGRAM} ${WRKSRC}/libgpuPeopsSoftX.so.1.0.12 ${PSEMUPRO_PLUGINS_DIR} + + ${MKDIR} ${PSEMUPRO_CFGBINS_DIR} + ${INSTALL_PROGRAM} ${WRKSRC}/cfgPeopsSoft ${PSEMUPRO_CFGBINS_DIR} + + ${MKDIR} ${PSEMUPRO_CFGFILES_DIR} + ${INSTALL_DATA} ${WRKSRC}/gpuPeopsSoftX.cfg ${PSEMUPRO_CFGFILES_DIR} + +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} \ + ${WRKSRC}/readme_1_12.txt \ + ${WRKSRC}/version_1_12.txt \ + ${DOCSDIR} +.endif + +.include diff --git a/emulators/linux-peops-softgpu/distinfo b/emulators/linux-peops-softgpu/distinfo new file mode 100644 index 000000000000..6612b3b30a88 --- /dev/null +++ b/emulators/linux-peops-softgpu/distinfo @@ -0,0 +1 @@ +MD5 (gpupeopssoftx112.tar.gz) = e474bfcd09fc55582f76d96fec29d33f diff --git a/emulators/linux-peops-softgpu/pkg-comment b/emulators/linux-peops-softgpu/pkg-comment new file mode 100644 index 000000000000..037b719c269a --- /dev/null +++ b/emulators/linux-peops-softgpu/pkg-comment @@ -0,0 +1 @@ +A PSEmu Pro GPU plugin using a software X11 renderer (Linux version) diff --git a/emulators/linux-peops-softgpu/pkg-descr b/emulators/linux-peops-softgpu/pkg-descr new file mode 100644 index 000000000000..e407f8d755ca --- /dev/null +++ b/emulators/linux-peops-softgpu/pkg-descr @@ -0,0 +1,8 @@ +P.E.Op.S. Soft GPU is a PSEmu Pro GPU plugin using a software X11 renderer. + +This is the Linux version, tested with emulators/linux-ePSXe. + +WWW: http://sourceforge.net/projects/peops/ + +- Jean-Yves Lefort +jylefort@brutele.be diff --git a/emulators/linux-peops-softgpu/pkg-plist b/emulators/linux-peops-softgpu/pkg-plist new file mode 100644 index 000000000000..f2e46fb2dd18 --- /dev/null +++ b/emulators/linux-peops-softgpu/pkg-plist @@ -0,0 +1,12 @@ +lib/linux-psemupro/plugins/libgpuPeopsSoftX.so.1.0.12 +libexec/linux-psemupro/cfg/cfgPeopsSoft +share/linux-psemupro/cfg/gpuPeopsSoftX.cfg +@dirrm lib/linux-psemupro/plugins +@dirrm lib/linux-psemupro +@dirrm libexec/linux-psemupro/cfg +@dirrm libexec/linux-psemupro +@dirrm share/linux-psemupro/cfg +@dirrm share/linux-psemupro +%%PORTDOCS%%share/doc/linux-peops-softgpu/readme_1_12.txt +%%PORTDOCS%%share/doc/linux-peops-softgpu/version_1_12.txt +%%PORTDOCS%%@dirrm share/doc/linux-peops-softgpu