The FreeBSD Ports Archive
FreeBSD emulators : dgen-sdl4>
A wonderful Sega Genesis/MegaDrive emulator
dgen-sdl history
v. 1.17
date: 2007/11/13 15:00:28; author: linimon; state: Exp; lines: +2 -0
Mark as broken: fails to fetch.
Approved by: portmgr (self)
v. 1.16
date: 2007/05/19 20:04:26; 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.15
date: 2006/09/20 11:20:42; author: stas; state: Exp; lines: +1 -1
- 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.14
date: 2004/03/16 04:23:35; 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/08 01:01:25; author: edwin; state: Exp; lines: +1 -1
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis
v. 1.12
date: 2003/12/10 13:31:29; author: fjoe; state: Exp; lines: +1 -1
USE_MESA -> USE_GL
v. 1.11
date: 2003/08/07 08:01:04; author: krion; state: Exp; lines: +2 -6
Update to 1.23
PR: 55240
Submitted by: Ports Fury
v. 1.10
date: 2003/07/29 09:12:24; author: sobomax; state: Exp; lines: +1 -1
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
v. 1.9
date: 2003/03/07 06:01:13; 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.8
date: 2003/01/02 15:06:02; author: sobomax; state: Exp; lines: +1 -1
Update version number of SDL shared library.
v. 1.7
date: 2002/04/17 12:37:52; author: sobomax; state: Exp; lines: +1 -1
Chase increase of libSDL version number.
v. 1.6
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.5
date: 2001/03/11 09:15:17; author: sobomax; state: Exp; lines: +1 -0
Distfile has been rerolled without version bump. The new release include
some fixes for the case when SDL doesn't contain GL support built in, so
bump PORTREVISION to let users know that update is necessary.
v. 1.4
date: 2001/02/24 19:58:10; author: sobomax; state: Exp; lines: +1 -1
Correct version number of SDL shared library.
PR: 25343
Submitted by: Carl Fongheiser
v. 1.3
date: 2001/02/23 17:54:28; author: sobomax; state: Exp; lines: +8 -4
Update to 1.22.
Submitted by: Joe Groff (author of dgen-sdl)
v. 1.2
date: 2000/11/08 10:24:05; author: sobomax; state: Exp; lines: +2 -2
Update MASTER_SITES and WWW (home page has been moved).
Submitted by: Bill "distfiles" Fenner
v. 1.1
date: 2000/09/20 17:05:54; author: sobomax; state: Exp;
Add dgen-sdl - a SDL version of wonderful Sega Genesis/MegaDrive emulator.
=============================================================================
v. 1.17
date: 2007/11/13 15:00:28; author: linimon; state: Exp; lines: +2 -0
Mark as broken: fails to fetch.
Approved by: portmgr (self)
v. 1.16
date: 2007/05/19 20:04:26; 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.15
date: 2006/09/20 11:20:42; author: stas; state: Exp; lines: +1 -1
- 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.14
date: 2004/03/16 04:23:35; 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/08 01:01:25; author: edwin; state: Exp; lines: +1 -1
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis
v. 1.12
date: 2003/12/10 13:31:29; author: fjoe; state: Exp; lines: +1 -1
USE_MESA -> USE_GL
v. 1.11
date: 2003/08/07 08:01:04; author: krion; state: Exp; lines: +2 -6
Update to 1.23
PR: 55240
Submitted by: Ports Fury
v. 1.10
date: 2003/07/29 09:12:24; author: sobomax; state: Exp; lines: +1 -1
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
v. 1.9
date: 2003/03/07 06:01:13; 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.8
date: 2003/01/02 15:06:02; author: sobomax; state: Exp; lines: +1 -1
Update version number of SDL shared library.
v. 1.7
date: 2002/04/17 12:37:52; author: sobomax; state: Exp; lines: +1 -1
Chase increase of libSDL version number.
v. 1.6
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.5
date: 2001/03/11 09:15:17; author: sobomax; state: Exp; lines: +1 -0
Distfile has been rerolled without version bump. The new release include
some fixes for the case when SDL doesn't contain GL support built in, so
bump PORTREVISION to let users know that update is necessary.
v. 1.4
date: 2001/02/24 19:58:10; author: sobomax; state: Exp; lines: +1 -1
Correct version number of SDL shared library.
PR: 25343
Submitted by: Carl Fongheiser
v. 1.3
date: 2001/02/23 17:54:28; author: sobomax; state: Exp; lines: +8 -4
Update to 1.22.
Submitted by: Joe Groff (author of dgen-sdl)
v. 1.2
date: 2000/11/08 10:24:05; author: sobomax; state: Exp; lines: +2 -2
Update MASTER_SITES and WWW (home page has been moved).
Submitted by: Bill "distfiles" Fenner
v. 1.1
date: 2000/09/20 17:05:54; author: sobomax; state: Exp;
Add dgen-sdl - a SDL version of wonderful Sega Genesis/MegaDrive emulator.
=============================================================================
v. 1.17
date: 2007/11/13 15:00:28; author: linimon; state: Exp; lines: +2 -0
Mark as broken: fails to fetch.
Approved by: portmgr (self)
v. 1.16
date: 2007/05/19 20:04:26; 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.15
date: 2006/09/20 11:20:42; author: stas; state: Exp; lines: +1 -1
- 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.14
date: 2004/03/16 04:23:35; 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/08 01:01:25; author: edwin; state: Exp; lines: +1 -1
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis
v. 1.12
date: 2003/12/10 13:31:29; author: fjoe; state: Exp; lines: +1 -1
USE_MESA -> USE_GL
v. 1.11
date: 2003/08/07 08:01:04; author: krion; state: Exp; lines: +2 -6
Update to 1.23
PR: 55240
Submitted by: Ports Fury
v. 1.10
date: 2003/07/29 09:12:24; author: sobomax; state: Exp; lines: +1 -1
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
v. 1.9
date: 2003/03/07 06:01:13; 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.8
date: 2003/01/02 15:06:02; author: sobomax; state: Exp; lines: +1 -1
Update version number of SDL shared library.
v. 1.7
date: 2002/04/17 12:37:52; author: sobomax; state: Exp; lines: +1 -1
Chase increase of libSDL version number.
v. 1.6
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.5
date: 2001/03/11 09:15:17; author: sobomax; state: Exp; lines: +1 -0
Distfile has been rerolled without version bump. The new release include
some fixes for the case when SDL doesn't contain GL support built in, so
bump PORTREVISION to let users know that update is necessary.
v. 1.4
date: 2001/02/24 19:58:10; author: sobomax; state: Exp; lines: +1 -1
Correct version number of SDL shared library.
PR: 25343
Submitted by: Carl Fongheiser
v. 1.3
date: 2001/02/23 17:54:28; author: sobomax; state: Exp; lines: +8 -4
Update to 1.22.
Submitted by: Joe Groff (author of dgen-sdl)
v. 1.2
date: 2000/11/08 10:24:05; author: sobomax; state: Exp; lines: +2 -2
Update MASTER_SITES and WWW (home page has been moved).
Submitted by: Bill "distfiles" Fenner
v. 1.1
date: 2000/09/20 17:05:54; author: sobomax; state: Exp;
Add dgen-sdl - a SDL version of wonderful Sega Genesis/MegaDrive emulator.
=============================================================================
|
| |

|