mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- New port: emulators/pyxmame
Pyxmame is a free application that provides a simple frontend for the xmame, developed with PyGTK WWW: http://pegueroles.com/Pyxmame/ Approved by: garga (mentor)
This commit is contained in:
parent
f47de55492
commit
20841977a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169408
@ -104,6 +104,7 @@
|
||||
SUBDIR += pearpc
|
||||
SUBDIR += prodosemu
|
||||
SUBDIR += psim-freebsd
|
||||
SUBDIR += pyxmame
|
||||
SUBDIR += qemu
|
||||
SUBDIR += qemu-launcher
|
||||
SUBDIR += quasi88
|
||||
|
25
emulators/pyxmame/Makefile
Normal file
25
emulators/pyxmame/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: pyxmame
|
||||
# Date created: 2006-08-01
|
||||
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pyxmame
|
||||
PORTVERSION= 0.3.1
|
||||
CATEGORIES= emulators python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Simple frontend for the xmame
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk2 \
|
||||
${PYTHON_SITELIBDIR}/pexpect.py:${PORTSDIR}/misc/py-pexpect \
|
||||
xmame:${PORTSDIR}/emulators/xmame
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
emulators/pyxmame/distinfo
Normal file
3
emulators/pyxmame/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (pyxmame-0.3.1.tar.gz) = 15b95b09374e4773bf378bb7ba76666d
|
||||
SHA256 (pyxmame-0.3.1.tar.gz) = f3b692959940bb1b5e2e8e55ea039bed036e852fa1a477564f7e61b26ce07e44
|
||||
SIZE (pyxmame-0.3.1.tar.gz) = 84977
|
13
emulators/pyxmame/files/patch-pyxmame_Config.py
Normal file
13
emulators/pyxmame/files/patch-pyxmame_Config.py
Normal file
@ -0,0 +1,13 @@
|
||||
--- pyxmame/Config.py Mon Jul 3 15:31:07 2006
|
||||
+++ pyxmame/Config.py Tue Aug 1 03:45:45 2006
|
||||
@@ -3,8 +3,9 @@
|
||||
|
||||
import re
|
||||
import os
|
||||
+import sys
|
||||
|
||||
-CONFIG_FILE="/etc/pyxmame/pyxmamerc"
|
||||
+CONFIG_FILE=sys.prefix+"/etc/pyxmame/pyxmamerc"
|
||||
HOME_FILE=os.environ['HOME']+"/.pyxmame/pyxmamerc"
|
||||
|
||||
class Config(dict):
|
27
emulators/pyxmame/files/patch-setup.py
Normal file
27
emulators/pyxmame/files/patch-setup.py
Normal file
@ -0,0 +1,27 @@
|
||||
--- setup.py Tue Aug 1 02:32:46 2006
|
||||
+++ setup.py Tue Aug 1 02:33:30 2006
|
||||
@@ -9,7 +9,7 @@
|
||||
url='http://pegueroles.cat/pyxmame',
|
||||
long_description='Allows you search, browse and launch games from a GTK interface.Looks good and its very responsive even with a lot of roms.',
|
||||
license='GNU GPL',
|
||||
- platforms='linux',
|
||||
+ platforms='FreeBSD',
|
||||
packages=['pyxmame'],
|
||||
scripts=[
|
||||
'scripts/pyxmame',
|
||||
@@ -18,10 +18,10 @@
|
||||
],
|
||||
data_files=[
|
||||
('share/pixmaps/pyxmame',["pixmaps/penguin-revolt-128.png"]),
|
||||
- ('share/games/pyxmame',["config/catver.ini"]),
|
||||
- ('share/games/pyxmame/flyers',''),
|
||||
- ('share/games/pyxmame/roms',''),
|
||||
- ('share/games/pyxmame/snaps',''),
|
||||
- ('/etc/pyxmame',["config/pyxmamerc"])
|
||||
+ ('share/pyxmame',["config/catver.ini"]),
|
||||
+ ('share/pyxmame/flyers',''),
|
||||
+ ('share/pyxmame/roms',''),
|
||||
+ ('share/pyxmame/snaps',''),
|
||||
+ ('etc/pyxmame',["config/pyxmamerc"])
|
||||
]
|
||||
)
|
4
emulators/pyxmame/pkg-descr
Normal file
4
emulators/pyxmame/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Pyxmame is a free application that provides a simple frontend for the xmame,
|
||||
developed with PyGTK
|
||||
|
||||
WWW: http://pegueroles.com/Pyxmame/
|
47
emulators/pyxmame/pkg-plist
Normal file
47
emulators/pyxmame/pkg-plist
Normal file
@ -0,0 +1,47 @@
|
||||
bin/pyxmame
|
||||
bin/pyxmame-start
|
||||
bin/pyxmame-setup
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Config.py
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Filter.py
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/GameList.py
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Games.py
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Main.py
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Preferences.py
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Selects.py
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Setup.py
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Show.py
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/View.py
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Config.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Filter.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/GameList.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Games.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Main.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Preferences.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Selects.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Setup.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Show.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/View.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Config.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Filter.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/GameList.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Games.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Main.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Preferences.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Selects.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Setup.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Show.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/View.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/__init__.pyo
|
||||
share/pixmaps/pyxmame/penguin-revolt-128.png
|
||||
%%DATADIR%%/catver.ini
|
||||
etc/pyxmame/pyxmamerc
|
||||
@dirrm share/pixmaps/pyxmame
|
||||
@dirrmtry share/pixmaps
|
||||
@dirrm %%DATADIR%%/snaps
|
||||
@dirrm %%DATADIR%%/roms
|
||||
@dirrm %%DATADIR%%/flyers
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/pyxmame
|
||||
@dirrm etc/pyxmame
|
Loading…
Reference in New Issue
Block a user