pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/vba Initial import of vba-1.6a from pkgsrc-w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f51b1222bd16
branches:  trunk
changeset: 464111:f51b1222bd16
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Dec 03 23:34:46 2003 +0000

description:
Initial import of vba-1.6a from pkgsrc-wip, packaged by Soren Jacobsen.

Visual Boy Advance is a Gameboy Advance emulator.

diffstat:

 emulators/vba/DESCR            |   1 +
 emulators/vba/Makefile         |  32 ++++++++++++++++++++++++++++++++
 emulators/vba/PLIST            |   5 +++++
 emulators/vba/distinfo         |   5 +++++
 emulators/vba/patches/patch-aa |  20 ++++++++++++++++++++
 5 files changed, 63 insertions(+), 0 deletions(-)

diffs (83 lines):

diff -r f9a7df403f61 -r f51b1222bd16 emulators/vba/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/vba/DESCR       Wed Dec 03 23:34:46 2003 +0000
@@ -0,0 +1,1 @@
+Visual Boy Advance is a Gameboy Advance emulator.
diff -r f9a7df403f61 -r f51b1222bd16 emulators/vba/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/vba/Makefile    Wed Dec 03 23:34:46 2003 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 23:34:46 xtraeme Exp $
+
+DISTNAME=              VisualBoyAdvance-src-1.6a
+PKGNAME=               vba-1.6.0.1
+WRKSRC=                        ${WRKDIR}/VisualBoyAdvance-1.6a
+CATEGORIES=            emulators
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=vba/}
+EXTRACT_SUFX=          .zip
+
+MAINTAINER=            snj%pobox.com@localhost
+HOMEPAGE=              http://vboy.emuhq.com/
+COMMENT=               Gameboy advance emulator
+
+USE_GMAKE=             yes
+USE_BUILDLINK2=                yes
+USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --enable-c-core
+CONFIGURE_ARGS+=       --without-mmx
+
+GCC_REQD=              3.0.0
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/src/TestEmu ${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/src/VisualBoyAdvance ${PREFIX}/bin
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vba
+       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/vba
+
+.include "../../devel/SDL/buildlink2.mk"
+.include "../../graphics/png/buildlink2.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r f9a7df403f61 -r f51b1222bd16 emulators/vba/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/vba/PLIST       Wed Dec 03 23:34:46 2003 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 23:34:46 xtraeme Exp $
+bin/TestEmu
+bin/VisualBoyAdvance
+share/doc/vba/README
+@dirrm share/doc/vba
diff -r f9a7df403f61 -r f51b1222bd16 emulators/vba/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/vba/distinfo    Wed Dec 03 23:34:46 2003 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/03 23:34:46 xtraeme Exp $
+
+SHA1 (VisualBoyAdvance-src-1.6a.zip) = 81e6763d0a7f9cadfedfb8053fea5f5a9028916a
+Size (VisualBoyAdvance-src-1.6a.zip) = 1206080 bytes
+SHA1 (patch-aa) = 75a970fb59926a299830c2823c5094ff56523ee7
diff -r f9a7df403f61 -r f51b1222bd16 emulators/vba/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/vba/patches/patch-aa    Wed Dec 03 23:34:46 2003 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/12/03 23:34:46 xtraeme Exp $
+
+--- src/unzip.h.orig   Sun Oct 20 06:03:12 2002
++++ src/unzip.h        Mon Jun 30 23:45:30 2003
+@@ -67,6 +67,15 @@
+ #include "zlib.h"
+ #endif
+ 
++// nasty stuff taken from win32/include/zlib/zconf.h to make this compile
++#ifndef OF /* function prototypes */
++#  ifdef STDC
++#    define OF(args)  args
++#  else
++#    define OF(args)  ()
++#  endif
++#endif
++
+ #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
+ /* like the STRICT of WIN32, we define a pointer that cannot be converted
+     from (void*) without cast */



Home | Main Index | Thread Index | Old Index