pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/gxmame Initial import of gxmame-0.34b, from pkgsr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b4a7c2c5ccb
branches:  trunk
changeset: 465165:8b4a7c2c5ccb
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Dec 23 09:02:39 2003 +0000

description:
Initial import of gxmame-0.34b, from pkgsrc-wip.

GXMame is a frontend for XMame using the GTK library, the goal is to provide
the same GUI than mame32. For the moment it will just have the same gui, the
final goal is to be able to share config files with Mame32k (or any version
of mame32 that write config files instead of saving data into windows
registry) allowing dual booter to have the same environment (favorite,
timeplayed, last game selected, gui preference...) under windows and unix-like
systems.

diffstat:

 misc/gxmame/DESCR    |   7 +++++++
 misc/gxmame/Makefile |  24 ++++++++++++++++++++++++
 misc/gxmame/PLIST    |  35 +++++++++++++++++++++++++++++++++++
 misc/gxmame/distinfo |   4 ++++
 4 files changed, 70 insertions(+), 0 deletions(-)

diffs (86 lines):

diff -r 2a7aadd1ba60 -r 8b4a7c2c5ccb misc/gxmame/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/gxmame/DESCR Tue Dec 23 09:02:39 2003 +0000
@@ -0,0 +1,7 @@
+GXMame is a frontend for XMame using the GTK library, the goal is to provide 
+the same GUI than mame32. For the moment it will just have the same gui, the 
+final goal is to be able to share config files with Mame32k (or any version 
+of mame32 that write config files instead of saving data into windows 
+registry) allowing dual booter to have the same environment (favorite, 
+timeplayed, last game selected, gui preference...) under windows and unix-like
+systems.
diff -r 2a7aadd1ba60 -r 8b4a7c2c5ccb misc/gxmame/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/gxmame/Makefile      Tue Dec 23 09:02:39 2003 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/23 09:02:39 xtraeme Exp $
+#
+
+DISTNAME=      gxmame-0.34b
+CATEGORIES=    misc
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gxmame/}
+
+MAINTAINER=    xtraeme%NetBSD.org@localhost
+HOMEPAGE=      http://gxmame.sourceforge.net/
+COMMENT=       Frontend for XMame using the GTK2 library
+
+BUILD_USES_MSGFMT=     yes
+DEPENDS=               gnome2-dirs>=1.2:../../misc/gnome2-dirs
+DEPENDS+=              xmame-[0-9]*:../../emulators/xmame
+
+GNU_CONFIGURE=         yes
+USE_BUILDLINK2=                yes
+USE_GMAKE=             yes
+USE_PKGLOCALEDIR=      yes
+USE_X11=               yes
+
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2a7aadd1ba60 -r 8b4a7c2c5ccb misc/gxmame/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/gxmame/PLIST Tue Dec 23 09:02:39 2003 +0000
@@ -0,0 +1,35 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/23 09:02:39 xtraeme Exp $
+bin/gxmame
+share/applications/gxmame.desktop
+share/doc/gxmame/AUTHORS
+share/doc/gxmame/BUGS
+share/doc/gxmame/COPYING
+share/doc/gxmame/ChangeLog
+share/doc/gxmame/NEWS
+share/doc/gxmame/README
+share/doc/gxmame/TODO
+share/doc/gxmame/html/gui/metal2.jpg
+share/doc/gxmame/html/gxmame-doc-1.html
+share/doc/gxmame/html/gxmame-doc-2.html
+share/doc/gxmame/html/gxmame-doc-3.html
+share/doc/gxmame/html/gxmame-doc-4.html
+share/doc/gxmame/html/gxmame-doc-5.html
+share/doc/gxmame/html/gxmame-doc-6.html
+share/doc/gxmame/html/gxmame-doc.html
+share/doc/gxmame/html/includes/gxmame.css
+share/icons/gxmame.png
+share/icons/mini/gxmame.xpm
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gxmame.mo
+${PKGLOCALEDIR}/locale/el/LC_MESSAGES/gxmame.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gxmame.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gxmame.mo
+${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gxmame.mo
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gxmame.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gxmame.mo
+${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gxmame.mo
+${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gxmame.mo
+@dirrm share/icons/mini
+@dirrm share/doc/gxmame/html/includes
+@dirrm share/doc/gxmame/html/gui
+@dirrm share/doc/gxmame/html
+@dirrm share/doc/gxmame
diff -r 2a7aadd1ba60 -r 8b4a7c2c5ccb misc/gxmame/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/gxmame/distinfo      Tue Dec 23 09:02:39 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/23 09:02:39 xtraeme Exp $
+
+SHA1 (gxmame-0.34b.tar.gz) = b727edd4b1ee0405c1e0bcfc1aa62eaa444c3846
+Size (gxmame-0.34b.tar.gz) = 996919 bytes



Home | Main Index | Thread Index | Old Index