diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-12-01 00:37:20 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-12-01 00:37:20 +0000 |
commit | 39edf56f0933f7c5f614aad7fca76ecb6470fe23 (patch) | |
tree | 1f76ce335d709053111226d0016b68e447fbd0ab /emulators | |
parent | aafa744d0fba9c50a8846ab406390c74cd0e9937 (diff) | |
download | ports-39edf56f0933f7c5f614aad7fca76ecb6470fe23.tar.gz ports-39edf56f0933f7c5f614aad7fca76ecb6470fe23.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 3 | ||||
-rw-r--r-- | emulators/linux-peops-softgpu/Makefile | 54 | ||||
-rw-r--r-- | emulators/linux-peops-softgpu/distinfo | 4 | ||||
-rw-r--r-- | emulators/linux-peops-softgpu/pkg-descr | 5 | ||||
-rw-r--r-- | emulators/linux-peops-softgpu/pkg-plist | 9 | ||||
-rw-r--r-- | emulators/linux-pete-mesagpu/Makefile | 63 | ||||
-rw-r--r-- | emulators/linux-pete-mesagpu/distinfo | 4 | ||||
-rw-r--r-- | emulators/linux-pete-mesagpu/pkg-descr | 6 | ||||
-rw-r--r-- | emulators/linux-pete-mesagpu/pkg-plist | 9 | ||||
-rw-r--r-- | emulators/linux-pete-xgl2gpu/Makefile | 68 | ||||
-rw-r--r-- | emulators/linux-pete-xgl2gpu/Makefile.inc | 7 | ||||
-rw-r--r-- | emulators/linux-pete-xgl2gpu/distinfo | 4 | ||||
-rw-r--r-- | emulators/linux-pete-xgl2gpu/pkg-descr | 6 | ||||
-rw-r--r-- | emulators/linux-pete-xgl2gpu/pkg-plist | 9 |
14 files changed, 0 insertions, 251 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index f749b25c6a28..87de7550418f 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -72,9 +72,6 @@ SUBDIR += libdsk SUBDIR += libspectrum SUBDIR += linux-geepee32 - SUBDIR += linux-peops-softgpu - SUBDIR += linux-pete-mesagpu - SUBDIR += linux-pete-xgl2gpu SUBDIR += linux-systemsimcell SUBDIR += linux_base-c6 SUBDIR += linux_base-f10 diff --git a/emulators/linux-peops-softgpu/Makefile b/emulators/linux-peops-softgpu/Makefile deleted file mode 100644 index 28df45d3cd3e..000000000000 --- a/emulators/linux-peops-softgpu/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@brutele.be> -# $FreeBSD$ - -PORTNAME= peops-softgpu -PORTVERSION= ${SOFTGPU_VERSION} -CATEGORIES= emulators linux -MASTER_SITES= http://www.pbernert.com/ -PKGNAMEPREFIX= linux- -DISTFILES= gpupeopssoftx${MAJOR}${MINOR}${EXTRACT_SUFX} \ - ${CFG_DISTFILE} - -MAINTAINER= cyberbotx@cyberbotx.com -COMMENT= PSEmu Pro GPU plugin using a software X11 renderer (Linux version) - -DEPRECATED= Depends on deprecated Linux GTK1 -EXPIRATION_DATE=2013-12-01 - -NO_WRKSUBDIR= yes -NO_BUILD= yes -USE_LINUX= yes -USE_LINUX_APPS= gtk xorglibs -PORTDOCS= * - -ONLY_FOR_ARCHS= i386 amd64 - -MAJOR= ${PORTVERSION:R} -MINOR= ${PORTVERSION:E} -PLIST_SUB+= MAJOR=${MAJOR} MINOR=${MINOR} - -PSEMUPRO_PLUGINS_DIR= ${PREFIX}/lib/psemupro/plugins -PSEMUPRO_CFGBINS_DIR= ${PREFIX}/libexec/psemupro/cfg -PSEMUPRO_CFGFILES_DIR= ${PREFIX}/share/psemupro/cfg - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.include "${.CURDIR}/../linux-pete-xgl2gpu/Makefile.inc" - -do-install: - ${MKDIR} ${PSEMUPRO_PLUGINS_DIR} - ${INSTALL_PROGRAM} ${WRKSRC}/libgpuPeopsSoftX.so.${MAJOR}.0.${MINOR} ${PSEMUPRO_PLUGINS_DIR} - - ${MKDIR} ${PSEMUPRO_CFGBINS_DIR} - ${INSTALL_PROGRAM} ${WRKSRC}/cfg/cfgPeopsSoft ${PSEMUPRO_CFGBINS_DIR} - - ${MKDIR} ${PSEMUPRO_CFGFILES_DIR} - ${INSTALL_DATA} ${WRKSRC}/gpuPeopsSoftX.cfg ${PSEMUPRO_CFGFILES_DIR} - -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/emulators/linux-peops-softgpu/distinfo b/emulators/linux-peops-softgpu/distinfo deleted file mode 100644 index 057e1ac1f82e..000000000000 --- a/emulators/linux-peops-softgpu/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (gpupeopssoftx118.tar.gz) = 6a92f27d8a9d2a883b66ac91e123a97d85fb40f4c2a90fb4edcb322876024f3a -SIZE (gpupeopssoftx118.tar.gz) = 179407 -SHA256 (petegpucfg_V2-9_V1-77_V1-18.tar.gz) = 1488750fb2f158b68ef11b693fc1f45948ec41e84b1329315703adc91679fd91 -SIZE (petegpucfg_V2-9_V1-77_V1-18.tar.gz) = 59589 diff --git a/emulators/linux-peops-softgpu/pkg-descr b/emulators/linux-peops-softgpu/pkg-descr deleted file mode 100644 index 510c773d2dee..000000000000 --- a/emulators/linux-peops-softgpu/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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/ diff --git a/emulators/linux-peops-softgpu/pkg-plist b/emulators/linux-peops-softgpu/pkg-plist deleted file mode 100644 index deea130b8bf7..000000000000 --- a/emulators/linux-peops-softgpu/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -lib/psemupro/plugins/libgpuPeopsSoftX.so.%%MAJOR%%.0.%%MINOR%% -libexec/psemupro/cfg/cfgPeopsSoft -share/psemupro/cfg/gpuPeopsSoftX.cfg -@dirrmtry lib/psemupro/plugins -@dirrmtry lib/psemupro -@dirrmtry libexec/psemupro/cfg -@dirrmtry libexec/psemupro -@dirrmtry share/psemupro/cfg -@dirrmtry share/psemupro diff --git a/emulators/linux-pete-mesagpu/Makefile b/emulators/linux-pete-mesagpu/Makefile deleted file mode 100644 index 819fc56f8ef2..000000000000 --- a/emulators/linux-pete-mesagpu/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@brutele.be> -# $FreeBSD$ - -PORTNAME= pete-mesagpu -PORTVERSION= ${MESAGPU_VERSION} -CATEGORIES= emulators linux -MASTER_SITES= http://www.pbernert.com/ -PKGNAMEPREFIX= linux- -DISTFILES= gpupetemesagl${MAJOR}${MINOR}${EXTRACT_SUFX} \ - ${CFG_DISTFILE} - -MAINTAINER= cyberbotx@cyberbotx.com -COMMENT= PSEmu Pro GPU plugin using an OpenGL renderer (Linux version) - -DEPRECATED= Depends on deprecated Linux GTK1 -EXPIRATION_DATE=2013-12-01 - -NO_WRKSUBDIR= yes -NO_BUILD= yes -USE_LINUX= yes -USE_LINUX_APPS= gtk xorglibs -PORTDOCS= * - -ONLY_FOR_ARCHS= i386 amd64 - -OPTIONS_DEFINE= NVIDIA_GL -NVIDIA_GL_DESC= Use nVidia OpenGL driver - -MAJOR= ${PORTVERSION:R} -MINOR= ${PORTVERSION:E} -PLIST_SUB+= MAJOR=${MAJOR} MINOR=${MINOR} - -PSEMUPRO_PLUGINS_DIR= ${PREFIX}/lib/psemupro/plugins -PSEMUPRO_CFGBINS_DIR= ${PREFIX}/libexec/psemupro/cfg -PSEMUPRO_CFGFILES_DIR= ${PREFIX}/share/psemupro/cfg - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.include "${.CURDIR}/../linux-pete-xgl2gpu/Makefile.inc" - -.if ${PORT_OPTIONS:MNVIDIA_GL} -RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver -.else -USE_LINUX_APPS+=dri -.endif - -do-install: - ${MKDIR} ${PSEMUPRO_PLUGINS_DIR} - ${INSTALL_PROGRAM} ${WRKSRC}/libgpuPeteMesaGL.so.${MAJOR}.0.${MINOR} ${PSEMUPRO_PLUGINS_DIR} - - ${MKDIR} ${PSEMUPRO_CFGBINS_DIR} - ${INSTALL_PROGRAM} ${WRKSRC}/cfg/cfgPeteMesaGL ${PSEMUPRO_CFGBINS_DIR} - - ${MKDIR} ${PSEMUPRO_CFGFILES_DIR} - ${INSTALL_DATA} ${WRKSRC}/gpuPeteMesaGL.cfg ${PSEMUPRO_CFGFILES_DIR} - -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/emulators/linux-pete-mesagpu/distinfo b/emulators/linux-pete-mesagpu/distinfo deleted file mode 100644 index 87f7f7e037a0..000000000000 --- a/emulators/linux-pete-mesagpu/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (gpupetemesagl177.tar.gz) = c37238973f00625cdc6798cbeab0b78d62c5e041eb1e7cb0a4bc09006873126d -SIZE (gpupetemesagl177.tar.gz) = 182012 -SHA256 (petegpucfg_V2-9_V1-77_V1-18.tar.gz) = 1488750fb2f158b68ef11b693fc1f45948ec41e84b1329315703adc91679fd91 -SIZE (petegpucfg_V2-9_V1-77_V1-18.tar.gz) = 59589 diff --git a/emulators/linux-pete-mesagpu/pkg-descr b/emulators/linux-pete-mesagpu/pkg-descr deleted file mode 100644 index 578353440fdd..000000000000 --- a/emulators/linux-pete-mesagpu/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Pete's MesaGL GPU is a PSEmu Pro GPU plugin using a -hardware-accelerated OpenGL renderer. - -This is the Linux version, tested with emulators/linux-ePSXe. - -WWW: http://www.pbernert.com/ diff --git a/emulators/linux-pete-mesagpu/pkg-plist b/emulators/linux-pete-mesagpu/pkg-plist deleted file mode 100644 index 66f5f3437f2e..000000000000 --- a/emulators/linux-pete-mesagpu/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -lib/psemupro/plugins/libgpuPeteMesaGL.so.%%MAJOR%%.0.%%MINOR%% -libexec/psemupro/cfg/cfgPeteMesaGL -share/psemupro/cfg/gpuPeteMesaGL.cfg -@dirrmtry lib/psemupro/plugins -@dirrmtry lib/psemupro -@dirrmtry libexec/psemupro/cfg -@dirrmtry libexec/psemupro -@dirrmtry share/psemupro/cfg -@dirrmtry share/psemupro diff --git a/emulators/linux-pete-xgl2gpu/Makefile b/emulators/linux-pete-xgl2gpu/Makefile deleted file mode 100644 index f125f0f62f1e..000000000000 --- a/emulators/linux-pete-xgl2gpu/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= pete-xgl2gpu -PORTVERSION= ${XGL2GPU_VERSION} -CATEGORIES= emulators linux -MASTER_SITES= http://www.pbernert.com/ -PKGNAMEPREFIX= linux- -DISTFILES= gpupetexgl${MAJOR}0${MINOR}${EXTRACT_SUFX} \ - ${CFG_DISTFILE} - -MAINTAINER= cyberbotx@cyberbotx.com -COMMENT= PSEmu Pro GPU plugin using a modern OpenGL renderer (Linux version) - -DEPRECATED= Depends on deprecated Linux GTK1 -EXPIRATION_DATE=2013-12-01 - -NO_WRKSUBDIR= yes -NO_BUILD= yes -USE_LINUX= yes -USE_LINUX_APPS= gtk xorglibs -PORTDOCS= * - -ONLY_FOR_ARCHS= i386 amd64 - -OPTIONS_DEFINE= NVIDIA_GL -NVIDIA_GL_DESC= Use nVidia OpenGL driver - -MAJOR= ${PORTVERSION:R} -MINOR= ${PORTVERSION:E} -PLIST_SUB+= MAJOR=${MAJOR} MINOR=${MINOR} - -PSEMUPRO_PLUGINS_DIR= ${PREFIX}/lib/psemupro/plugins -PSEMUPRO_CFGBINS_DIR= ${PREFIX}/libexec/psemupro/cfg -PSEMUPRO_CFGFILES_DIR= ${PREFIX}/share/psemupro/cfg - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.include "${.CURDIR}/../linux-pete-xgl2gpu/Makefile.inc" - -.if ${PORT_OPTIONS:MNVIDIA_GL} -RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver -.else -USE_LINUX_APPS+=dri -.endif - -# by default, disable options which may crash the plugin -post-patch: - @${REINPLACE_CMD} -e '/^TWinShader/ s|= 1|= 0|' \ - ${WRKSRC}/gpuPeteXGL2.cfg - -do-install: - ${MKDIR} ${PSEMUPRO_PLUGINS_DIR} - ${INSTALL_PROGRAM} ${WRKSRC}/libgpuPeteXGL2.so.${MAJOR}.0.${MINOR} ${PSEMUPRO_PLUGINS_DIR} - - ${MKDIR} ${PSEMUPRO_CFGBINS_DIR} - ${INSTALL_PROGRAM} ${WRKSRC}/cfg/cfgPeteXGL2 ${PSEMUPRO_CFGBINS_DIR} - - ${MKDIR} ${PSEMUPRO_CFGFILES_DIR} - ${INSTALL_DATA} ${WRKSRC}/gpuPeteXGL2.cfg ${PSEMUPRO_CFGFILES_DIR} - -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/emulators/linux-pete-xgl2gpu/Makefile.inc b/emulators/linux-pete-xgl2gpu/Makefile.inc deleted file mode 100644 index e77e550d85d6..000000000000 --- a/emulators/linux-pete-xgl2gpu/Makefile.inc +++ /dev/null @@ -1,7 +0,0 @@ -# $FreeBSD$ - -XGL2GPU_VERSION= 2.9 -MESAGPU_VERSION= 1.77 -SOFTGPU_VERSION= 1.18 - -CFG_DISTFILE= petegpucfg_V${XGL2GPU_VERSION:C/\./-/}_V${MESAGPU_VERSION:C/\./-/}_V${SOFTGPU_VERSION:C/\./-/}${EXTRACT_SUFX} diff --git a/emulators/linux-pete-xgl2gpu/distinfo b/emulators/linux-pete-xgl2gpu/distinfo deleted file mode 100644 index 4d59adfac6ac..000000000000 --- a/emulators/linux-pete-xgl2gpu/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (gpupetexgl209.tar.gz) = 83427665c31bbae16c1fbd7c695d0bc9acc4cfcf911302c031f852c850c9cc5d -SIZE (gpupetexgl209.tar.gz) = 173744 -SHA256 (petegpucfg_V2-9_V1-77_V1-18.tar.gz) = 1488750fb2f158b68ef11b693fc1f45948ec41e84b1329315703adc91679fd91 -SIZE (petegpucfg_V2-9_V1-77_V1-18.tar.gz) = 59589 diff --git a/emulators/linux-pete-xgl2gpu/pkg-descr b/emulators/linux-pete-xgl2gpu/pkg-descr deleted file mode 100644 index c5f2cf8e1acf..000000000000 --- a/emulators/linux-pete-xgl2gpu/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Pete's XGL2 GPU is a PSEmu Pro GPU plugin using a hardware-accelerated -modern OpenGL renderer. - -This is the Linux version, tested with emulators/linux-ePSXe. - -WWW: http://www.pbernert.com/ diff --git a/emulators/linux-pete-xgl2gpu/pkg-plist b/emulators/linux-pete-xgl2gpu/pkg-plist deleted file mode 100644 index 3d43741e4340..000000000000 --- a/emulators/linux-pete-xgl2gpu/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -lib/psemupro/plugins/libgpuPeteXGL2.so.%%MAJOR%%.0.%%MINOR%% -libexec/psemupro/cfg/cfgPeteXGL2 -share/psemupro/cfg/gpuPeteXGL2.cfg -@dirrmtry lib/psemupro/plugins -@dirrmtry lib/psemupro -@dirrmtry libexec/psemupro/cfg -@dirrmtry libexec/psemupro -@dirrmtry share/psemupro/cfg -@dirrmtry share/psemupro |