mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.4.0
Approved by: garga (mentor,implicit)
This commit is contained in:
parent
b2b1a64267
commit
29d99199bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173246
4 changed files with 13 additions and 19 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= pyxmame
|
||||
PORTVERSION= 0.3.1
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= emulators python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
|
@ -1,3 +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
|
||||
MD5 (pyxmame-0.4.0.tar.gz) = 0cf025ad8b9679f484e2559c146f8639
|
||||
SHA256 (pyxmame-0.4.0.tar.gz) = 083c1b7a508da5ae0f397d3f2a6e0a163a821ecf0b923c2fc74a2942ffc32263
|
||||
SIZE (pyxmame-0.4.0.tar.gz) = 30309
|
||||
|
|
|
@ -1,24 +1,21 @@
|
|||
--- 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.',
|
||||
--- setup.py Sat Sep 16 23:03:56 2006
|
||||
+++ setup.py Sat Sep 16 23:05:37 2006
|
||||
@@ -16,16 +16,16 @@
|
||||
It uses a list of sets of images to show the game image.
|
||||
""",
|
||||
license='GNU GPL',
|
||||
- platforms='linux',
|
||||
+ platforms='FreeBSD',
|
||||
packages=['pyxmame'],
|
||||
scripts=[
|
||||
'scripts/pyxmame',
|
||||
@@ -18,10 +18,10 @@
|
||||
'scripts/pyxmame'
|
||||
],
|
||||
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',''),
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
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/Progress.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
|
||||
|
@ -18,8 +16,8 @@ bin/pyxmame-setup
|
|||
%%PYTHON_SITELIBDIR%%/pyxmame/Games.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Main.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Preferences.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Progress.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
|
||||
|
@ -29,13 +27,12 @@ bin/pyxmame-setup
|
|||
%%PYTHON_SITELIBDIR%%/pyxmame/Games.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Main.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Preferences.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyxmame/Progress.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
|
||||
|
|
Loading…
Add table
Reference in a new issue