The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD emulators : gnuboy

Nintendo GameBoy emulator

 gnuboy is a portable program for emulating the Nintendo GameBoy Color
software platform

You can find public domain ROMs at SubPort.org 

http://gnuboy.unix-fu.org/



gnuboy history


v. 1.20
date: 2007/09/30 04:46:49;  author: linimon;  state: Exp;  lines: +2 -2
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:		ports/116639
Submitted by:	aDe

v. 1.19 date: 2007/05/19 20:04:29; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.18 date: 2006/09/20 11:20:44; author: stas; state: Exp; lines: +1 -4 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
v. 1.17 date: 2006/05/07 10:55:41; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with E
v. 1.16 date: 2005/11/15 06:49:11; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.15 date: 2005/10/27 03:18:07; author: ijliao; state: Exp; lines: +12 -3 respect $PREFIX depend on latest autoconf utilize PLIST_FILES and PORTDOCS
v. 1.14 date: 2004/03/16 04:23:36; author: edwin; state: Exp; lines: +1 -0 Chase library bump of libSDL-1.1 for all ports which were depending on sdl12-1.2.5
v. 1.13 date: 2004/03/14 06:16:29; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.12 date: 2004/01/23 22:24:30; author: edwin; state: Exp; lines: +3 -5 Let ports use the USE_SDL macro.
v. 1.11 date: 2003/03/07 06:01:15; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.10 date: 2003/01/20 03:37:03; author: ijliao; state: Exp; lines: +2 -1 use REINPLACE_CMD Submitted by: Ulrich Spoerlein
v. 1.9 date: 2003/01/02 15:06:03; author: sobomax; state: Exp; lines: +1 -1 Update version number of SDL shared library.
v. 1.8 date: 2002/04/17 12:37:53; author: sobomax; state: Exp; lines: +1 -1 Chase increase of libSDL version number.
v. 1.7 date: 2001/12/09 16:41:39; author: ijliao; state: Exp; lines: +2 -2 upgrade to 1.0.3
v. 1.6 date: 2001/07/10 07:31:58; author: ijliao; state: Exp; lines: +8 -3 upgrade to 1.0.1 PR: 28862 Submitted by: pat@databits.net
v. 1.5 date: 2001/07/01 17:00:28; author: ijliao; state: Exp; lines: +4 -3 upgrade to 1.0.0 change WWW PR: 28554 Submitted by: pat@databits.net
v. 1.4 date: 2001/05/31 16:31:23; author: ijliao; state: Exp; lines: +2 -2 upgrade to 0.9.13 PR: 27793 Submitted by: stijn@win.tue.nl
v. 1.3 date: 2001/04/10 08:14:00; author: ijliao; state: Exp; lines: +3 -3 upgrade to 0.9.12 change mastersite
v. 1.2 date: 2001/04/09 11:54:53; author: sobomax; state: Exp; lines: +1 -1 Move: devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami
v. 1.1 date: 2001/03/12 06:10:22; author: ijliao; state: Exp; add gnuboy A Nintendo GameBoy emulator ============================================================================= v. 1.20 date: 2007/09/30 04:46:49; author: linimon; state: Exp; lines: +2 -2 Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
v. 1.19 date: 2007/05/19 20:04:29; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.18 date: 2006/09/20 11:20:44; author: stas; state: Exp; lines: +1 -4 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
v. 1.17 date: 2006/05/07 10:55:41; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with E
v. 1.16 date: 2005/11/15 06:49:11; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.15 date: 2005/10/27 03:18:07; author: ijliao; state: Exp; lines: +12 -3 respect $PREFIX depend on latest autoconf utilize PLIST_FILES and PORTDOCS
v. 1.14 date: 2004/03/16 04:23:36; author: edwin; state: Exp; lines: +1 -0 Chase library bump of libSDL-1.1 for all ports which were depending on sdl12-1.2.5
v. 1.13 date: 2004/03/14 06:16:29; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.12 date: 2004/01/23 22:24:30; author: edwin; state: Exp; lines: +3 -5 Let ports use the USE_SDL macro.
v. 1.11 date: 2003/03/07 06:01:15; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.10 date: 2003/01/20 03:37:03; author: ijliao; state: Exp; lines: +2 -1 use REINPLACE_CMD Submitted by: Ulrich Spoerlein
v. 1.9 date: 2003/01/02 15:06:03; author: sobomax; state: Exp; lines: +1 -1 Update version number of SDL shared library.
v. 1.8 date: 2002/04/17 12:37:53; author: sobomax; state: Exp; lines: +1 -1 Chase increase of libSDL version number.
v. 1.7 date: 2001/12/09 16:41:39; author: ijliao; state: Exp; lines: +2 -2 upgrade to 1.0.3
v. 1.6 date: 2001/07/10 07:31:58; author: ijliao; state: Exp; lines: +8 -3 upgrade to 1.0.1 PR: 28862 Submitted by: pat@databits.net
v. 1.5 date: 2001/07/01 17:00:28; author: ijliao; state: Exp; lines: +4 -3 upgrade to 1.0.0 change WWW PR: 28554 Submitted by: pat@databits.net
v. 1.4 date: 2001/05/31 16:31:23; author: ijliao; state: Exp; lines: +2 -2 upgrade to 0.9.13 PR: 27793 Submitted by: stijn@win.tue.nl
v. 1.3 date: 2001/04/10 08:14:00; author: ijliao; state: Exp; lines: +3 -3 upgrade to 0.9.12 change mastersite
v. 1.2 date: 2001/04/09 11:54:53; author: sobomax; state: Exp; lines: +1 -1 Move: devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami
v. 1.1 date: 2001/03/12 06:10:22; author: ijliao; state: Exp; add gnuboy A Nintendo GameBoy emulator ============================================================================= v. 1.20 date: 2007/09/30 04:46:49; author: linimon; state: Exp; lines: +2 -2 Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
v. 1.19 date: 2007/05/19 20:04:29; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.18 date: 2006/09/20 11:20:44; author: stas; state: Exp; lines: +1 -4 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
v. 1.17 date: 2006/05/07 10:55:41; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with E
v. 1.16 date: 2005/11/15 06:49:11; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.15 date: 2005/10/27 03:18:07; author: ijliao; state: Exp; lines: +12 -3 respect $PREFIX depend on latest autoconf utilize PLIST_FILES and PORTDOCS
v. 1.14 date: 2004/03/16 04:23:36; author: edwin; state: Exp; lines: +1 -0 Chase library bump of libSDL-1.1 for all ports which were depending on sdl12-1.2.5
v. 1.13 date: 2004/03/14 06:16:29; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.12 date: 2004/01/23 22:24:30; author: edwin; state: Exp; lines: +3 -5 Let ports use the USE_SDL macro.
v. 1.11 date: 2003/03/07 06:01:15; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.10 date: 2003/01/20 03:37:03; author: ijliao; state: Exp; lines: +2 -1 use REINPLACE_CMD Submitted by: Ulrich Spoerlein
v. 1.9 date: 2003/01/02 15:06:03; author: sobomax; state: Exp; lines: +1 -1 Update version number of SDL shared library.
v. 1.8 date: 2002/04/17 12:37:53; author: sobomax; state: Exp; lines: +1 -1 Chase increase of libSDL version number.
v. 1.7 date: 2001/12/09 16:41:39; author: ijliao; state: Exp; lines: +2 -2 upgrade to 1.0.3
v. 1.6 date: 2001/07/10 07:31:58; author: ijliao; state: Exp; lines: +8 -3 upgrade to 1.0.1 PR: 28862 Submitted by: pat@databits.net
v. 1.5 date: 2001/07/01 17:00:28; author: ijliao; state: Exp; lines: +4 -3 upgrade to 1.0.0 change WWW PR: 28554 Submitted by: pat@databits.net
v. 1.4 date: 2001/05/31 16:31:23; author: ijliao; state: Exp; lines: +2 -2 upgrade to 0.9.13 PR: 27793 Submitted by: stijn@win.tue.nl
v. 1.3 date: 2001/04/10 08:14:00; author: ijliao; state: Exp; lines: +3 -3 upgrade to 0.9.12 change mastersite
v. 1.2 date: 2001/04/09 11:54:53; author: sobomax; state: Exp; lines: +1 -1 Move: devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami
v. 1.1 date: 2001/03/12 06:10:22; author: ijliao; state: Exp; add gnuboy A Nintendo GameBoy emulator =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm