The FreeBSD Ports Archive
FreeBSD games : amphetamine4>
A 2D - Jump'n'run shooter
Amphetamine is a 2D - Jump'n'run shooter in the tradition of Super Mario Bros
and other classics. But it has unique features:
Highlights:
o Fast 256 colour graphics
o Never seen graphics (in this genre) such as coronas (remember Unreal),
dynamic coloured lightning, fogging, semitransparence and much more...
o Seven weapons (like the seven deadly sins): Fight with arrow and bow, a
scie, fire hands, etc. against monsters
o Raging fights against 11 bloodsucking monsters which themselves have several
killing powers.
http://n.ethz.ch/student/loehrerl/amph/amph.html
|
amphetamine history
v. 1.23
date: 2007/05/19 20:05:21; 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.22
date: 2006/09/20 11:20:51; 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.21
date: 2004/03/16 04:23:38; author: edwin; state: Exp; lines: +1 -1
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
v. 1.20
date: 2004/03/08 01:01:26; 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.19
date: 2004/03/07 16:44:01; author: krion; state: Exp; lines: +1 -7
- Fix build on non-i386 arch
PR: ports/63875
Submitted by: Ports Fury
v. 1.18
date: 2004/03/06 12:13:46; author: kris; state: Exp; lines: +7 -1
BROKEN on !i386 and !alpha: Does not compile
v. 1.17
date: 2004/03/01 18:11:52; author: krion; state: Exp; lines: +1 -7
- Fix build on non-i386 arch
PR: ports/63591
Submitted by: Ports Fury
v. 1.16
date: 2004/02/26 08:08:43; author: kris; state: Exp; lines: +7 -1
BROKEN on !i386: Does not compile
v. 1.15
date: 2004/02/04 05:20:16; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.14
date: 2004/01/22 12:18:19; author: trevor; state: Exp; lines: +1 -1
Use the CPIO macro defined in bsd.port.mk.
v. 1.13
date: 2003/08/12 17:47:16; author: krion; state: Exp; lines: +8 -11
- Update MASTER_SITES and WWW: line
- Support CXX properly
- Utilize USE_SDL
PR: 55498
Submitted by: Ports Fury
v. 1.12
date: 2003/07/29 09:12:25; 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.11
date: 2003/03/07 06:02:43; 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/02 15:06:04; author: sobomax; state: Exp; lines: +1 -1
Update version number of SDL shared library.
v. 1.9
date: 2002/07/02 11:59:56; author: sobomax; state: Exp; lines: +1 -1
Update to 0.8.10.
v. 1.8
date: 2002/04/17 12:37:55; author: sobomax; state: Exp; lines: +1 -1
Chase increase of libSDL version number.
v. 1.7
date: 2001/10/05 16:47:52; author: sobomax; state: Exp; lines: +5 -5
Update to 0.8.9.
v. 1.6
date: 2001/04/09 11:54:54; author: sobomax; state: Exp; lines: +2 -2
Move:
devel/sdl --> devel/sdl10
devel/sdl-devel --> devel/sdl12
Repo-copy by: asami
v. 1.5
date: 2001/01/23 17:40:51; author: sobomax; state: Exp; lines: +4 -1
Honour SDL_CONFIG make var to be in line with another SDL ports.
v. 1.4
date: 2000/11/01 15:51:04; author: sobomax; state: Exp; lines: +3 -3
Whitespace-only:
Make indentation uniform across my ports.
v. 1.3
date: 2000/08/15 10:27:28; author: sobomax; state: Exp; lines: +2 -2
Correct CATEGORIES - this port belongs to the games, not graphics!
v. 1.2
date: 2000/08/03 09:23:21; author: asami; state: Exp; lines: +3 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.1
date: 2000/06/05 12:00:18; author: sobomax; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 2000/06/05 12:00:18; author: sobomax; state: Exp; lines: +0 -0
Initial import of Amphetamine - nice SDL-based run'n'shoot game.
=============================================================================
v. 1.23
date: 2007/05/19 20:05:21; 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.22
date: 2006/09/20 11:20:51; 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.21
date: 2004/03/16 04:23:38; author: edwin; state: Exp; lines: +1 -1
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
v. 1.20
date: 2004/03/08 01:01:26; 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.19
date: 2004/03/07 16:44:01; author: krion; state: Exp; lines: +1 -7
- Fix build on non-i386 arch
PR: ports/63875
Submitted by: Ports Fury
v. 1.18
date: 2004/03/06 12:13:46; author: kris; state: Exp; lines: +7 -1
BROKEN on !i386 and !alpha: Does not compile
v. 1.17
date: 2004/03/01 18:11:52; author: krion; state: Exp; lines: +1 -7
- Fix build on non-i386 arch
PR: ports/63591
Submitted by: Ports Fury
v. 1.16
date: 2004/02/26 08:08:43; author: kris; state: Exp; lines: +7 -1
BROKEN on !i386: Does not compile
v. 1.15
date: 2004/02/04 05:20:16; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.14
date: 2004/01/22 12:18:19; author: trevor; state: Exp; lines: +1 -1
Use the CPIO macro defined in bsd.port.mk.
v. 1.13
date: 2003/08/12 17:47:16; author: krion; state: Exp; lines: +8 -11
- Update MASTER_SITES and WWW: line
- Support CXX properly
- Utilize USE_SDL
PR: 55498
Submitted by: Ports Fury
v. 1.12
date: 2003/07/29 09:12:25; 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.11
date: 2003/03/07 06:02:43; 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/02 15:06:04; author: sobomax; state: Exp; lines: +1 -1
Update version number of SDL shared library.
v. 1.9
date: 2002/07/02 11:59:56; author: sobomax; state: Exp; lines: +1 -1
Update to 0.8.10.
v. 1.8
date: 2002/04/17 12:37:55; author: sobomax; state: Exp; lines: +1 -1
Chase increase of libSDL version number.
v. 1.7
date: 2001/10/05 16:47:52; author: sobomax; state: Exp; lines: +5 -5
Update to 0.8.9.
v. 1.6
date: 2001/04/09 11:54:54; author: sobomax; state: Exp; lines: +2 -2
Move:
devel/sdl --> devel/sdl10
devel/sdl-devel --> devel/sdl12
Repo-copy by: asami
v. 1.5
date: 2001/01/23 17:40:51; author: sobomax; state: Exp; lines: +4 -1
Honour SDL_CONFIG make var to be in line with another SDL ports.
v. 1.4
date: 2000/11/01 15:51:04; author: sobomax; state: Exp; lines: +3 -3
Whitespace-only:
Make indentation uniform across my ports.
v. 1.3
date: 2000/08/15 10:27:28; author: sobomax; state: Exp; lines: +2 -2
Correct CATEGORIES - this port belongs to the games, not graphics!
v. 1.2
date: 2000/08/03 09:23:21; author: asami; state: Exp; lines: +3 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.1
date: 2000/06/05 12:00:18; author: sobomax; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 2000/06/05 12:00:18; author: sobomax; state: Exp; lines: +0 -0
Initial import of Amphetamine - nice SDL-based run'n'shoot game.
=============================================================================
v. 1.23
date: 2007/05/19 20:05:21; 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.22
date: 2006/09/20 11:20:51; 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.21
date: 2004/03/16 04:23:38; author: edwin; state: Exp; lines: +1 -1
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
v. 1.20
date: 2004/03/08 01:01:26; 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.19
date: 2004/03/07 16:44:01; author: krion; state: Exp; lines: +1 -7
- Fix build on non-i386 arch
PR: ports/63875
Submitted by: Ports Fury
v. 1.18
date: 2004/03/06 12:13:46; author: kris; state: Exp; lines: +7 -1
BROKEN on !i386 and !alpha: Does not compile
v. 1.17
date: 2004/03/01 18:11:52; author: krion; state: Exp; lines: +1 -7
- Fix build on non-i386 arch
PR: ports/63591
Submitted by: Ports Fury
v. 1.16
date: 2004/02/26 08:08:43; author: kris; state: Exp; lines: +7 -1
BROKEN on !i386: Does not compile
v. 1.15
date: 2004/02/04 05:20:16; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.14
date: 2004/01/22 12:18:19; author: trevor; state: Exp; lines: +1 -1
Use the CPIO macro defined in bsd.port.mk.
v. 1.13
date: 2003/08/12 17:47:16; author: krion; state: Exp; lines: +8 -11
- Update MASTER_SITES and WWW: line
- Support CXX properly
- Utilize USE_SDL
PR: 55498
Submitted by: Ports Fury
v. 1.12
date: 2003/07/29 09:12:25; 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.11
date: 2003/03/07 06:02:43; 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/02 15:06:04; author: sobomax; state: Exp; lines: +1 -1
Update version number of SDL shared library.
v. 1.9
date: 2002/07/02 11:59:56; author: sobomax; state: Exp; lines: +1 -1
Update to 0.8.10.
v. 1.8
date: 2002/04/17 12:37:55; author: sobomax; state: Exp; lines: +1 -1
Chase increase of libSDL version number.
v. 1.7
date: 2001/10/05 16:47:52; author: sobomax; state: Exp; lines: +5 -5
Update to 0.8.9.
v. 1.6
date: 2001/04/09 11:54:54; author: sobomax; state: Exp; lines: +2 -2
Move:
devel/sdl --> devel/sdl10
devel/sdl-devel --> devel/sdl12
Repo-copy by: asami
v. 1.5
date: 2001/01/23 17:40:51; author: sobomax; state: Exp; lines: +4 -1
Honour SDL_CONFIG make var to be in line with another SDL ports.
v. 1.4
date: 2000/11/01 15:51:04; author: sobomax; state: Exp; lines: +3 -3
Whitespace-only:
Make indentation uniform across my ports.
v. 1.3
date: 2000/08/15 10:27:28; author: sobomax; state: Exp; lines: +2 -2
Correct CATEGORIES - this port belongs to the games, not graphics!
v. 1.2
date: 2000/08/03 09:23:21; author: asami; state: Exp; lines: +3 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.1
date: 2000/06/05 12:00:18; author: sobomax; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 2000/06/05 12:00:18; author: sobomax; state: Exp; lines: +0 -0
Initial import of Amphetamine - nice SDL-based run'n'shoot game.
=============================================================================
|
| |

|